/* グローバルナビユニット(横)設定
---------------------------------------------*/
/* エリア指定 */

#g_navi {
position: fixed;
top: 0px;
left:0px;
width: 100%;
height: 40px;
overflow: hidden;
margin: 0px auto;
padding: 0px;
background: #000;
z-index: 10000;
text-align: center;
}
#g_navi_inner{
width: 980px;
margin: 0px auto;
}
/*スマフォ・タブレット用処理*/
@media(max-width:980px){
#g_navi{
position:absolute;
top: 0px;
left: 0px;
width:980px;
}
}


/* リスト枠指定 */
#g_navi ul {
width: 980px;
list-style: none;
margin: 0px;
padding: 0px;
}

/* リスト項目指定 */
#g_navi li {
float: left;
width: 120px;
height: 40px;
margin: 0px;
padding: 0px;
}

/* リンク指定(通常) */
#g_navi a {
width: 120px;
height: 40px;
margin: 0px;
padding: 0px;
display: block;
}
#g_navi a span {
display: none;
}

#g_navi .gh_lino1 a {
background: URL(../../images/header/gl_bt01.jpg) left bottom no-repeat;
}
#g_navi .gh_lino1 a:hover,
#g_navi .gh_lino1 a.crt,
#g_navi .gh_lino1 a.crt:hover {
background: URL(../../images/header/gl_bt01o.jpg) left bottom no-repeat;
}

#g_navi .gh_lino2 a {
background: URL(../../images/header/gl_bt02.jpg) left bottom no-repeat;
}
#g_navi .gh_lino2 a:hover,
#g_navi .gh_lino2 a.crt,
#g_navi .gh_lino2 a.crt:hover {
background: URL(../../images/header/gl_bt02o.jpg) left bottom no-repeat;
}

#g_navi .gh_lino3 a {
background: URL(../../images/header/gl_bt03.jpg) left bottom no-repeat;
}
#g_navi .gh_lino3 a:hover,
#g_navi .gh_lino3 a.crt,
#g_navi .gh_lino3 a.crt:hover {
background: URL(../../images/header/gl_bt03o.jpg) left bottom no-repeat;
}

#g_navi .gh_lino4 a {
background: URL(../../images/header/gl_bt04.jpg) left bottom no-repeat;
}
#g_navi .gh_lino4 a:hover,
#g_navi .gh_lino4 a.crt,
#g_navi .gh_lino4 a.crt:hover {
background: URL(../../images/header/gl_bt04o.jpg) left bottom no-repeat;
}

#g_navi .gh_lino5 a {
background: URL(../../images/header/gl_bt05.jpg) left bottom no-repeat;
}
#g_navi .gh_lino5 a:hover,
#g_navi .gh_lino5 a.crt,
#g_navi .gh_lino5 a.crt:hover {
background: URL(../../images/header/gl_bt05o.jpg) left bottom no-repeat;
}

#g_navi .gh_lino6 a {
background: URL(../../images/header/gl_bt06.jpg) left bottom no-repeat;
}
#g_navi .gh_lino6 a:hover,
#g_navi .gh_lino6 a.crt,
#g_navi .gh_lino6 a.crt:hover {
background: URL(../../images/header/gl_bt06o.jpg) left bottom no-repeat;
}

#g_navi .gh_lino7 a {
background: URL(../../images/header/gl_bt07.jpg) left bottom no-repeat;
}
#g_navi .gh_lino7 a:hover,
#g_navi .gh_lino7 a.crt,
#g_navi .gh_lino7 a.crt:hover {
background: URL(../../images/header/gl_bt07o.jpg) left bottom no-repeat;
}

#g_navi .gh_lino8 a {
background: URL(../../images/header/gl_bt08.jpg) left bottom no-repeat;
}
#g_navi .gh_lino8 a:hover,
#g_navi .gh_lino8 a.crt,
#g_navi .gh_lino8 a.crt:hover {
background: URL(../../images/header/gl_bt08o.jpg) left bottom no-repeat;
}