@charset   "Shift_JIS";
ul#menu{    
font-size: 0.75em;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0;
padding-left: 0;
height: 30px;
background-color: #ff9900;
}
 
ul#menu li{    
list-style-type: none;
float: left;
}
 
ul#menu li a	{    
display: block;
width: 129px;
line-height: 30px;
text-decoration: none;
text-align: center;
color: #ffffff;
background-color: #ff9900;
border-right: solid 1px #ffffff;
}
 
ul#menu li a:hover{    
background-color: #ffcc00;
}
