/*//////////////////////////////////////////

ヘッダー

//////////////////////////////////////////*/
div.header{
width:100%;
margin:10px 0;
}
div.header table{
border-collapse:collapse;
border-spacing:0;
width:100%;
}
div.header h1{
font-size:13px;
line-height:1.1;
font-weight:normal;
margin:3px 0 2px 0;
padding:0;
}
div.header h2{
font-size:smaller;
line-height:1;
font-weight:normal;
margin:0;
padding:0;
}
div.header img{
margin-left:5px;
margin-right:10px;
}
div.header li{
margin:0 0 0 8px;
padding:0;
float:left;
}

/*//////////////////////////////////////////

ヘッダーメニュー

//////////////////////////////////////////*/
div.headerMenus{
background:url("/images/header/back.gif") repeat-x left top;
width:100%;
height:35px;
clear:both;
}
div.headerMenus li{
height:35px;
margin:0;
padding:0;
white-space:nowrap;
float:left;
}
div.headerMenus li a{
padding:11px 16px;
font-size:13px;
color:#414141;
line-height:1;
text-decoration:none;
display:block;
}
div.headerMenus li a:visited{
color:#414141;
}
div.headerMenus li a:hover{
background:url("/images/header/btnback_on.gif") repeat-x 0 0;
color:#008f62;
}
div.headerMenus li.on a{
background:url("/images/header/btnback_on.gif") repeat-x 0 0;
color:#008f62;
}
