@charset "utf-8";

@import url("../css/base.css");


/* --------------------------------------------------



-------------------------------------------------- */


.map{
}

.map_left{
	padding-left:5px;
	float:left;
	width:220px;
}

.map_center{
	padding-left:18px;
	float:left;
	width:220px;
}

.map_right{
	padding-left:18px;
	float:left;
	width:220px;
}

.map h3{
	width:205px;
	background-color:#DEE9FA;
	padding:5px;
	color:#3366CC;
	margin-bottom:12px;
	text-indent:7px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #C1D5F5;
}

.map h3 a{
	color:#3366CC;
}

.map dl{
	margin-bottom:10px;
	color:#3366CC;
}

.map dt{
	font-weight:bold;
	color:#3366CC;
	padding-bottom: 5px;
}

.map dt a{
	color:#3366CC;
}

.map dd{
	color:#3366CC;
	font-size:90%;
	margin-left:5px;
	padding-left:12px;
	background:url(img/arrow.gif) left no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
}

.map dl.column2 dd{
	float:left;
	width:90px;
}

.map dd a{
	color:#3366CC;
}

.map dl .construction{
	background-color: #666666;
	color: #CCCCCC;
	padding: 3px;
}

.map h3.construction{
	width:205px;
	background-color:#999999;
	padding:5px;
	color:#CCCCCC;
	margin-bottom:12px;
	text-indent:7px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
