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




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

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

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

#contents{
	width: 520px;
	float: left;
	height: 570px;
	overflow:hidden;
}


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

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



.map_title{
	width: 470px;
	height: 50px;
	margin-bottom: 20px;
	padding-left: 25px;
	padding-right: 25px;
}

.map_img{
	width: 470px;
	height: 470px;
	border: thin solid #999999;
	margin-right: 25px;
	margin-left: 25px;
}