.bar{
	height:18px;
	width:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(../img/bar/bar_a.png);
}

.contents{
	width:100%;
	height:800px;
	padding-top:30px;
	padding-bottom:10px;
	position:relative;
}

.frame{
	position:absolute;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	left:170px;
	width:560px;
	height:750px;
	background-color: #000000;
}

.shopinfo{
	height:50px;
	background-position:right;
	background-repeat:no-repeat;
	background-image:url(../img/map/shopinfo.png);
}

.shopphoto1{
	width:250px;
	height:200px;
	margin-top:50px;
	margin-left:10px;
	margin-right:15px;
	margin-bottom:20px;
	float:left;
	background-color:#666666;
	border:solid 1px #FFFFFF;
	background-image:url(../img/map/shopphoto1.jpg);
}

.shopphoto2{
	width:180px;
	height:150px;
	margin-left:7px;
	margin-right:7px;
	float:left;
	background-color:#666666;
	border:solid 1px #FFFFFF;
}

.shopphoto3{
	width:180px;
	height:150px;
	margin-left:7px;
	margin-right:7px;
	float:left;
	background-color:#FFFFFF;
}

.address{
	height:150px;
	margin-top:10px;
	margin-left:200px;
	margin-bottom:20px;
	text-align:left;
	font-size:12px;
}

.stationinfo{
	margin-top:1px;
	margin-left:350px;
	text-align:left;
	font-size:12px;
}

.stationinfotitle{
	border:solid 1px #FFFFFF;
}

.maptitle{
	width:100%;
	height:50px;
	margin-top:30px;
	background-position:left;
	background-repeat:no-repeat;
	background-image:url(../img/map/map_title.png);
}

.map{
	width:100%;
	height:400px;
	background-position:center;
	background-repeat:no-repeat;
	background-color:#000000;
	background-image:url(../img/map/map.png);
}