/*TEST:TOP配置全般　ナビバー用CSS*/

#navcontainer{
position: relative;
background-color: #6060fa;
padding: 0px;
width: 800px;
}


#navcontainer ul{
margin: 0 0 0 0em; 
padding: 0px;
background-color:#6060fa;
list-style-type: none;
font-family: "MS Pゴシック", Osaka,Sans-Serif;
font-size: 12px;
text-align: center;

}

#navcontainer li{
float:left;
width:99px;
height:20px;
text-align: center;
padding: 0px;
line-height: 18px;
display:block;
background-color:#0099cc;
border-top: solid 0px #9999cc;
border-right: solid 1px #9999cc;
border-bottom: solid 1px #9999cc;
border-left: solid 0px #9999cc;
color:white;
}

#navcontainer li a{
float:left;
width:100%;
height:100%;
text-align: center;
line-height: 18px;
padding: 0px;
display:block;
background-color:#6060fa;
border-top: solid 0px #9999cc;
border-right: solid 0px #9999cc;
border-bottom: solid 0px #9999cc;
border-left: solid 0px #9999cc;
color:white;
}

#navcontainer li a:hover{
float:left;
width:100%;
text-align: center;
padding: 0px;
display:block;
background-color: #0000cc;
border-top: solid 0px #9999cc;
border-right: solid 0px #9999cc;
border-bottom: solid 0px #9999cc;
border-left: solid 0px #9999cc;
color: #ffff66;
}
