/*scホームページ*/
body {margin:37px; font:10px Verdana, Arial, Helvetica} /*fontの値を小さくすると背景画像の高さも小さくできる*/
* {padding:0; margin:0}
.dropdown {float:left; padding-right:0px} 　/*「padding-right」トップのボタンの右のマージン*/

.dropdown dt {width:117px; border:0px; padding:0px; cursor:pointer; background:url(images/header.gif)}　　　　　　　
 /*on mouse時以外のトップのボタンの背景*/

.dropdown dt:hover {background:url(images/header_over.gif)}  /*on mouse時のトップのボタンの背景*/
.dropdown dd {position:absolute; overflow:hidden; width:119px; display:none; background:#fff; z-index:118; opacity:0}

.dropdown ul {width:119px; border:0px solid #9ac1c9; list-style:none; border-top:none} 
/*on mouse時のドロップするボタンの輪郭の設定*/

.dropdown li {display:inline} 

.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:2px; color:#333; text-decoration:none; background:#eaf0f2; width:1011:52 2011/10/284px}
/*「display:block; padding:」はドロップダウンメニューの輪郭の幅*/

.dropdown a:hover {background:#FFF8E4; color:#000}
/*「background:」はon mouse時のボタンの背景色*/

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