#header-body .dropdown {
float:left;
padding-right:45px;
margin-top:10px;
}
#header-body .dropdown dt {
width:188px;
font-weight:normal;
cursor:pointer;
}
	#header-body .dropdown dt#first-ddheader {width:100px;}
	#header-body .dropdown dt#first-ddheader {
	background:url(/img/headermenu_honwomirusagasu.png) no-repeat 50% 50%;
	text-indent:-9999em;
	}
	#header-body .dropdown dt#second-ddheader {width:70px;}
	#header-body .dropdown dt#second-ddheader {
	background:url(/img/headermenu_shinkansokuhou.png) no-repeat 50% 50%;
	text-indent:-9999em;
	}
	#header-body .dropdown dt#third-ddheader {width:120px;}
	#header-body .dropdown dt#third-ddheader {
	background:url(/img/headermenu_daigakushuppan.png) no-repeat 50% 50%;
	text-indent:-9999em;
	}
	#header-body .dropdown dt#fourth-ddheader {width:80px;}
	#header-body .dropdown dt#fourth-ddheader {
	background:url(/img/headermenu_kyoukainitsuite.png) no-repeat 50% 50%;
	text-indent:-9999em;
	}
#header-body .dropdown dd {position:absolute; overflow:hidden; width:208px; display:none; background:#fff; z-index:200; opacity:0; margin-left:0px;}
	#header-body .dropdown dd#third-ddcontent {width:170px;}
	#header-body .dropdown dd#fourth-ddcontent {width:170px;}
#header-body .dropdown ul {
width:120px;
border:1px solid #DED6CE;
list-style:none;
border-top:none;
padding-left:0;
margin-left:1px;
}

#header-body .dropdown li {display:inline}
#header-body .dropdown a,
.dropdown a:active,
.dropdown a:visited {
display:block;
/*padding:5px;*/
padding:5px 0px;
color:#333;
text-decoration:none;
background:#fff;
width:200px;}
#header-body .dropdown a:hover {
background:#DED6CE;
color:#000;
padding-right:10px;
width:200px;}

#header-body .dropdown .underline {border-bottom:1px solid #b9d6dc}

