﻿/* 共通スタイルシートの読み込み */
@import url("./common.css");
@import url("./banner.css");



/* //////////目次////////////////////////////// /


/* ■トップページ設定---------- */

/* ▽ニュース---------- */
/* ▽おすすめ商品---------- */
/* ▽新着商品---------- */






/* ■トップページ設定
-------------------------------------------------- */



/* ▽ニュース---------- */

/* 全体設定 */
#news {
	float: left;
	width: 470px;
	margin-top: 10px;
	margin-bottom: 20px;
}


/* タイトル設定 */
#news h4 {
	width: 470px;
}


/* リスト設定/全体設定 */
#news li {
	float: left;
	width: 470px;
	margin-top: 10px;
	padding-bottom: 10px;
	background: url(images/news_line_under.jpg) no-repeat 0 bottom;
}


/* リスト/日付の設定 */
.news_date {
	float: left;
	width: 90px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4em;
	text-indent: 10px;
	
	color: #e4007f;
}


/* リスト/更新情報の設定 */
#news a {
	float: left;
	width: 380px;
	font-size: 12px;
	line-height: 1.4em;
	

}

#news a:hover {
	color: #e4007f;
}



/* ▽おすすめ商品---------- */

/* 全体設定 */
#featured {
	float: left;
	width: 470px;
	margin: 20px 0;
	background: url(images/item_bg.jpg) no-repeat 0 50px;
}
* html #featured {
	margin-right: -3px;
	display: inline;
}


/* タイトルの設定 */
#featured h4 {
	width: 470px;
}


/* 商品ループ/ボックス設定 */
.featuredItem,
.featuredItem_right {
	float: left;
	width: 110px;
	margin-top: 10px;
	margin-right: 10px;
}
* html .featuredItem,
* html .featuredItem_right {
	display: inline;
}

.featuredItem_right {
	margin-right: 0px;
}


/* 商品ループ/商品画像背景の設定 */
.featuredItem_pic {
	width: 88px;
	height: 88px;
	padding: 11px;
}
* html .featuredItem_pic {
	width: 90px;
}

/* 商品ループ/商品画像サイズの指定 */
.featuredItem img,
.featuredItem_right img {
	display: block;
	width: 88px;
	height: 88px;
}


/* 商品ループ/商品画像のロールオーバーの設定 */
.featuredItem a:hover img,
.featuredItem_right a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/* 商品ループ/商品名の設定 */
.featuredItem h5,
.featuredItem_right h5 {
	width: 88px;
	padding: 0 11px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
	text-align: left;
	background: url(images/item_bg_repeat.jpg) repeat-y 0 0;
}


.featuredItem a,
.featuredItem_right a {
	display: block;
	width: 88px;
}

.featuredItem a:hover,
.featuredItem_right a:hover {
	color: #e4007f;
}


/* 商品ループ/商品価格の設定 */
.featuredItem p,
.featuredItem_right p {
	width: 88px;
	padding: 3px 11px 10px 11px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
	text-align: left;
	background: url(images/item_bg_bottom.jpg) no-repeat 0 bottom;
	color: #e4007f;
}
* html .featuredItem p,
* html .featuredItem_right p {
	width: 110px;
}


/* ▽新着商品---------- */

/* 全体設定 */
#new {
	float: left;
	width: 470px;
	margin: 20px 0;
	background: url(images/item_bg.jpg) no-repeat 0 50px;
}
* html #new {
	margin-right: -3px;
	display: inline;
}


/* タイトルの設定 */
#new h4 {
	width: 470px;
}


/* 商品ループ/ボックス設定 */
.newItem,
.newItem_right {
	float: left;
	width: 110px;
	margin-top: 10px;
	margin-right: 10px;
}
* html .newItem,
* html .newItem_right {
	display: inline;
}

.newItem_right {
	margin-right: 0px;
}


/* 商品ループ/商品画像背景の設定 */
.newItem_pic {
	width: 88px;
	height: 88px;
	padding: 11px;
}
* html .newItem_pic {
	width: 90px;
}

/* 商品ループ/商品画像サイズの指定 */
.newItem img,
.newItem_right img {
	display: block;
	width: 88px;
	height: 88px;
}


/* 商品ループ/商品画像のロールオーバーの設定 */
.newItem a:hover img,
.newItem_right a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/* 商品ループ/商品名の設定 */
.newItem h5,
.newItem_right h5 {
	width: 88px;
	padding: 0 11px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
	text-align: left;
	background: url(images/item_bg_repeat.jpg) repeat-y 0 0;
}


.newItem a,
.newItem_right a {
	display: block;
	width: 88px;
}

.newItem a:hover,
.newItem_right a:hover {
	color: #e4007f;
}


/* 商品ループ/商品価格の設定 */
.newItem p,
.newItem_right p {
	width: 88px;
	padding: 3px 11px 10px 11px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
	text-align: left;
	background: url(images/item_bg_bottom.jpg) no-repeat 0 bottom;
	color: #e4007f;
}
* html .newItem p,,
* html .newItem_right p {
	width: 110px;
}


/* ▽ランキング-------------------- */

/* 全体設定  */
#ranking {
	float: left;
	width: 470px;
	margin: 20px 0;
	background: url(images/ranking_bg.jpg) no-repeat 0 50px;
}
* html #ranking {
	margin-right: -3px;
	display: inline;
}


/* タイトルの設定 */
#ranking h4 {
	width: 470px;
}


/* 商品ループ/ボックス設定 */
.rankingItem,
.rankingItem_right {
	float: left;
	width: 110px;
	margin-top: 10px;
	margin-right: 10px;
	padding-top: 10px;	
}
* html .rankingItem,
* html .rankingItem_right {
	display: inline;
}

.rankingItem_right {
	margin-right: 0px;
}


/* 商品ループ/商品画像背景の設定 */
.rankingItem_pic {
	width: 88px;
	height: 88px;
	padding: 11px;
}
* html .rankingItem_pic {
	width: 110px;
}

/* 商品画像サイズの設定 */
.rankingItem_pic img {
	display: block;
	width: 88px;
	height: 88px;
}


/* 商品ループ/商品画像のロールオーバーの設定 */
.rankingItem a:hover img,
.rankingItem_right a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/* 商品ループ/商品名の設定 */
.rankingItem h5,
.rankingItem_right h5 {
	width: 88px;
	padding: 0 11px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
	text-align: left;
	background: url(images/item_bg_repeat.jpg) repeat-y 0 0;
}


.rankingItem a,
.rankingItem_right a {
	display: block;
	width: 88px;
}

.rankingItem a:hover,
.rankingItem_right a:hover {
	color: #e4007f;
}


/* 商品ループ/商品価格の設定 */
.rankingItem p,
.rankingItem_right p {
	width: 88px;
	padding: 3px 11px 10px 11px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
	text-align: left;
	background: url(images/item_bg_bottom.jpg) no-repeat 0 bottom;
	color: #e4007f;
}
* html .rankingItem p,,
* html .rankingItem_right p {
	width: 110px;
}

/* ランキングアイコンの設定 */
.rankingItem_icon {
}







