/********************************
メニュー
*********************************/
#menu{
position: absolute;
display: block;
margin: 0;
width: 798px;
height: 25px;
background-color: #333333;
}

#menu em{
float: left;
list-style: none;
text-indent: -9999px; /*テキスト非表示*/
}

#menu a{
text-decoration: none;
display: block;
width: 74px;
height: 25px;
background-image: url(../images/menu.gif);
background-position: left top;
}

#menu a {width: 88px; height: 25px;}
#menu02 a {width: 88px; height: 25px;}
#menu03 a {width: 116px; height: 25px;}
#menu04 a {width: 98px; height: 25px;}
#menu05 a {width: 88px; height: 25px;}
#menu06 a {width: 78px; height: 25px;}
#menu07 a {width: 83px; height: 25px;}
#menu08 a {width: 73px; height: 25px;}
#menu09 a {width: 86px; height: 25px;}

#menu01 a { background-position:0px 0; }
#menu02 a { background-position:-88px 0; }
#menu03 a { background-position:-176px 0; }
#menu04 a { background-position:-292px 0; }
#menu05 a { background-position:-390px -25px; }
#menu06 a { background-position:-478px 0; }
#menu07 a { background-position:-556px 0; }
#menu08 a { background-position:-639px 0; }
#menu09 a { background-position:-712px 0; }

#menu01 a:hover { background-position:0px -25px; }
#menu02 a:hover { background-position:-88px -25px; }
#menu03 a:hover { background-position:-176px -25px; }
#menu04 a:hover { background-position:-292px -25px; }
#menu05 a:hover { background-position:-390px -25px; }
#menu06 a:hover { background-position:-478px -25px; }
#menu07 a:hover { background-position:-556px -25px; }
#menu08 a:hover { background-position:-639px -25px; }
#menu09 a:hover { background-position:-712px -25px; }
