@charset "utf-8";

/*グローバルナビ位置調整
//////////////////////////////////////////////////////////////////*/

.galleryPosition {
	margin: 23px 0;
}

.companyPosition {
	margin-top: 23px;
}



/*グローバルナビ画像置換
//////////////////////////////////////////////////////////////////*/
#globalNavi a {
	width: 185px;
	height: 33px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

a#logo {
	height: 51px;
	background: url(../img/logo.jpg) no-repeat 0 0;
}

a#designNavi {
	background: url(../img/navi_design.jpg) no-repeat 0 -33px;
}

a#productNavi {
	background: url(../img/navi_product.jpg) no-repeat 0 -33px;
}

a#galleryNavi {
	background: url(../img/navi_gallery.jpg) no-repeat 0 -33px;
}

a#blogNavi {
	background: url(../img/navi_blog.jpg) no-repeat 0 -33px;
}

a#shoppingNavi {
	background: url(../img/navi_shopping.jpg) no-repeat 0 -33px;
}

a#companyNavi {
	background: url(../img/navi_company.jpg) no-repeat 0 -33px;
}

a#contactNavi {
	background: url(../img/navi_contact.jpg) no-repeat 0 -33px;
}

/*グローバルナビ画像置換_ロールオーバー
//////////////////////////////////////////////////////////////////*/
a#logo:hover {
	height: 51px;
	background: url(../img/logo.jpg) no-repeat 0 -51px;
}

a#designNavi:hover {
	background: url(../img/navi_design.jpg) no-repeat 0 0;
}

a#productNavi:hover {
	background: url(../img/navi_product.jpg) no-repeat 0 0;
}

a#galleryNavi:hover {
	background: url(../img/navi_gallery.jpg) no-repeat 0 0;
}

a#blogNavi:hover {
	background: url(../img/navi_blog.jpg) no-repeat 0 0;
}

a#shoppingNavi:hover {
	background: url(../img/navi_shopping.jpg) no-repeat 0 0;
}

a#companyNavi:hover {
	background: url(../img/navi_company.jpg) no-repeat 0 0;
}

a#contactNavi:hover {
	background: url(../img/navi_contact.jpg) no-repeat 0 0;
}

/*グローバルナビ画像置換_Stay
//////////////////////////////////////////////////////////////////*/
.stay a#logo {
	height: 51px;
	background: url(../img/logo.jpg) no-repeat 0 -51px;
}

.stay a#designNavi {
	background: url(../img/navi_design.jpg) no-repeat 0 0;
}

.stay a#productNavi {
	background: url(../img/navi_product.jpg) no-repeat 0 0;
}

.stay a#galleryNavi {
	background: url(../img/navi_gallery.jpg) no-repeat 0 0;
}

.stay a#blogNavi {
	background: url(../img/navi_blog.jpg) no-repeat 0 0;
}

.stay a#shoppingNavi {
	background: url(../img/navi_shopping.jpg) no-repeat 0 0;
}

.stay a#companyNavi {
	background: url(../img/navi_company.jpg) no-repeat 0 0;
}

.stay a#contactNavi {
	background: url(../img/navi_contact.jpg) no-repeat 0 0;
}

/*トップナビ画像置換
//////////////////////////////////////////////////////////////////*/
#topNavi a {
	height: 20px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

a#home_topNavi {
	width: 46px;
	background: url(../img/navi_header_home.jpg) no-repeat 0 -20px;
}

a#flow_topNavi {
	width: 107px;
	background: url(../img/navi_header_flow.jpg) no-repeat 20px -20px;
}

a#sitemap_topNavi {
	width: 93px;
	background: url(../img/navi_header_sitemap.jpg) no-repeat 0 -20px;
}

a#contact_topNavi {
	width: 99px;
	background: url(../img/navi_header_contact.jpg) no-repeat 6px -20px;
}

/*トップナビ画像置換_ロールオーバー
//////////////////////////////////////////////////////////////////*/
a#home_topNavi:hover {
	background: url(../img/navi_header_home.jpg) no-repeat 0 0;
}

a#flow_topNavi:hover {
	background: url(../img/navi_header_flow.jpg) no-repeat 20px 0;
}

a#sitemap_topNavi:hover {
	background: url(../img/navi_header_sitemap.jpg) no-repeat 0 0;
}

a#contact_topNavi:hover {
	background: url(../img/navi_header_contact.jpg) no-repeat 6px 0;
}

/*フッターナビ画像置換
//////////////////////////////////////////////////////////////////*/
#footer a {
	height: 17px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

a#home_footerNavi {
	width: 62px;
	background: url(../img/navi_footer_home.jpg) no-repeat 0 -17px;
}

a#company_footerNavi {
	width: 62px;
	background: url(../img/navi_footer_company.jpg) no-repeat 0 -17px;
}

a#sitemap_footerNavi {
	width: 77px;
	background: url(../img/navi_footer_sitemap.jpg) no-repeat 0 -17px;
}

a#contact_footerNavi {
	width: 77px;
	background: url(../img/navi_footer_contact.jpg) no-repeat 0 -17px;
}

/*フッターナビ画像置換_ロールオーバー
//////////////////////////////////////////////////////////////////*/
a#home_footerNavi:hover {
	background: url(../img/navi_footer_home.jpg) no-repeat 0 0;
}

a#company_footerNavi:hover {
	background: url(../img/navi_footer_company.jpg) no-repeat 0 0;
}

a#sitemap_footerNavi:hover {
	background: url(../img/navi_footer_sitemap.jpg) no-repeat 0 0;
}

a#contact_footerNavi:hover {
	background: url(../img/navi_footer_contact.jpg) no-repeat 0 0;
}
