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



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


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

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






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

/* ▽flash---------- */

#flash {
	margin-bottom:10px;
}

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

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


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

}


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


/* リスト/更新情報の設定 */
#news a {
	float: left;
	width: 440px;
	font-size: 12px;
	line-height: 20px;
	padding-right:10px;
	text-indent:20px;
	color: #005871;
	background: url(images/list_icon.jpg) no-repeat 0 2px;
}

#news a:hover {
	color: #cc6000;
	background: url(images/list_icon_o.jpg) no-repeat 0 2px;
}

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

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


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


/* 商品ループ/ボックス設定 */
.newItem {
	float: left;
	width:105px;
	margin-top: 10px;
	margin-right: 10px;
	background: url(images/goods_bg2.jpg) repeat 0 0px;	
}

.newItem_right {
	float: left;
	width:105px;
	margin-top: 10px;
	margin-right: 0px;
	background: url(images/goods_bg2.jpg) repeat 0 0px;	
}

/* 商品ループ/商品画像背景の設定 */
.newItem_pic {
	width: 93px;
	height: 93px;
	background: url(images/goods_bg.jpg) no-repeat 0 0px;
	padding:4px;
	margin:2px;

}
*html .newItem_pic {
	width: 101px;
	height: 101px;
	padding:4px;

}

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

}


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


/* 商品ループ/商品名の設定 */
.newItem h5,
.newItem_right h5 {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	text-align:center;
	width:99px;
	margin:2px 3px 0px 3px;
}

.newItem a,
.newItem_right a {
	display: block;
	color: #557800;
	padding-bottom:5px;
}

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


/* 商品ループ/商品価格の設定 */
.newItem .price,
.newItem_right .price {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	text-align:center;
	color:#f24d0c;
	width:99px;
	margin:2px 3px 0px 3px;
}

.newItem .details_bt a ,
.newItem_right .details_bt a{
	width:105px;
	height:21px;
	background: url(images/syousai_bt.jpg) no-repeat 0 0;
	text-indent:-9999px;
	padding-bottom:0px;
}
.newItem .details_bt a:hover ,
.newItem_right .details_bt a:hover {
	background: url(images/syousai_bt_o.jpg) no-repeat 0 0;
}

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

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


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


/* 商品ループ/ボックス設定 */
.featuredItem {
	float: left;
	width:105px;
	margin-top: 10px;
	margin-right: 10px;
	background: url(images/goods_bg2.jpg) repeat 0 0px;	
}

.featuredItem_right {
	float: left;
	width:105px;
	margin-top: 10px;
	margin-right: 0px;
	background: url(images/goods_bg2.jpg) repeat 0 0px;	
}

/* 商品ループ/商品画像背景の設定 */
.featuredItem_pic {
	width: 93px;
	height: 93px;
	background: url(images/goods_bg.jpg) no-repeat 0 0px;
	padding:4px;
	margin:2px;

}
*html .featuredItem_pic {
	width: 101px;
	height: 101px;
	padding:4px;

}

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

}


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


/* 商品ループ/商品名の設定 */
.featuredItem h5,
.featuredItem_right h5 {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	text-align:center;
	width:99px;
	margin:2px 3px 0px 3px;
}

.featuredItem a,
.featuredItem_right a {
	display: block;
	color: #557800;
	padding-bottom:5px;
}

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


/* 商品ループ/商品価格の設定 */
.featuredItem .price,
.featuredItem_right .price {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	text-align:center;
	color:#f24d0c;
	width:99px;
	margin:2px 3px 0px 3px;
}

.featuredItem .details_bt a ,
.featuredItem_right .details_bt a{
	width:105px;
	height:21px;
	background: url(images/syousai_bt.jpg) no-repeat 0 0;
	text-indent:-9999px;
	padding-bottom:0px;
}
.featuredItem .details_bt a:hover ,
.featuredItem_right .details_bt a:hover {
	background: url(images/syousai_bt_o.jpg) no-repeat 0 0;
}
