/* ---エコポイント対象住宅証明証発行業務---- */
ul{
	margin:0 0 15px 0px;
}
li.ecolist01{
	margin:0 0 0 15px;
	list-style-position:outside;
	font-size: 95%;	
	
}
/* ---証明書　表--- */
#eco_tbl01{
	margin:20px 0 10px 0;
	width:440px;
	border-top:solid 1px #003300;
	border-left:solid 1px #003300;
}
#eco_tbl01 caption{
	margin: 5px 0px 3px 0px;
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
	color: #000066;
	background-color: #FFFFFF;
	text-align:left;
}
th.eth01{
	border-right:solid 1px #003300;
	border-bottom:solid 1px #003300;
	font-size: 90%;
	font-weight:normal;
	background-color: #E9F47F;
	white-space:nowrap;
}
th.eth02{
	border-right:solid 1px #003300;
	border-bottom:solid 1px #003300;
	font-size: 90%;
	font-weight:normal;
	background-color:#FFFFCC;
	white-space:nowrap;
}
td.etd01{
	border-right:solid 1px #003300;
	border-bottom:solid 1px #003300;
	font-size: 90%;
	font-weight:normal;
	background-color: #ffffff;
	text-align:left;
	white-space:nowrap;
}
td.maru{
	border-right:solid 1px #003300;
	border-bottom:solid 1px #003300;
	font-size: 90%;
	font-weight:normal;
	background-color: #ffffff;
	text-align:center;
	white-space:nowrap;
}
.red{
	color:#FF0000;
}
 /* ---詳細はこちらをご覧下さい　二段カラム----- */
#txt_lf{
	width:200px;
	float:left;
	}
#txt_rg{
	width:200px;
	float:left;
	text-align:center;
	}

/* ---検査料金　表--- */
#eco_tbl02{
	margin:0 0 5px 0;
	width:440px;
	border-top:solid 1px #003300;
	border-left:solid 1px #003300;
}
#eco_tbl02 caption{
	margin: 5px 0px 3px 0px;
	font-size: 110%;
	line-height: 100%;
	font-weight: bold;
	background-color: #FFFFFF;
	text-align:left;
}
#eco_tbl02 th{
	border-right:solid 1px #003300;
	border-bottom:solid 1px #003300;
	font-size: 90%;
	font-weight:normal;
	background-color: #E9F47F;
	white-space:nowrap;
}
td.etd02{
	border-right:solid 1px #003300;
	border-bottom:solid 1px #003300;
	font-size: 90%;
	font-weight:normal;
	background-color: #ffffff;
	text-align:left;
	white-space:nowrap;
}
.att{
	width:440px;
	text-align:right;
	font-size: 90%;
}
 /* ---注意書き----- */
.kome01{
	width:410px;
	background-image:url(../images/common/pt_kome01.gif);
	background-repeat:no-repeat;
	margin:0 0 0 5px;
	padding:0 0 0 23px;
	list-style:none;
	text-align:left;
	vertical-align:top;
	font-size: 95%;
	zoom: 1; /* 印刷バグ解決 */
}
.kome02{
	width:410px;
	background-image:url(../images/common/pt_kome02.gif);
	background-repeat:no-repeat;
	margin:0 0 0 5px;
	padding:0 0 0 23px;
	list-style:none;
	text-align:left;
	vertical-align:top;
	font-size: 95%;
	zoom: 1; /* 印刷バグ解決 */
}
 /* ---文字のポイント下げる----- */
.smoji{
 	font-size:98%;
}
 /* ---フロート解除----- */
.clbo{
	clear:both;
}