#storeMenu {
	margin: 30px 0 0 0;
	padding: 0;
}
#storeMenu ul {
	margin: 0 0 10px 0;
	padding: 0;
}
#storeMenu li {
	display: inline;
	text-indent: -9999px;
	float: left;
	list-style: none;
}
#topRecommend {
	margin: 30px 0 25px 0;
	padding: 0;
	width: 710px;
}
	#top_reccomend:after {
		content: ".";	/* 新しい要素を作る */
		display: block;	/* ブロックレベル要素に */
		clear: both;
		height: 0;
		visibility: hidden;
	}
	#topRecommend {
	min-height: 1px;
	}
	* html #topRecommend {
		height: 1px;
		/*\*//*/
		height: auto;
		overflow: hidden;
		/**/
	}

.topRecoitem {
	margin: 0 10px 10px 0;
	padding: 0;
	width: 170px;
	height: 220px;
	float: left;
}
.topRecoitemMgn0 {
	margin: 0 0 10px 0;
	padding: 0;
	width: 170px;
	height: 220px;
	float: left;
}

#storeMenu li a {
	margin: 0 10px 0 0;
	padding: 0;
	width: 350px;
	height: 120px;
}
#storeMenuApparel a, #storeMenuSurf a, #storeMenuSnow a, #storeMenuMountain a {
	display: block;
	width: 350px;
	height: 120px;
}
#storeMenuApparel a {
	background:url(http://acousticrock.jp/images/store/top/apparel.png) no-repeat left top;
}
#storeMenuSurf a {
	background:url(http://acousticrock.jp/images/store/top/surf.png) no-repeat left top;
}
#storeMenuSnow a {
	background:url(http://acousticrock.jp/images/store/top/snow.png) no-repeat left top;
}
#storeMenuMountain a {
	background:url(http://acousticrock.jp/images/store/top/mountain.png) no-repeat left top;
}
#storeMenuApparel a:hover, #storeMenuSurf a:hover, #storeMenuSnow a:hover, #storeMenuMountain a:hover {
	background-position: 0 -120px;
}