@charset "utf-8";

/* Base
----------------------------------------------------------- */

#ecp {
	clear: both;
}

#ecp h1 {
	clear: both;
	margin: 1px 0 0 0;
}

#ecp h2 {
	clear: both;
	margin: 20px 0 0 0;
}

#ecp .ecp_date {
	clear: both;
	margin: 8px 0 0 0;
	text-align: right;
}

#ecp table.ecp_table {
	width: 710px;
}

#ecp table.ecp_table th {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	border: solid 1px #00631b;
	background-color: #E9FACD;
	font-weight: bold;
}

#ecp table.ecp_table td {
	border: solid 1px #00631b;
	padding: 5px;
}

#ecp table.ecp_table td ul li {
	padding: 0 0 0 14px;
	line-height: 1.2;
	background: url(../images/eco_ecp_lihead.gif) left 1px transparent no-repeat;
}

