@charset "utf-8";
/* CSS Document */

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

	C12.access

=======================================*/
/*commonWrpper*/

/*contents*/
div#traffic {
	margin-bottom:30px;
	zoom:1;
}
div#traffic:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
div#map {
	width:458px;
	float:left;
	padding:5px;
	border:1px solid #dad7d5;
	background-color: #d2cfcd;
}
div#map p {
	margin-bottom:8px;
}
div#map div#button {
	border:1px solid #323131;
	background-color: #584947;
}
div#map div#button ul {
	padding:15px 13px;
	zoom:1;
}
div#map div#button ul:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
div#map div#button ul li {
	float:left;
	margin-right:18px;
	padding-right:18px;
}
div#map div#button ul li.bor {
	border-right:1px solid #867b78;
}

div#how {
	width:310px;
	float:right;
}
div#how dl {
	margin-bottom:15px;
}
div#how dt {
	margin-bottom:5px;
	padding-left:6px;
	background-color:#504240;
	border-left:6px solid #382825;
	color:#efeeea;
	line-height:20px;
}
div#how dd {
	margin-bottom:3px;
	margin-left:15px;
	line-height:1.3;
}
div#how dd.note {
	font-size:80%;
	color:#7c6d6b;
}


div#address {
	zoom:1;
}
div#address:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
div#address dl {
	width:588px;
	float:right;
}
div#address dt {
	margin-bottom:10px;
	padding:15px 0 6px 6px;
	border-bottom:2px solid #d4d1d0;
	font-weight:bold;
}
div#address dd {
	margin:0 0 10px 6px;
}
div#address p {
	border:1px solid #e1e1e1;
	padding:4px;
	float:left;
}


