@charset "Shift_Jis";

ul{
margin:0 auto;
padding:10;
list-style-type:none;
width:560px;
}

li{
float:left;
width:185px;
}

li a{
display:block;
padding-top:2px;
padding-bottom:1px;
border-right:1px solid #cccccc;
text-align:center;
text-decoration:none;
background-color:#00ff00;
color:#666;
width:139px;
font-size: 1.2em;
font-weight: bold;
}

li a:hover{
background-color:#ccffcc;
}