@charset "utf-8";
/* access */
#access div#content p#map {
	float: left; 
	width: 420px; 
}
#access div#content div#textinfo {
	float: right; 
	width: 198px; 
}
#access div#content div#textinfo ul li {
	font-weight: bold; 
	padding: 0 0 12px 0; 
}
#access div#content div#textinfo dl {
	padding: 17px 0 0 0; 
	border-top: 1px solid #d9d9d9; 
}
#access div#content div#textinfo dl dt {
	font-weight: bold; 
}
#access div#content div#textinfo dl dd {
	margin: -1.5em 0 14px 3em; 
	font-weight: bold; 
}
#access div#content div#textinfo dl dd span {
	font-weight: normal;
	font-size: 82%;  
}
#access div.contentbox {
	border-left: 1px solid #d9d9d9; 
	border-right: 1px solid #d9d9d9; 
	background-color: #f0f0f0; 
	padding: 20px 24px 20px 24px; 
	overflow: hidden;
}
#access div.contentbox:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	overflow: hidden;
	color: #fff; 
}
/* Hides from IE-mac \*/
*html body#access div.contentbox { height: 1%; overflow: visible; }
*+html body#access div.contentbox { height: 1%; overflow: visible; }
/* End hide from IE-mac */
#access div.contentbox dl {
	float: left; 
	width: 400px; 
}
#access div.contentbox dl dt {
	margin: 0 0 5px 0; 
	line-height: 0; 
}
#access div.contentbox p {
	float: right; 
	width: 172px; 
	margin: 20px 0 0 0; 
}
#access div#content p.line { 
	clear: both; 
	padding: 24px 0 0 0;
}