/****************************************************
　■トップページ設定
****************************************************/

.title {
	margin: 0;
}




/*** 各ブロックDIV ***/
.block01 {
	width: 740px;
	margin: 15px 0 20px;
}

/***********************************
　当店一押しアイテム left-side
***********************************/
.left-side {
	width: 360px;
	float: left;
}
.left-side-inner {
	padding: 0 0 0 10px;
}
/*** 可変サブタイトル ***/
#container .left-side p.rank1-subtitle {
	font-weight: bold;
	color: #666;
	padding: 0 0 0 90px;
}

.item-img {
	width: 150px;
	float: left;
	margin: 10px 0 0 0;
}
#container .item-img img {
	border: 1px solid #ccc;
	padding: 3px;
}
#container .left-side h4 {
	font-size: 14px;
	color: #3366CC;
	margin: 5px 0;
	line-height: 1.2em;
}
#container .left-side h4 a {
	color: #3366CC;
}

.item-exp {
	width: 190px;
	float: right;
	margin: 10px 0 0 0;

}
#container .left-side p.exp-catch {
	font-size: 75%;
	line-height: 1.2em;
}

#container .left-side p.push-price {
	font-size: 20px;
	color: #CC3333;
	font-weight: bold;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 5px 0 0 0;
}

/***********************************
　お知らせ right-side
***********************************/
.right-side {
	width: 360px;
	float: right;
}
.news-entry {
	width: 355px;
	height: 180px;
	overflow: auto;
	margin: 0 0 0 5px;
}

#container .news-entry p {
	margin: 5px 0;
	font-size: 12px;
	padding: 5px 0 5px 15px;
	line-height: 1.2em;
	border-bottom: 1px dotted #ccc;
	background-image: url(images/icon_allow_red.png);
	background-repeat: no-repeat;
}

/***********************************
　メインイメージ
***********************************/
#top-image {
	width: 740px;
	margin: 20px 0;
}

/***********************************
　特集バナー　設定
***********************************/

.feature-banner {
	width: 740px;
	margin: 20px 0;
}
.banner01 {
	width: 360px;
	float: left;
}
.banner02 {
	width: 360px;
	float: right;
}

/*** 各ブロックDIV ***/
.block01 {
	width: 740px;
	margin: 15px 0 20px;
}



/***********************************
　人気ランキング　共通設定
***********************************/

.rank-group {
	width: 720px;
	margin: 30px 0 0 20px;
}

/* 1ユニットの設定 */
.rank {
	width: 124px;
	margin: 0 20px 0 0;
	text-align: center;
	float: left;
}
/* image size 122×122px */
.thum-image {
	border: 1px solid #ccc;
}

#container .rank dl {
	margin: 5px 0 0 0;
	font-size: 80%;
}
#container .rank dt {
	line-height: 1.2em;
}
#container .rank dt a {
	color: #3366CC;
}
#container .rank dd.stock {
	margin: 2px 0;
}
#container .rank dd.price {
	font-size: 120%;
	font-family: Trebuchet MS, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	color: #FF3399;
}

/***********************************
　人気ランキング　アイテム別設定
***********************************/

#rank-health {
	width: 740px;
	background-image: url(images/top_health_rankback.jpg);
	background-position: left 50px;
	background-repeat: no-repeat;
	margin: 0 0 20px 0;
}

#rank-sundry {
	width: 740px;
	background-image: url(images/top_sundry_rankback.jpg);
	background-position: left 50px;
	background-repeat: no-repeat;
	margin: 0 0 20px 0;
}

#rank-food {
	width: 740px;
	background-image: url(images/top_food_rankback.jpg);
	background-position: left 50px;
	background-repeat: no-repeat;
	margin: 0 0 20px 0;
}

#rank-cosme {
	width: 740px;
	background-image: url(images/top_cosme_rankback.jpg);
	background-position: left 50px;
	background-repeat: no-repeat;
	margin: 0 0 20px 0;
}

















