#fotter {
	width: 930px;
	margin: 0 auto;
	padding-top: 60px;
	overflow: hidden;
}

/*グローバルナビフッターボタン全体設定*/
#fotter ul li {
	float: left;
}
#fotter ul li a {
	display: block;
	text-indent: -9999px;
	outline: none;
}

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

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

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


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


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

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

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

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

/*コピーライト*/
#fotter p {
	width: 291px;
	height: 12px;
	margin-top: 25px;
	margin-bottom: 80px;
	float: right;
	background: url(../images/headdertitle.gif) no-repeat 0px -218px;
	text-indent: -9999px;
}
