/* ==============================
ヘッダー読み込み
============================== */

#header {
	width:770px;
	margin:0 auto;
	text-align:center;
	width:814px;
}

/* グローバルナビゲーション
------------------------------ */
#navi {
	width:770px;
	margin-top:8px;
}

#navi li {
	display:inline;
	float:left;
}


/* ロールオーバー
------------------------------ */
#navi li a {
	display:block;
}

#navi li.bt01 a {
	width:130px;
	height:50px;
	text-indent:-9999px;
	background-image:url(../images/gn_products_off.gif);
}

#navi li.bt01-on a {
	width:130px;
	height:50px;
	text-indent:-9999px;
	background-image:url(../images/gn_products_on.gif);
}

#navi li.bt01 a:hover {
	background-image:url(../images/gn_products_on.gif);
}

#navi li.bt02 a {
	width:158px;
	height:50px;
	text-indent:-9999px;
	background-image:url(../images/gn_kodawari_off.gif);
}

#navi li.bt02-on a {
	width:158px;
	height:50px;
	text-indent:-9999px;
	background-image:url(../images/gn_kodawari_on.gif);
}

#navi li.bt02 a:hover {
	background-image:url(../images/gn_kodawari_on.gif);
}

#navi li.bt03 a {
	width:156px;
	height:50px;
	text-indent:-9999px;
	background-image:url(../images/gn_catalog_off.gif);
}

#navi li.bt03-on a {
	width:156px;
	height:50px;
	text-indent:-9999px;
	background-image:url(../images/gn_catalog_on.gif);
}

#navi li.bt03 a:hover {
	background-image:url(../images/gn_catalog_on.gif);
}

#navi li.bt04 a {
	width:215px;
	height:50px;
	text-indent:-9999px;
	background-image:url(../images/gn_showroom_off.gif);
}

#navi li.bt04-on a {
	width:215px;
	height:50px;
	text-indent:-9999px;
	background-image:url(../images/gn_showroom_on.gif);
}

#navi li.bt04 a:hover {
	background-image:url(../images/gn_showroom_on.gif);
}

#navi li.bt05 a {
	width:111px;
	height:50px;
	text-indent:-9999px;
	background-image:url(../images/gn_contact_off.gif);
}

#navi li.bt05-on a {
	width:111px;
	height:50px;
	text-indent:-9999px;
	background-image:url(../images/gn_contact_on.gif);
}

#navi li.bt05 a:hover {
	background-image:url(../images/gn_contact_on.gif);
}


/* サブナビゲーション
------------------------------ */
#sub {
	width: 770px;
	height: 54px;
	position: relative;
}

#sub-logo {
	position: absolute;
	top: 23px;
	left: 10px;
}

#sub-outlet {
	position: absolute;
	top: 10px;
	left: 538px;
}

#sub-navi {
	position: absolute;
	top: 40px;
	left: 243px;
}

#sub-navi li {
	display: inline;
	float: left;
	margin-right:20px;
}

#sub-navi  li a {
	display:block;
}

#sub-navi li.bt01 a {
	width:59px;
	height:14px;
	text-indent:-9999px;
	background-image:url(../images/gn_info.gif);
	background-repeat:no-repeat;
}

#sub-navi li.bt02 a {
	width:59px;
	height:14px;
	text-indent:-9999px;
	background-image:url(../images/gn_company.gif);
	background-repeat:no-repeat;
}

#sub-navi li.bt03 a {
	width:59px;
	height:14px;
	text-indent:-9999px;
	background-image:url(../images/gn_link.gif);
	background-repeat:no-repeat;
}

#sub-navi li.bt04 a {
	width:87px;
	height:14px;
	text-indent:-9999px;
	background-image:url(../images/gn_sitepolicy.gif);
	background-repeat:no-repeat;
}

#sub-navi li.bt05 a {
	width:77px;
	height:14px;
	text-indent:-9999px;
	background-image:url(../images/gn_sitemap.gif);
	background-repeat:no-repeat;
}

#sub-navi li.bt06 a {
	width:59px;
	height:14px;
	text-indent:-9999px;
	background-image:url(../images/gn_saiyou.gif);
	background-repeat:no-repeat;
}



