@charset "euc-jp";
a {
	text-decoration: none;
}
img {
	border-style: none;
}
li ,ul {
	list-style: none;
}
.clearBoth {
	clear: both;
}

/*Featured*/
.centerBoxContentsFeatured{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 35px;
	width: 140px;
	padding: 5px;
	text-align: center;
}


/*centerBoxContentsNew*/
.centerBoxContentsNew{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 35px;
	width: 140px;
	padding: 5px;
	text-align: center;
}

/*centerBoxContentsSpecials*/
.centerBoxContentsSpecials{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 35px;
	width: 140px;
	padding: 5px;
	text-align: center;
}

/*centerBoxContentsAlsoPurch こんな商品も買ってます。*/
.centerBoxContentsAlsoPurch{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 35px;
	width: 140px;
	padding: 5px;
	text-align: center;
}

/*etc*/


#indexDefaultHeading{
	display: none;
}
#productPrices{
	background: #FFFFFF;
}

/*productListing（カテゴリー一覧　テーブル）*/

#productListing table{
	border: 1px solid #8DAE4A;
	border-collapse:collapse;
}
#productListing th{
	background: #BBCC88;
	color: #FFFFFF;
	font-weight: normal;
	border: 1px solid #8DAE4A;
	padding: 5px;
}
#productListing td{
	border: 1px solid #8DAE4A;
	padding: 5px;
}

