@charset "utf-8";
/* CSS Document */

h2.mainvisual {
	width:700px;
	margin:0 0 20px 0;	
}

#top_contentsarea {
	width:700px;
	background:url(/shopping/img/top_mainarea_bg.gif) repeat-y;
}


#top_contentsarea_left {
	float:left;
	width:525px;
}

#top_contentsarea_right {
	float:right;
	width:146px;
	padding:12px 7px;
}


/*　ピックアップ商品　--------------------------------*/

h3.pickup_rec_title {
	margin:0 0 15px 0;	
}


.pickupline {
	width:525px;
	margin:0 0 40px 0;
}

.pickupbox {
	float:left;
	width:165px;
	margin:0 15px 0 0;
}

.pickupbox_last {
	float:left;
	width:165px;
	margin:0 0 0 0;
}


.pickupphoto {
	display:table;
	background:url(/shopping/img/top_piciupbg.gif) no-repeat;
	width:165px;
	height:165px;
	margin:0 0 6px 0;
	text-align:center;
	
}

.pickupphoto p {
	display: table-cell;  
	vertical-align: middle;
}


.pickup_itemname {
	padding:6px 8px 2px 8px;
}

.pickup_itemname a {
	font-weight:bold;
	font-size:120%;
	line-height:1.2;
}

span.itemicon {
	padding:0 3px 0 0;
	width:26px;
	height:11px;
}


.pickup_namepricebox {
	background:#E9E9E9;
	margin:0 0 5px 0;
}


.pickup_itemprice {
	padding:2px 8px 6px 8px;
}

span.pickup_pricenum {
	color:#990000;
	font-weight:bold;
	font-size:130%;
}

span.tax {
	font-size:80%;
}

.pickup_itemcomment {
	line-height:1.5;
}


/*　お知らせ　--------------------------------*/

#news_titlebox {
	border-bottom:2px solid #878787;
	width:525px;
	padding:0 0 6px 0;
	margin:0 0 10px 0;
}

#news_titlebox .news_titlebox_title {
	float:left;
	width:300px;
}

#news_titlebox .news_titlebox_link {
	float:right;
	width:200px;
	text-align:right;
	padding:3px 3px 0 0;
}

#news_titlebox .news_titlebox_link a {
	background:url(/shopping/img/sidemenusqr.jpg) no-repeat left center;
	padding:0 0 0 20px;
}

#news_main {
	margin:0 0 30px 0;	
}

#news_main dl {
	background:url(/shopping/img/dotline.gif) repeat-x left bottom;
	width:525px;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
}

#news_main dl:after {
	content: "";
	display: block;
	clear: both;
}

#news_main dt {
	float:left;
	line-height:1.2;
	padding:0 15px 0 0;
}

#news_main dd {
	float:left;
	width:420px;
	line-height:1.2;
}




/*　おすすめ商品　--------------------------------*/

.recommendline{
	width:525px;
	margin:0 0 15px 0;
}

.recommendbox {
	float:left;
	width:120px;
	margin:0 15px 0 0;
}

.recommendbox_last {
	float:left;
	width:120px;
	margin:0;
}

.recommendphoto {
	display:table;
	background:url(/shopping/img/top_itembg.gif) no-repeat;
	width:120px;
	height:120px;
	margin:0 0 4px 0;
	text-align:center;
}

.recommendphoto p {
	display: table-cell;  
	vertical-align: middle;
}


.recommend_itemname {
	margin:0 0 4px 0;	
}

.recommend_itemname a {
	font-weight:bold;
	line-height:1.2;
}


span.rec_pricenum {
	color:#990000;
	font-weight:bold;
	font-size:120%;
}


#item_pagenation {
	border-top:1px solid #CCCCCC;
	padding:12px 0 0 0;
	margin:40px 0 30px 0;
	font-size:120%;
	font-weight:bold;
}

a.item_all {
	background:url(/shopping/img/sidemenusqr.jpg) no-repeat left center;
	padding:0 0 0 20px;
}


/*　右カラム　--------------------------------*/


/*バナー*/
ul.bannerlist {
	margin:0 0 30px 0;
}


ul.bannerlist li {
	text-align:center;
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
}

ul.bannerlist li.ban_mlmg {
	margin:0 0 15px 0;
}

ul.bannerlist li.ban_ud {
	margin:0 0 15px 0;
}


/*最近見た商品*/

h4.recentitem_title {
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	margin:0 0 12px 0;
	padding:5px 0;
	text-align:center;
	font-weight:bold;
	color:#454545;
}

ul.recentitem li {
	background:url(/shopping/img/arrow_bggray.gif) no-repeat 1px 0.15em;
	padding:0 4px 0 13px;
	margin:0 0 0.8em 0;
	line-height:1.2;
}


