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



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


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

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






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



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

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


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

}


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

.yazirusi{
	display:block;
	float:left;
}

/* リスト/更新情報の設定 */
#news a {
	float: left;
	width: 570px;
	font-size: 12px;
	line-height: 25px;
	color: #000000;
}

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

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

/* 全体設定 */
#new {
	float: left;
	width: 670px;
	margin-bottom:10px;
	margin-top:10px;
}
* html #new {
	margin-right: -3px;
	display: inline;
}


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


/* 商品ループ/ボックス設定 */
.newItem,
.newItem_right {
	float: left;
	width:129px;
	margin-top: 10px;
	margin-right: 6px;
	background: #f4f4f4 url(images/item_bg.jpg) no-repeat 0 0px;
	/*text-align: -moz-center;
	#text-align:center;*/
	padding-bottom:10px;
}
* html .newItem,
* html .newItem_right {
	display: inline;
}

.newItem_right {
	margin-right: 0px;
}


/* 商品ループ/商品画像背景の設定 */
.newItem_pic {
	width: 86px;
	height: 86px;
	margin-left:22px;
	margin-top:20px;
}

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

}


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


/* 商品ループ/商品名の設定 */
.newItem h5,
.newItem_right h5 {
	margin-top: 15px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
	text-align:center;
	width:113px;
	margin-left:8px;
}

.newItem a,
.newItem_right a {
	display: block;
	color: #3f3f3f;
}

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


/* 商品ループ/商品価格の設定 */
.newItem .price,
.newItem_right .price {
	border-top:solid 1px #fe9ebd;
	border-bottom:solid 1px #fe9ebd;
	margin-top: 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	width:113px;
	text-align:right;
	margin-left:8px;
	color: #ff0000;
}

.newItem .details_bt,
.newItem_right .details_bt {
	display:block;
	margin-left:8px;
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:solid 1px #fe9ebd;
	width:113px;
}
.details_bt img {
	width:113px;
	height:28px;
}
/* ▽おすすめ商品---------- */

/* 全体設定 */
#featured {
	float: left;
	width: 670px;
	margin-top:10px;

}
* html #featured {
	margin-right: -3px;
	display: inline;
}


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


/* 商品ループ/ボックス設定 */
.featuredItem,
.featuredItem_right {
	float: left;
	width:129px;
	margin-top: 10px;
	margin-right: 6px;
	background: #f4f4f4 url(images/item_bg.jpg) no-repeat 0 0px;
	/*text-align: -moz-center;
	#text-align:center;*/
	padding-bottom:10px;

}

* html .featuredItem,
* html .featuredItem_right {
	display: inline;

}

.featuredItem_right {
	margin-right: 0px;
}


/* 商品ループ/商品画像背景の設定 */
.featuredItem_pic {
	width: 86px;
	height: 86px;
	margin-left:22px;
	margin-top:20px;
}


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


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


/* 商品ループ/商品名の設定 */
.featuredItem h5,
.featuredItem_right h5 {
	margin-top: 15px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
	text-align:center;
	width:113px;
	margin-left:8px;
}

.featuredItem a,
.featuredItem_right a {
	display: block;
	color: #3f3f3f;
}

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


/* 商品ループ/商品価格の設定 */
.featuredItem .price,
.featuredItem_right .price {
	border-top:solid 1px #fe9ebd;
	border-bottom:solid 1px #fe9ebd;
	margin-top: 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	width:113px;
	text-align:right;
	margin-left:8px;
	color: #ff0000;
}

#featured .details_bt{
	display:block;
	margin-left:8px;
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:solid 1px #fe9ebd;
	width:113px;
}
#featured .details_bt img {
	width:113px;
	height:28px;
}






