#headder {
	width: 930px;
	margin: 0 auto;
	padding-top: 45px;
	overflow: hidden;
}
/*ヘッダーロゴ*/
#headder h1 a {
	width: 104px;
	height: 70px;
	margin-left: 44px;
	margin-top:12px;
	background: url(../images/headdertitle.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	display: block;
	outline: none;
}

/*グローバルナビヘッダーボタン全体設定*/
#headder ul li {
	float: left;
}
#headder ul li a {
	display: block;
	margin-top: 53px;
	margin-bottom: 20px;
	text-indent: -9999px;
	outline: none;
}

/*ニュースボタン*/
#headder .g_news a {
	width: 63px;
	height: 21px;
	margin-left: 44px;
	background: url(../images/headdertitle.gif) no-repeat 0px -70px;
}
#headder .g_news a:hover {
	width: 63px;
	height: 21px;
	background: url(../images/headdertitle.gif) no-repeat -108px -70px;
}
#headder .g_news_on a {
	width: 63px;
	height: 21px;
	margin-left: 60px;
	background: url(../images/headdertitle.gif) no-repeat -108px -70px;
}

/*ニューアイテムボタン*/
#headder .g_item a {
	width: 92px;
	height: 21px;
	margin-left: 23px;
	background: url(../images/headdertitle.gif) no-repeat 0px -91px;
}
#headder .g_item a:hover {
	background: url(../images/headdertitle.gif) no-repeat -108px -91px;
}

/*ギャラリーボタン*/
#headder .g_gallery a {
	width: 86px;
	height: 21px;
	margin-left: 23px;
	background: url(../images/headdertitle.gif) no-repeat 0px -112px;
}
#headder .g_gallery a:hover {
	background: url(../images/headdertitle.gif) no-repeat -108px -112px;
}

/*コンセプトボタン*/
#headder .g_concept a {
	width: 83px;
	height: 21px;
	margin-left: 23px;
	background: url(../images/headdertitle.gif) no-repeat 0px -133px;
}
#headder .g_concept a:hover {
	background: url(../images/headdertitle.gif) no-repeat -108px -133px;
}


/*ストアーインフォボタン*/
#headder .g_store a {
	width: 108px;
	height: 21px;
	margin-left: 23px;
	background: url(../images/headdertitle.gif) no-repeat 0px -154px;
}
#headder .g_store a:hover {
	background: url(../images/headdertitle.gif) no-repeat -108px -154px;
}

/*スペシャルインフォボタン*/
#headder .g_special a {
	width: 82px;
	height: 21px;
	margin-left: 23px;
	background: url(../images/headdertitle.gif) no-repeat 0px -175px;
}
#headder .g_special a:hover {
	background: url(../images/headdertitle.gif) no-repeat -108px -175px;
}

/*リンクボタン*/
#headder .g_link a {
	width: 56px;
	height: 21px;
	margin-left: 23px;
	background: url(../images/headdertitle.gif) no-repeat 0px -196px;
}
#headder .g_link a:hover {
	background: url(../images/headdertitle.gif) no-repeat -108px -196px;
}

/*オンラインショップボタン*/
#headder .g_online a {
	width: 122px;
	height: 21px;
	margin-left: 23px;
	background: url(../images/online.gif) no-repeat 0px 0px;
}
#headder .g_online a:hover {
	background: url(../images/online.gif) no-repeat 0px -21px;
}
