<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/* =========================================================
 アクセスのスタイル
========================================================= */

/* コンテンツ
--------------------------------------------------------- */
div#content div.section div#map_canvas {
	margin: 0 0 2em;
	width: 670px;
	height: 600px;
}
div#content div.section div.section {
	margin: 0 0 0 -30px;
}
div#content div.section div.section div.box {
	margin: 0 0 0 30px;
	float: left;
	width: 670px;
}
div#content div.section div.section div.box h6 {
	margin: 0;
	padding: .2em 0 0 35px;
	min-height: 30px;
	color: #015;
	font-size: 131%;
}
div#content div.section div.section div.box h6.jr {
	background: url(images/jr_icon.gif) no-repeat 3px top;
}
div#content div.section div.section div.box h6.car {
	background: url(images/car_icon.gif) no-repeat left top;
}
div#content div.section div.section div.box h6.bus {
	background: url(images/bus_icon.gif) no-repeat 3px top;
}
div#content div.section div.section div.box h6.taxi {
	background: url(images/taxi_icon.gif) no-repeat left top;
}
div#content div.section div.section div.box p {
	margin: 0 0 2em;
	padding: .5em 0 .8em;
	border-top: #CCC 1px solid;
	line-height: 1.5;
}
div#content div.section div.section div.box .none_border{
	margin: 0 0 2em;
	padding: .2em 0 .8em;
	border-top: #CCC 1px solid;
}
div#content div.section div.section div.box .none_border p{
	border: none;
	margin-bottom: 0;
}
div#content div.section div.section div.box .none_border dl dt{
	color: #015;
	border-bottom: 2px dotted #015;
}
div#content div.section div.section div.box .none_border dl dd{
	margin-bottom: 10px;
	margin-top: 10px;
}

/* セカンダリー
--------------------------------------------------------- */
li#snav_access {
	background: #F6F6F6;
}

.dd_center {
	text-align: center;
	padding: 0;
}
</pre></body></html>