/*---------------------全体囲み--------------------*/
#map {
	width: auto;
	height: auto;
	margin: auto;
	text-align: center;
	background-color: #FFF;
	color: #666;
}
/*---------------------マップ--------------------*/
#map #contents {
	width: 860px;
	height: auto;
	margin: 15px auto 0 auto;
	padding: 0;
	clear: both;
	text-align: left;
}
#map #contents #shop_left h4 {
	margin : 0 0 10px 0;	
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
