@charset "utf-8";


/* map block レイアウト
=======================================*/
div#block-map {
	width: 720px;
	margin: 50px 0 0 250px;
}

div#map-flash {
	width: 720px;
	height: 540px;
}

div#map-caption  {
	position: relative;
	height: 29px;
}
div#map-caption div {
	position: absolute;
	left: 9px;
	top: 7px;
}
div#map-caption p {
	position: absolute;
	right: 63px;
	top: 10px;
}
div#map-caption span {
	display: block;
	position: absolute;
	right: 10px;
	top: 1px;
}


/* access block レイアウト
=======================================*/
div#block-access {
	clear: both;
	width: 720px;
	margin: 25px 0 0 250px;
	padding: 0 0 20px 0;
	background-image: url(../img/common/body/border_1.gif);
	background-position: 0px bottom;
	background-repeat: no-repeat;
}









