@charset "utf-8";


/* access.html
----------------------------------------------------*/ 

#contents div.mapimg {
 width:708px;
	height:440px;
	margin:0 auto 5px auto;
	padding-bottom:10px;
	background:url(/lib/img/bg_dotline_01.gif) repeat-x left bottom;
}

#contents div.mapimg div#map {
 width:708px;
	height:440px;
}

#contents dl.access_detail {
 width:708px;
	margin:0 auto 0 auto;
}

#contents dl.access_detail dt {
	float:left;
	clear:both;
	width:2.2em;
	padding:0 10px 5px 4px;
	margin:0 0 5px 0;
	font-weight:bold;
}

#contents dl.access_detail dd {
	padding:0 10px 6px 2.2em;
	margin:0 0 5px 0;
	background:url(/lib/img/bg_dotline_01.gif) repeat-x left bottom;
}

