@charset "utf-8";

/* ==============================================================

　■h2
　■h3
　■googleMap表示


============================================================== */

/* --------------------------------------------------
　■h2
-------------------------------------------------- */
#access h2 {
	background-position: 0 -132px;
}




/* --------------------------------------------------
　■h3
-------------------------------------------------- */
#access h3 {
	background: url(../images/access/h3_access.gif) no-repeat 0 0;
}

/* 近隣地図 */
#access h3#access01 {
	background-position: 0 0;
}

/* 広域地図 */
#access h3#access02 {
	background-position: 0 -26px;
}




/* --------------------------------------------------
　■googleMap表示
-------------------------------------------------- */
/* Map表示 */
#access div.section div.mapBox {
	width: 572px;
	height: 400px;
	border: 1px solid #c7cccf;
}

#access div.section div.toMap {
	font-size: 84%;
	margin: 0 0 30px 0;
}



