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

#contents #main h2,
#contents #main h3 {
	margin-bottom:20px;
}
#contents #main h3 {
	background: url(../common/images/ttl_bg.jpg) no-repeat left top;
	height:35px;
	line-height:38px;
	font-size:134%;
	color:#FFF;
	font-weight:bold;
	padding-left:10px;
	overflow:hidden;
}
#main .container {
	position:relative;
	border:#b6b6e0 5px solid;
	width:690px;
	padding:15px;
}
#main .container .bgb{
	background:url(../access/images/access_mapdetail_bgb.gif) no-repeat 2px bottom;
	position:absolute;
	top:30px;
	left:30px;
}
#main .container .bgr{
	background:url(../access/images/access_mapdetail_bgr.gif) no-repeat right 2px;
}
#main .container .mapDetail{
	border: solid 2px #0e0d97;
	margin:0 2px 2px 0;
	width:350px;
}
#main .container .mapDetail .ttl{
	background-color:#0e0d97;
	line-height:1;
	padding:8px 10px 7px;
	color:#fff;
	text-align:center;
	font-size:109%;
	font-weight:bold;
}

#main .container .mapDetail .cont{
	background-color:#fff;
	padding:8px;
	font-size:92%;
	line-height:1.4;
}
#main .container .mapDetail .cont dt{
	width:1.2em;
	display:inline;
	float:left;
}
#main .container .mapDetail .cont dd{
	margin-left:1.2em;
}
