/*トップページ　インフォメーション　ドロップダウン*/

.dropdown {float:left;}
.dropdown dt {
	margin:0;
	margin-left:-5px;
	width:145px;
	height:20px;
}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:98px;
	display:none;
	background:#fff;
	z-index:200;
	opacity:0;
	border-right:1px solid #00903a;
}
.dropdown ul {
	margin:0;
	padding:0;
	width:96px; 
	border:1px solid #00903a; 
	list-style:none;
}
.dropdown li {
	display:inline;
	font-size:80%;
	text-align:left;
}

/*IE6*/
*html body .dropdown a, *html body .dropdown a:active, *html body .dropdown a:visited {
	display:block; 
	padding:5px 0; 
	color:#333; 
	text-decoration:none; 
	background:#ffffff; 
	width:97px;
}

.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block; 
	padding:5px 0 5px 20px; 
	color:#333; 
	text-decoration:none; 
	background-color:#ffffff; 
	width:96px;
}

*:first-child+html .dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block; 
	padding:5px 0 5px 3px; 
	color:#333; 
	text-decoration:none; 
	background-color:#ffffff; 
	width:96px;
}


.dropdown a:hover {background-color:#eeeeee; color:#333333;}
.dropdown .underline {border-bottom:1px solid #b9d6dc;}