/* [div#search_form] /////////////////////*/
#search_form {
	width: 450px;
	margin: 0 auto;
}
#search_form h3 {
	color: #f30;
	font-size: 16px;
	text-align: center;
	margin-top: 25px;
}
#search_form p {
	text-align: center;
	margin-bottom: 10px;
}
#search_form table th {
	font-weight: normal;
	font-size: 12px;
	padding: 10px;
	background: #9cf;
	border-bottom: 2px solid #fff;
}
#search_form table td {
	padding: 10px 0 10px 10px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	background: #ccc;
}
#search_form table td li {
	list-style: none;
	padding: 2px 0;
}
#search_form table td .cell {
	width: 120px;
	float: left;
}

/* [ul.mapList] */
#mapList li {
	list-style: none;
}
#map_view {
	background: url(/main_img/arw-down-org.gif) 0 6px no-repeat;
}

