/* グローバルナビユニット(横)設定
---------------------------------------------*/
/* エリア指定 */
#g_navi {
clear: both;
width: 582px;
height: 92px;
padding: 0px 15px 0px 0px;
margin: 0px 0px 0px auto;
}

/* リスト枠指定 */
#g_navi ul {
list-style: none;
margin: 0px;
padding: 0px;
}

/* リスト項目指定 */
#g_navi li {
float: left;
height: 92px;
margin: 0px;
padding: 0px;
}

/* リンク指定(通常) */
#g_navi a {
display: block;
height: 92px;
margin: 0px;
padding: 0px;
}

#g_navi .no_link span,
#g_navi a span {
display: none;
}

#g_navi .gh_lino1 a {
width: 56px;
background: URL(../../images/header/gl_bt01.png) left top 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.png) left top no-repeat;
}

#g_navi .gh_lino2 a {
width: 64px;
background: URL(../../images/header/gl_bt02.png) left top 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.png) left top no-repeat;
}

#g_navi .gh_lino3 a {
width: 84px;
background: URL(../../images/header/gl_bt03.png) left top 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.png) left top no-repeat;
}

#g_navi .gh_lino4 a {
width: 131px;
background: URL(../../images/header/gl_bt04.png) left top 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.png) left top no-repeat;
}

#g_navi .gh_lino9 a {
width: 81px;
background: URL(../../images/header/gl_bt06.png) left top no-repeat;
}
#g_navi .gh_lino9 a:hover,
#g_navi .gh_lino9 a.crt,
#g_navi .gh_lino9 a.crt:hover {
background: URL(../../images/header/gl_bt06o.png) left top no-repeat;
}

#g_navi .gh_lino11 a {
width: 103px;
background: URL(../../images/header/gl_bt07.png) left top no-repeat;
}
#g_navi .gh_lino11 a:hover,
#g_navi .gh_lino11 a.crt,
#g_navi .gh_lino11 a.crt:hover {
background: URL(../../images/header/gl_bt07o.png) left top no-repeat;
}

