/* グローバルナビユニット(横)設定
---------------------------------------------*/
/* エリア指定 */
#g_navi {
width: 593px;
clear: both;
height: 65px;
padding: 0px;
margin: 43px 0px 0px 0px;
color: #fff;
font-weight: bold;
text-align: left;
background: url(../../images/header/gnavi/gnavi_bg.gif) left center no-repeat;
}

/* リスト枠指定 */
#g_navi ul {
list-style: none;
margin: 0px;
padding: 0px 0px;
}

/* リスト項目指定 */
#g_navi li {
float: left;
margin: 0px 0px 0px 0px;
padding: 0px;
white-space: nowrap;
text-align: center;
}

/* 第1階層表示指定
---------------------------------------------*/
/* リンク指定(通常) */
#g_navi a {
height: 65px;
display: block;
margin: 0px 0px 0px 0px;
padding: 0px;
}
#g_navi a span,
#g_navi_crt span {
display: none;
}
#g_navi .gh_lino1 a {
width: 62px;
background: url(../../images/header/gnavi/gl_bt_01.gif) left center no-repeat;
}
#layout4 #g_navi .gh_lino1 a {
width: 62px;
background: url(../../images/header/gnavi/gl_bt_01o.gif) left center no-repeat;
}
#g_navi .gh_lino2 a {
width: 110px;
background: url(../../images/header/gnavi/gl_bt_02.gif) left center no-repeat;
}
#g_navi .gh_lino3 a {
width: 81px;
background: url(../../images/header/gnavi/gl_bt_03.gif) left center no-repeat;
}
#g_navi .gh_lino4 a {
width: 105px;
background: url(../../images/header/gnavi/gl_bt_04.gif) left center no-repeat;
}
#g_navi .gh_lino5 a {
width: 67px;
background: url(../../images/header/gnavi/gl_bt_05.gif) left center no-repeat;
}
#g_navi .gh_lino6 a {
width: 46px;
background: url(../../images/header/gnavi/gl_bt_06.gif) left center no-repeat;
}
#g_navi .gh_lino7 a {
width: 70px;
background: url(../../images/header/gnavi/gl_bt_07.gif) left center no-repeat;
}
#g_navi .gh_lino8 a {
width: 52px;
/* 他コンテンツが無いときの位置合わせ用マージン */
margin-left: 0px;
/* 他コンテンツが無いときの位置合わせ用マージン */
background: url(../../images/header/gnavi/gl_bt_08.gif) left center no-repeat;
}

/* リンク指定(オンマウス時) */
#g_navi .gh_lino1 a:hover {
background: url(../../images/header/gnavi/gl_bt_01o.gif) left center no-repeat;
}
#g_navi .gh_lino2 a:hover {
background: url(../../images/header/gnavi/gl_bt_02o.gif) left center no-repeat;
}
#g_navi .gh_lino3 a:hover {
background: url(../../images/header/gnavi/gl_bt_03o.gif) left center no-repeat;
}
#g_navi .gh_lino4 a:hover {
background: url(../../images/header/gnavi/gl_bt_04o.gif) left center no-repeat;
}
#g_navi .gh_lino5 a:hover {
background: url(../../images/header/gnavi/gl_bt_05o.gif) left center no-repeat;
}
#g_navi .gh_lino6 a:hover {
background: url(../../images/header/gnavi/gl_bt_06o.gif) left center no-repeat;
}
#g_navi .gh_lino7 a:hover {
background: url(../../images/header/gnavi/gl_bt_07o.gif) left center no-repeat;
}
#g_navi .gh_lino8 a:hover {
background: url(../../images/header/gnavi/gl_bt_08o.gif) left center no-repeat;
}

/* リンク指定(現在位置表示・通常) */
#g_navi_crt {
height: 40px;
display: block;
margin: 0px 0px 10px 0px;
padding: 0px;
}
#g_navi .gh_lino1 a.crt{
background: url(../../images/header/gnavi/gl_bt_01o.gif) left center no-repeat;
}
#g_navi .gh_lino2 a.crt{
background: url(../../images/header/gnavi/gl_bt_02o.gif) left center no-repeat;
}
#g_navi .gh_lino3 a.crt {
background: url(../../images/header/gnavi/gl_bt_03o.gif) left center no-repeat;
}
#g_navi .gh_lino4 a.crt {
background: url(../../images/header/gnavi/gl_bt_04o.gif) left center no-repeat;
}
#g_navi .gh_lino5 a.crt {
background: url(../../images/header/gnavi/gl_bt_05o.gif) left center no-repeat;
}
#g_navi .gh_lino6 a.crt {
background: url(../../images/header/gnavi/gl_bt_06o.gif) left center no-repeat;
}
#g_navi .gh_lino7 a.crt {
background: url(../../images/header/gnavi/gl_bt_07o.gif) left center no-repeat;
}
#g_navi .gh_lino8 a.crt {
background: url(../../images/header/gnavi/gl_bt_08o.gif) left center no-repeat;
}

/* リンク指定(現在位置表示・オンマウス時) */
#g_navi .gh_lino1 a.crt a:hover {
background: url(../../images/header/gnavi/gl_bt_01o.gif) left center no-repeat;
}
#g_navi .gh_lino2 a.crt:hover {
background: url(../../images/header/gnavi/gl_bt_02o.gif) left center no-repeat;
}
#g_navi .gh_lino3 a.crt:hover {
background: url(../../images/header/gnavi/gl_bt_03o.gif) left center no-repeat;
}
#g_navi .gh_lino4 a.crt:hover {
background: url(../../images/header/gnavi/gl_bt_04o.gif) left center no-repeat;
}
#g_navi .gh_lino5 a.crt:hover {
background: url(../../images/header/gnavi/gl_bt_05o.gif) left center no-repeat;
}
#g_navi .gh_lino6 a.crt:hover {
background: url(../../images/header/gnavi/gl_bt_06o.gif) left center no-repeat;
}
#g_navi .gh_lino7 a.crt:hover {
background: url(../../images/header/gnavi/gl_bt_07o.gif) left center no-repeat;
}
#g_navi .gh_lino8 a.crt:hover {
background: url(../../images/header/gnavi/gl_bt_08o.gif) left center no-repeat;
}

/* リンクなし時 */
#g_navi li.no_link {
margin: 0px;
padding: 0px;
text-decoration: none;
background: #ddd;
}