﻿/* 共通スタイルシートの読み込み */
@import url("./common.css");
@import url("./banner.css");
@import url("./form.css");



/* //////////目次////////////////////////////// /


/* ■トップページ設定---------- */

/* ▽ニュース---------- */
/* ▽おすすめ商品---------- */
/* ▽新着商品---------- */






/* ■トップページ設定
-------------------------------------------------- */

/* ▽ニュース---------- */

/* 全体設定 */
#news {
	float: left;
	width: 450px;
	padding-bottom: 15px;
}


/* タイトル設定 */
#news h4 {
	width: 450px;
	margin-bottom: 10px;
}


/* リスト設定/全体設定 */
#news ul {
	width: 450px;
	background: url(./images/contents_bg.jpg) repeat;
	overflow: hidden;
	padding-bottom: 5px;
}

#news li {
	float: left;
	width: 410px;
	margin: 7px 0px 0px 20px;
	padding-bottom: 5px;
	background: url(images/news_line_under.jpg) repeat-x 0 bottom;
}
*html #news li {
	margin: 7px 0px 0px 10px;
}

/* リスト/更新情報の設定 */
.news_date {
	color: #920783;
	float: left;
	width: 80px;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}

#news a {
	float: left;
	width: 300px;
	font-size: 12px;
	line-height: 20px;
	padding-right:10px;
	color: #000000;
}

#news a:hover {
	color: #920783;
}

/* ▽新着商品---------- */

/* 全体設定 */
#new {
	float: left;
	width: 450px;
	margin-bottom:10px;
}
* html #new {
	margin-right: -3px;
	display: inline;
}


/* タイトルの設定 */
#new h4 {
	width: 450px;
	margin-bottom: 10px;
}


/* 商品ループ/ボックス設定 */
.newItem {
	float: left;
	width:104px;
	_width: 106px; 
	margin-right: 8px;
	background: url(./images/ranking_bg.jpg) repeat;
	border: #ffffff solid 1px;
}
*html .newItem {
	margin-right: 7px;
}

.newItem_right {
	float: left;
	width:104px;
	_width: 106px; 
	margin-right: 0px;
	margin-bottom: 10px;
	background: url(./images/ranking_bg.jpg) repeat;
	border: #ffffff solid 1px;
}

/* 商品ループ/商品画像背景の設定 */
.newItem_pic {
	width: 88px;
	height: 88px;
	margin:8px;

}
*html .newItem_pic {
}

/* 商品ループ/商品画像サイズの指定 */
.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 {
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
	text-align:left;
	width:89px;
	margin:0px 8px 10px 8px;
	/*padding-bottom: 10px;*/
	border-bottom:dotted 1px #ffffff;
}

.newItem a,
.newItem_right a {
	display: block;
	color: #ffffff;
	padding-bottom:3px;
}

.newItem a:hover,
.newItem_right a:hover {
	color: #ff0000;
}


/* 商品ループ/商品価格の設定 */
.newItem .price,
.newItem_right .price {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-align: right;
	color:#ff0000;
	width:89px;
	margin:2px 8px 27px 8px;
	border-bottom:dotted 1px #ffffff;
}

.newItem .details_bt ,
.newItem_right .details_bt {
	width:87px;
	height:20px;
	margin:0px 8px 10px 8px;
	/*padding-bottom: 10px;*/
}
.newItem .details_bt a ,
.newItem_right .details_bt a {
	width:87px;
	height:20px;
	background: url(images/syousai_bt.jpg) no-repeat 0 0;
	text-indent:-9999px;
}

/* ▽おすすめ商品---------- */

/* 全体設定 */
#featured {
	float: left;
	width: 450px;
	margin-bottom: 10px;
}
* html #featured {
	margin-right: -3px;
	display: inline;
}


/* タイトルの設定 */
#featured h4 {
	width: 450px;
	margin-bottom: 10px;
}


/* 商品ループ/ボックス設定 */
.featuredItem {
	float: left;
	width:104px;
	_width: 106px; 
	margin-right: 8px;
	background: url(./images/ranking_bg.jpg) repeat;
	border: #ffffff solid 1px;
}
*html .featuredItem {
	margin-right: 7px;
}

.featuredItem_right {
	float: left;
	width:104px;
	_width: 106px; 
	margin-right: 0px;
	margin-bottom: 10px;
	background: url(./images/ranking_bg.jpg) repeat;
	border: #ffffff solid 1px;
}

/* 商品ループ/商品画像背景の設定 */
.featuredItem_pic {
	width: 88px;
	height: 88px;
	margin:8px;

}
*html .featuredItem_pic {
}

/* 商品ループ/商品画像サイズの指定 */
.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 {
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
	text-align:left;
	width:89px;
	margin:0px 8px 10px 8px;
	/*padding-bottom: 10px;*/
	border-bottom:dotted 1px #ffffff;
}

.featuredItem a,
.featuredItem_right a {
	display: block;
	color: #ffffff;
	padding-bottom:3px;
}

.featuredItem a:hover,
.featuredItem_right a:hover {
	color: #ff0000;
}


/* 商品ループ/商品価格の設定 */
.featuredItem .price,
.featuredItem_right .price {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-align: right;
	color:#ff0000;
	width:89px;
	margin:2px 8px 27px 8px;
	border-bottom:dotted 1px #ffffff;
}

.featuredItem .details_bt ,
.featuredItem_right .details_bt {
	width:87px;
	height:20px;
	margin:0px 8px 10px 8px;
	/*padding-bottom: 10px;*/
}
.featuredItem .details_bt a ,
.featuredItem_right .details_bt a {
	width:87px;
	height:20px;
	background: url(images/syousai_bt.jpg) no-repeat 0 0;
	text-indent:-9999px;
}


/* 2011-10追加 */
.ad_contents {
	clear: both;
}

.ad_contents .nekomekuri {
	width: 240px;
	float: left;
}


