/* GLOBALNAVI */

#gnavi,
#gnaviSub{
font-family: Meiryo, 'メイリオ', ArialMT, Hiragino Kaku Gothic Pro, 'ヒラギノ角ゴ Pro W3', Osaka, Verdana, 'ＭＳ Ｐゴシック';
}

#mnavi{
z-index: 2;
width: 100%;
background:#454545;
}

#gnavi{
width: 840px;
margin: 0 auto;
z-index: 10;
background: #454545;
}

#gnaviOuter {
background: transparent;
top: auto;
left: auto;
width: auto;
height: 24px;
}
#gnaviInner {
width: 840px;
padding: 0;
}

.gnaviBtn {
display: block;
height: 24px;
border-right: 1px solid #666;
float: left;
font-size: 11px;
font-weight: bold;
line-height: 24px;
}
.gnaviBtn a {
width: auto;
height: auto;
margin: 0;
padding:6px 9px;
background: none;
font-size: 12px;
color: #FFF;
font-weight: normal;
line-height: 13px;
text-decoration: none;
border: 0;
display: inline;
overflow: hidden;
float: left;
text-align: center;
}
.gnaviBtn a:visited,
.gnaviBtn a:hover {
text-decoration:none;
}
.gnaviBtn1 a,
.gnaviBtn1 a:visited {
padding-bottom: 5px;
background: #408cb3;
color: #fff;
}
.gnaviBtn a:hover {
background:#676767;
-ms-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
}
.gnaviBtn1 a:hover {
background: #006599;
-ms-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
}
#gnaviSub {
float: left;
}

