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



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


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

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






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

/* ▽メイン画像---------- */
#mainimage {

}



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

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


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


/* リスト設定/全体設定 */
#news li {
	float: left;
	width: 450px;
	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: #f24d0c;
}


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

#news a:hover {
	color: #7cbaff;
}



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

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


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


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

.featuredItem_right {
	margin-right: 0px;
}


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


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


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

.featuredItem a,
.featuredItem_right a {
	display: block;
	color: #4d4d4d;
}

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


/* 商品ループ/商品価格の設定 */
.featuredItem p,
.featuredItem_right p {
	margin-top: 5px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
	text-align: left;
	
	color: #f24d0c;
}



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

/* 全体設定 */
#new {
	float: left;
	width: 450px;
	margin-top: 20px;

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


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


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

.newItem_right {
	margin-right: 0px;
}


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


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


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

.newItem a,
.newItem_right a {
	display: block;
	color: #4d4d4d;
}

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


/* 商品ループ/商品価格の設定 */
.newItem p,
.newItem_right p{
	margin-top: 5px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
	text-align: left;
	
	color: #f24d0c;
}


.ban{

	clear:both;
	margin:12px 0 12px;
	border:solid 1px #CCCCCC;

}

.ban img{
	width:448px;
}
