﻿/* 共通スタイルシートの読み込み */
@import url("./common.css");
@import url("./banner.css");
@import url("./form.css");



/* //////////目次////////////////////////////// /


/* ■トップページ設定---------- */

/* ▽ニュース---------- */
/* ▽おすすめ商品---------- */
/* ▽新着商品---------- */






/* ■トップページ設定
-------------------------------------------------- */

/* ▽ニュース---------- */

/* 全体設定 */
#news {
	width: 450px;
	margin-bottom:5px;
	overflow:hidden;
}


/* タイトル設定 */
#news h4 {
	width: 450px;
	margin-bottom:5px;
}


/* リスト設定/全体設定 */
#news li {
	width: 450px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	background: url(images/line_under.jpg) repeat-x 0 bottom;

}


/* リスト/更新情報の設定 */
#news a {
	display:block;
	text-decoration:none;
	padding-left:20px;
	width: 430px;
	_width:450px;
	font-size: 12px;
	line-height:20px;
	color: #0f218b;
	background: url(images/list_icon.jpg) no-repeat 0 3px;
}

#news a:hover {
	color: #c60500;
	background: url(images/list_icon_o.jpg) no-repeat 0 3px;
}

/* ▽新着商品---------- */
/* ▽おすすめ商品---------- */
/* 全体設定 */
#new,
#featured {
	width: 450px;
	margin-bottom:10px;
	overflow:hidden;
}


/* タイトルの設定 */
#new h4,
#featured h4 {
	width: 450px;
}


/* 商品ループ/ボックス設定 */
.newItem,
.featuredItem,
.newItem_right,
.featuredItem_right {
	float: left;
	width:103px;
	margin-top: 10px;
	margin-right: 10px;
	border:#0f218b 1px solid;
}

.newItem_right,
.featuredItem_right {
	margin-right: 0px;
}

/* 商品ループ/商品画像背景の設定 */
.newItem_pic,
.featuredItem_pic {
	margin:4px;

}

/* 商品ループ/商品画像サイズの指定 */
.newItem img,
.newItem_right img,
.featuredItem img,
.featuredItem_right img {
	display: block;
	border:#c60500 1px solid;
	width: 93px;
	height: 93px;

}


/* 商品ループ/商品画像のロールオーバーの設定 */
.newItem a:hover img,
.newItem_right a:hover img,
.featuredItem a:hover img,
.featuredItem_right a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/* 商品ループ/商品名の設定 */
.newItem h5,
.newItem_right h5,
.featuredItem h5,
.featuredItem_right h5 {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	text-align:left;
	width:97px;
	margin:2px 3px 0px 3px;
}

.newItem a,
.newItem_right a,
.featuredItem a,
.featuredItem_right a {
	display: block;
	color: #0f218b;

}

.newItem a:hover,
.newItem_right a:hover,
.featuredItem a:hover,
.featuredItem_right a:hover {
	color: #c60500;
}


/* 商品ループ/商品価格の設定 */
.newItem .price,
.newItem_right .price,
.featuredItem .price,
.featuredItem_right .price {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-align:center;
	color:#c60500;
	width:97px;
	margin:0px 3px;
}

.newItem .details_bt a ,
.newItem_right .details_bt a,
.featuredItem .details_bt a ,
.featuredItem_right .details_bt a{
	width:99px;
	height:20px;
	background: url(images/syousai_bt.jpg) no-repeat 0 0;
	text-indent:-9999px;
	margin:2px;

}
.newItem .details_bt a:hover ,
.newItem_right .details_bt a:hover,
.featuredItem .details_bt a:hover ,
.featuredItem_right .details_bt a:hover  {
	background: url(images/syousai_bt_o.jpg) no-repeat 0 0;
}




