@charset "utf-8";

ul#topnav {
margin: 20px 0 0 0; 
padding: 0;
/*float:left;*/
float:right;
width: 566px;
width:604px;
list-style: none;
/*font-size: 1.1em;*/
font-size: 12px;
z-index:1000;
}
ul#topnav li {
float: left;
margin: 0; 
padding: 0 0 0 0;
position: relative;
z-index:1001;
}
ul#topnav li a {
float: left; 
height: 30px;
}
ul#topnav li:hover a, ul#topnav li a:hover { 
/*background-position: left bottom;*/
background-position: left bottom;
}

ul#topnav a.home {
background: url(/img/nb_home-trans.png) no-repeat;
/*width: 76px; */
width: 80px; 
}
ul#topnav a.home img{
/*width: 76px; */
width: 80px; 
height: 30px;
}
ul#topnav a.product {
background: url(/img/nb_product-trans.png) no-repeat;
/*width: 112px; */
width: 117px; 
}
ul#topnav a.product img{
/*width: 112px; */
width: 117px; 
height: 30px;
}
ul#topnav a.news{
/*width: 88px; */
width: 95px; 
background: url(/img/nb_news-trans.png) no-repeat;
}
ul#topnav a.news img{
/*width: 88px; */
width: 95px; 
height: 30px;
}
ul#topnav a.store{
width: 100px; 
background: url(/img/nb_store-trans.png) no-repeat;
}
ul#topnav a.store img{
width: 100px; 
height: 30px;
}
ul#topnav a.contact {
background: url(/img/nb_contact-trans.png) no-repeat;
/*width: 100px; */
width: 105px; 
}
ul#topnav a.contact img{
/*width: 100px; */
width: 105px; 
height: 30px;
}
ul#topnav a.companyinfo {
background: url(/img/nb_companyinfo-trans.png) no-repeat;
/*width: 95px;   本当のサイズは */
/*width: 77px; */
width: 95px; 
}
ul#topnav a.companyinfo img{
/*width: 77px; */
width: 95px;  
height: 30px;
}



ul#topnav li .sub {
position: absolute;	
top: 30px; 
left: -79px;
/*background: #344c00 url(/img/sub_bg.png) repeat-x;*/
background: #222222;
/*padding: 0 12px 5px 0;*/
padding: 0 12px 12px 0;
float: left;
/*--Bottom right rounded corner--*/
/*-moz-border-radius-bottomright: 5px;
-khtml-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;*/
/*--Bottom left rounded corner--*/
/*-moz-border-radius-bottomleft: 5px;
-khtml-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;*/
display: none;
z-index:1002;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
list-style: none;
margin: 0 0 0 0;
padding: 0;
width: 150px;
width: 148px;
float: left;
}
ul#topnav .sub ul li {
/*width: 100%;*/
/*width: 121px;*/
width: 138px;
width: 136px;
padding:0 0 0 12px;
font-size: 11px;
letter-spacing:0px;
color: #fff;
}
ul#topnav .sub ul li h4 {
padding: 0 0 1px 0;  
margin: 0;
/*font-size: 1.3em;*/
font-size: 14px;
font-weight: bold;
/*font-family: "Century Gothic";*/
}
ul#topnav .sub ul li h4 a {
padding: 10px 0 0 0;
background-image: none;
/*color: #e8e000;*/

color:#018dee;
}
ul#topnav .sub ul li a {
float: none; 
text-indent: 0; /*--Reset text indent--*/
height: auto;
background: url(/img/nb_navlist_arrow.gif) no-repeat 2px 6px;
padding: 0 0 0 12px;
display: block;
text-decoration: none;
color: #fff;
}
ul#topnav .sub ul li a:hover {
background-position: 2px 6px;
text-decoration:underline
}
ul#topnav .sub ul li h5 {
margin:4px 0 5px 0;
font-size: 10px;
font-weight: bold;
color:#999999
}
