@charset "utf-8";

dl,dd,dt,h4 {
	margin: 0;
	padding: 0;
}

#place_bus {
	margin: 20px 0 0px 20px;
}
#place_bus dl {
	margin-top: 10px;
	font-size: 85%;
}
#place_bus dl dd {
	background: url(../image/assemble_place/place_arrows.gif) no-repeat;
	text-indent: 20px;
	font-weight: bold;
	color: #003366;
	font-size: 120%;
}
#place_bus dl dt {
	padding-left: 20px;
	line-height: 150%;
}


#place_bus a {
	text-decoration: none;
	color: #003366;
}
#place_bus a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
#place_bus a:visited {
	color: #0066CC;
}


#map_place {
	margin-left: 20px;
}
#map_place a {
	text-decoration: none;
}
#map_place ul {
	width: 345px;
	font-size: 85%;
	margin-top: 10px;
	float: left;
}

/* -----------------------------------------------------
関東
----------------------------------------------------- */
.map_kanto {
	padding-top: 28px;
	background: url(../image/assemble_place/kanto_title.gif) no-repeat;
}

.map_kanto li a,.map_kanto li a:link,.map_kanto li a:visited {
	display: block;
	width: 306px;
	padding-left: 14px;
	line-height: 150%;
	color: #333333;
	background: url(../image/assemble_place/arrow1.gif) no-repeat 0 5px;
}
.map_kanto li a:hover, .map_kanto li a:active {
	background-color: #CAEEFF;
}
.map_kanto .txt_kanto {
	font-weight: bold;
	color: #003366;
}

/* -----------------------------------------------------
関西
----------------------------------------------------- */
.map_kansai {
	padding-top: 28px;
	background: url(../image/assemble_place/kansai_title.gif) no-repeat;
}

.map_kansai li a,.map_kansai li a:link,.map_kansai li a:visited {
	display: block;
	width: 306px;
	padding-left: 14px;
	line-height: 150%;
	color: #333333;
	background: url(../image/assemble_place/arrow2.gif) no-repeat 0 5px;
}
.map_kansai li a:hover, .map_kansai li a:active {
	background-color: #FFCC99;
}
.map_kansai .txt_kansai {
	font-weight: bold;
	color: #FF6633;
}

/* -----------------------------------------------------
九州
----------------------------------------------------- */
.map_kyusyu {
	padding-top: 38px;
	background: url(../image/assemble_place/kyusyu_title.gif) no-repeat left 10px;
}

.map_kyusyu li a,.map_kyusyu li a:link,.map_kyusyu li a:visited {
	display: block;
	width: 306px;
	padding-left: 14px;
	line-height: 150%;
	color: #333333;
	background: url(../image/assemble_place/arrow3.gif) no-repeat 0 5px;
}
.map_kyusyu li a:hover, .map_kyusyu li a:active {
	background-color: #d2bff2;
}
.map_kyusyu .txt_kyusyu {
	font-weight: bold;
	color: #554079;
}
