#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	width:600px;
}

#nav a {
	display: block;
	width: 300px;
}

#nav li { /* all list items */
	float: left;
	width: 300px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	border:1px solid #99a8b7;
	background: #FFF;
	width: 248px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li ul li{
	width: 248px;
}
#nav li ul li a{
	margin: 0;
	padding: 3px;
	padding-left: 10px;
	width: 235px;
	line-height: 18px;
	font-size: 12px;
	text-decoration: none;
	color:#333;
}

#nav li ul li a:hover{
	background-color:#bfe0fb;
	width: 235px;
}
/* menuごあいさつ */
#Message{
	margin: 0 2px;
	padding: 0;
	display: block;
	width:296px;
	height:42px;
	line-height:42px;
	background: transparent url(/english/eco/images/menu.jpg) 0px 0px no-repeat;
	text-indent: -9999px;
	text-decoration: none;
}
*html #Message{/*for IE*/
	margin: 0;
}
/* 環境マネジメント */
#Management{
	margin: 0 2px;
	padding: 0;
	display: block;
	width:296px;
	height:42px;
	line-height:42px;
	background: transparent url(/english/eco/images/menu.jpg) 0px -225px no-repeat;
	text-indent: -9999px;
	text-decoration: none;
}
*html #Management{/*for IE*/
	margin: 0;
}
/* 環境パフォーマンス */
#Performance{
	margin: 0 2px;
	padding: 0;
	display: block;
	width:296px;
	height:42px;
	line-height:42px;
	background: transparent url(/english/eco/images/menu.jpg) 0px -44px no-repeat;
	text-indent: -9999px;
	text-decoration: none;
}
*html #Performance{/*for IE*/
	margin: 0;
}
/* 環境報告書 */
#Report{
	margin: 0 2px;
	padding: 0;
	display: block;
	width:296px;
	height:42px;
	line-height:42px;
	background: transparent url(/english/eco/images/menu.jpg) 0px -269px no-repeat;
	text-indent: -9999px;
	text-decoration: none;
}
*html #Report{/*for IE*/
	margin: 0;
}
/* エコプロダクツ展 */
#EcoProduct{
	margin: 0 2px;
	padding: 0;
	display: block;
	width:296px;
	height:42px;
	line-height:42px;
	background: transparent url(/english/eco/images/menu.jpg) 0px -88px no-repeat;
	text-indent: -9999px;
	text-decoration: none;
}
*html #EcoProduct{/*for IE*/
	margin: 0;
}
/* 環境ラベル適合商品 */
#Label{
	margin: 0 2px;
	padding: 0;
	display: block;
	width:296px;
	height:42px;
	line-height:42px;
	background: transparent url(/english/eco/images/menu.jpg) 0px -313px no-repeat;
	text-indent: -9999px;
	text-decoration: none;
}
*html #Label{/*for IE*/
	margin: 0;
}
/* エコリーフ環境ラベル */
#Ecoleaf{
	margin: 0 2px;
	padding: 0;
	display: block;
	width:296px;
	height:42px;
	line-height:42px;
	background: transparent url(/english/eco/images/menu.jpg) 0px -132px no-repeat;
	text-indent: -9999px;
	text-decoration: none;
}
*html #Ecoleaf{/*for IE*/
	margin: 0;
}
/* 環境活動の歩み */
#History{
	margin: 0 2px;
	padding: 0;
	display: block;
	width:296px;
	height:42px;
	line-height:42px;
	background: transparent url(/english/eco/images/menu.jpg) 0px -358px no-repeat;
	text-indent: -9999px;
	text-decoration: none;
}
*html #History{/*for IE*/
	margin: 0;
}
/* お問い合わせ */
#Info{
	margin: 0 2px;
	padding: 0;
	display: block;
	width:296px;
	height:43px;
	line-height:43px;
	background: transparent url(/english/eco/images/menu.jpg) 0px -176px no-repeat;
	text-indent: -9999px;
	text-decoration: none;
}
*html #Info{/*for IE*/
	margin: 0;
}
#content {
	clear: both;
	color: #ccc;
}
.fclear{
	margin:0;
	padding:0;
	border: 1px solid #fff;
	clear:both;
}
