@charset "UTF-8";
/* CSS Document */


/*----------------------------------------------
↓↓↓大枠のフレーム↓↓↓
-----------------------------------------------*/

#flame{
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/bg_flame_top.jpg);
	background-repeat: no-repeat;
}


/*----------------------------------------------
↓↓↓メインカラム左↓↓↓
-----------------------------------------------*/

#contents{
	width: 495px;
	float: left;
	height: 660px;
	padding-top: 10px;
	padding-left: 25px;
}


/*----------------------------------------------
↓↓↓メインカラム右↓↓↓
-----------------------------------------------*/

#shop_detail{
	width: 260px;
	height: 650px;
	float: left;
	margin-left: 20px;
	background-image: url(../image/shop_line.jpg);
	background-repeat: repeat-y;
	margin-top: 10px;
	text-align: left;
}




.whatsnew_title{
	height: 35px;
	width: 470px;
	text-align: left;
	margin: 0px;
}




.news{
	width: 470px;
	height:260px;
	overflow: auto;
	font-size: 100%;
}




#whatsnew_more{
	height: 30px;
	width: 470px;
	margin: 0px;
	padding-top: 10px;
	text-align: left;
}





.flame_whatsnew{
	width: 450px;
	padding-top: 10px;
}

