@charset "utf-8";

h1 {
	background-image: url(../img/access_s.png);
	background-repeat: no-repeat;
	height: 50px;
	margin-bottom: 5px;
}

div#header {
	margin: auto;
	height: 100px;
	width: 800px;
	background-image: url(../img/shop_header_t.png);
}

.box {
	margin: auto;
	width: 620px;
	height: auto;
}

.box h2 {
	height: 30px;
	font-size: 0.8em;
	background-color: #b2fff6;
}

.map {
	float: right;
	width: 270px;
	height: 270px;
	margin-bottom: 5px;
	background-color: #002918;
}

.caption {
	width: 350px;
	float: left;
	background-color: #fff;
}

.access_cap li {
	list-style-type: none;
	font-size: 0.8em;
}


div#gmap {
	margin: auto;
	width: 620px;
}

div#gmap a {
	font-size: 0.7em;
}



div#footer	{
	width: 800px;
	height: 30px;
	margin: auto;
	padding: 8px 0;
	background-image: url(../img/menu_price_t_footer.png);
	background-repeat: no-repeat;
	color: #fff;
	clear: both;
	}

div#footer p {
	text-align: center;
	font-size: 0.6em;
	}