/* ■メニュー */
#menu{
padding:0px;
}

#menu a{
background:#f8f8f8 url(http://sdin.jp/img/other/menu1.gif) no-repeat;
text-align:left;
text-decoration:none;
width:167px;
height:16px;
padding:2px 2px 2px 19px;
display:block;
}

#menu a.sub{
background:#f8f8f8 url(http://sdin.jp/img/other/menu2.gif) no-repeat;
line-height:110%;
width:154px;
height:14px;
padding:0px 2px 0px 32px;
}

#menu a:link   {color:#0000aa;}
#menu a:visited{color:#aa0000;}
#menu a:active {color:#aa0000;}
#menu a:hover  {color:#222222; background-color:#dddddd;}
