/*グローバルナビ*/
#g_navi{	width	:	145px;
			height	:	100%;}
#g_navi ul{	list-style	:	none;}
#g_navi li{	text-indent	:	-9999px;
			float		:	left;}
#g_navi a{	text-decoration	:	none;/*　Firefoxなどで線が表示されないようにする*/
			display			:	block;/* 文字の上だけでなく、幅や高さを指定した部分にもリンクを貼る */
									  /* IEの時は幅と高さの指定でリンク反応するが、Firefoxの時には反応しない */
			height	:	34px;
			width	:	145px;}
	/* 通常リンクの指定 */
#g_navi li#ts a {			background	:	url(img/navi.gif) no-repeat 0px 0px;}
#g_navi li#lts a {			background	:	url(img/navi.gif) no-repeat 0px -34px;}
#g_navi li#bag a {			background	:	url(img/navi.gif) no-repeat 0px -68px;}
#g_navi li#bike a {			background	:	url(img/navi.gif) no-repeat 0px -102px;}
#g_navi li#zakka a {		background	:	url(img/navi.gif) no-repeat 0px -136px;}
	/* マウスオーバー時の指定 */
#g_navi li#ts a:hover {		background	:	url(img/navi.gif) no-repeat -145px 0px;}
#g_navi li#lts a:hover {	background	:	url(img/navi.gif) no-repeat -145px -34px;}
#g_navi li#bag a:hover {	background	:	url(img/navi.gif) no-repeat -145px -68px;}
#g_navi li#bike a:hover {	background	:	url(img/navi.gif) no-repeat -145px -102px;}
#g_navi li#zakka a:hover {	background	:	url(img/navi.gif) no-repeat -145px -136px;}
/*グローバルナビここまで*/

#h1 {
	height: 15px;
	width: 410px;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #FFFFFF;
	}
#h1 ul{	list-style	:	none;}
#h1 li{	text-indent	:	-9999px;}

/*Goods*/
#navi_g{				width: 52px;
						height: 15px;
						background	:	url(img/h1/goods.gif) no-repeat 0px -30px;
						float		:	left;}
#navi_g a {				display: block;
						text-decoration	:	none;
						display			:	block;
						width	:	52px;
						height	:	15px;}
#navi_g a  {			background	:	url(img/h1/goods.gif) no-repeat 0px 0px;}
#navi_g a:hover {		background	:	url(img/h1/goods.gif) no-repeat 0px -15px;}
/*Goodsここまで*/

/*＞Tshirt*/
#navi_t{				width: 70px;
						height: 15px;
						background	:	url(img/h1/tshirt.gif) no-repeat 0px -30px;
						float		:	left;}
#navi_t a {				display: block;
						text-decoration	:	none;
						display			:	block;
						width	:	70px;
						height	:	15px;}
#navi_t a  {			background	:	url(img/h1/tshirt.gif) no-repeat 0px 0px;}
#navi_t a:hover {		background	:	url(img/h1/tshirt.gif) no-repeat 0px -15px;}
/*＞Tshirtここまで*/

/*＞longTshirt*/
#navi_l{				width: 105px;
						height: 15px;
						background	:	url(img/h1/longtshirt.gif) no-repeat 0px -30px;
						float		:	left;}
#navi_l a {				display: block;
						text-decoration	:	none;
						display			:	block;
						width	:	105px;
						height	:	15px;}
#navi_l a  {			background	:	url(img/h1/longtshirt.gif) no-repeat 0px 0px;}
#navi_l a:hover {		background	:	url(img/h1/longtshirt.gif) no-repeat 0px -15px;}
/*＞longTshirtここまで*/

/*＞Bag*/
#navi_ba{				width: 51px;
						height: 15px;
						background	:	url(img/h1/bag.gif) no-repeat 0px -30px;
						float		:	left;}
#navi_ba a {			display: block;
						text-decoration	:	none;
						display			:	block;
						width	:	51px;
						height	:	15px;}
#navi_ba a  {			background	:	url(img/h1/bag.gif) no-repeat 0px 0px;}
#navi_ba a:hover {		background	:	url(img/h1/bag.gif) no-repeat 0px -15px;}
/*＞Bagここまで*/

/*＞Bike*/
#navi_bi{				width: 113px;
						height: 15px;
						background	:	url(img/h1/bike.gif) no-repeat 0px -30px;
						float		:	left;}
#navi_bi a {			display: block;
						text-decoration	:	none;
						display			:	block;
						width	:	113px;
						height	:	15px;}
#navi_bi a  {			background	:	url(img/h1/bike.gif) no-repeat 0px 0px;}
#navi_bi a:hover {		background	:	url(img/h1/bike.gif) no-repeat 0px -15px;}
/*＞Bikeここまで*/

/*＞Zakka*/
#navi_z{				width: 65px;
						height: 15px;
						background	:	url(img/h1/zakka.gif) no-repeat 0px -30px;
						float		:	left;}
#navi_z a {			display: block;
						text-decoration	:	none;
						display			:	block;
						width	:	65px;
						height	:	15px;}
#navi_z a  {			background	:	url(img/h1/zakka.gif) no-repeat 0px 0px;}
#navi_z a:hover {		background	:	url(img/h1/zakka.gif) no-repeat 0px -15px;}
/*＞Zakkaここまで*/

/*＞Dtail*/
#navi_d{				width: 59px;
						height: 12px;
						background	:	url(img/h1/detail.gif) no-repeat 0px 0px;
						float		:	left;}
/*＞Dtailここまで*/
