/*------------------------------------#menu スタイル-------------------------------------- */
dl#menu{
background: url(../images/menubg.gif) left center repeat-x;
float: left;
}dl#menu ul{
list-style: none;
}
dl#menu dd{
border-right: solid 1px #000;
float: left;
text-align: center;
position: relative;
width: 99px;
height: 30px;
font-size:95%;
}
dl#menu dd a{
display: block;
color: #fff;
font-weight: bold;
text-decoration: none;
line-height: 30px;
width: 100px;
height: 30px;
font-size:95%;}
dl#menu dd ul{
/*グローバルメニュー下、プルダウンメニューのスタイル。*/
background-color: #373737;
border-left: solid 1px #eef;
border-top: solid 1px #eef;
border-right: solid 1px #003392;
border-bottom: solid 1px #003392;
display: none;
position: absolute;
top: 30px;
left: 0;
z-index: 0;

}
dl#menu dd ul a{
font-size: 90%;
color: #ffffff;
height: auto;
line-height: 130%;
text-align: left;
padding: 5px 10px;
width: 120px;
}
dl#menu dd ul a.hierarchy{
background: url(../images/gmarrow.gif) 122px center no-repeat;}
dl#menu dd ul li.rollOver{
/*プルダウンメニュー、マウスオーバー時のスタイル。*/
background-color: #338BDC;
}
dl#menu dd ul li.rollOver a.rollOverA{
color: #D1E880;
}dl#menu dd ul li{
position: relative;}
dl#menu dd ul li ul{
display: none;
position: absolute;
top: 0px;
left: 130px;z-index: 0;

}