/*-----------Layout---------*/
body{
	background:#231832;
	margin:0px;
	padding:0px;
}

#mainContents{
	width:720px;
	margin:auto;
	background:#fff;
	padding:20px;
}

.mainImg{
	width:720px;
	background:url(images/main_bg.jpg) no-repeat;
	height:300px;
	margin-top:20px;
}

.shopAreaL{
	background:url(images/shop_bg.jpg) no-repeat;
	width:340px;
	height:400px;
	margin-top:20px;
	padding:15px;
	color:#58620A;
	font-weight:600;
	float:left;
}
.shopAreaL img{
	margin-bottom:20px;
}

.shopAreaR{
	background:#EDEBA4;
	width:320px;
	min-height:400px;
	_height:400px;
	margin-top:20px;
	padding:15px;
	color:#6A3906;
	font-size:.8em;
	float:left;
}

.shopAreaR .cont{
	width:320px;
}

.shopAreaR .cont .R{
	width:268px;
	float:right;
	line-height:110%;
	_line-height:100%;
}

body:first-of-type .shopAreaR .cont .R{   
    font-size:.9em;
}