/* エコ製品（eco.htm）のスタイル
---------------------------------------------*/
h5{
	border: none;
	padding-top: 5px;
	padding-left: 0;
	}

table.table1{
	font-size:9pt;
	border-top: 1px solid #333333;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #333333;
	}
	
table.table1 th{
	border-top: none;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: none;
	height: 22px;
	background-color: #ccff66;
	}
	
table.table1 td{
	border-top: none;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: none;
	height: 22px;
	padding-left: 5px;
	text-align: left;
	}
	
table.table1 td.td3{
	text-align: right;
	}

table.table2{
	font-size:9pt;
	border-top: 1px solid #333333;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin-left: 20px;
	}
	
table.table2 th{
	border-top: none;
	border-bottom: 1px solid #333333;
	border-left: none;
	border-right: none;
	width: 80px;
	height: 22px;
	background-color: #cccccc;
	}
	
table.table2 td{
	border-top: none;
	border-bottom: 1px solid #333333;
	border-left: none;
	border-right: none;
	height: 22px;
	padding-left: 5px;
	}

td.td1{
	width:150px;
	}
	
td.td2{
	width:150px;
	}
	
td.td3{
	width:100px;
	padding-right: 5px;
	}
	
img.flo_right{
	float:right;
	}

a:link{
	color:#333333;
	}
	
a:visited{
	color:#333333;
	}

a:hover{
	color:#0066ff;
	}

