
/* タブナビ */

div#tab-nav a.tab-nav_access {
	display:block;
	float: left;
	width:180px;
	height:21px;
	background: url(../access/img/tav-navi_access-on.gif) left top no-repeat;
	text-indent:-500px;
	overflow:hidden;
}

/* 基本構成 */

h2 {
	margin-bottom:15px;
}
div#mapWrapper {
	width:658px;
	margin:20px 0px;
	zoom: 100%;
}
div#mapWrapper:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
div#mapWrapper-left {
	float: left;
	width:390px;
	height:318px;
	margin-right:20px;
}
div#mapWrapper-right {
	float: left;
	width:248px;
}
div#mapWrapper-right ul {
	list-style-type:none;
}
div#mapWrapper-right ul li {
	margin-bottom:5px;
}
div#accessWrapper p {
	margin-bottom:15px;
}
h3 {
	border:#E1D9BF solid 1px;
	margin-bottom: 5px;
	padding: 2px 5px;
	font-size: 12px;
	color:#886600;
}

