/* [div#headup] /////////////////////*/
#headup h1 {
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
}
#headup a {
	text-decoration: none;
	font-size: 8pt;
}

/* [div#header] /////////////////////*/
#header {
	margin-bottom: 15px;
}
#header h2 {
	font-size: 12px;
	text-align: center;
}

/* [div#main] /////////////////////*/
#main {
	width: 710px;
	margin: 0 auto;
}
#main .box h3 {
	background: #ffc;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
}
#main .box .map {
	background: #ffc;
}
#main .box h4 {
	font-weight: normal;
	margin-bottom: 15px;
}
#main .box .search {
	text-align: center;
}
#main .box .search strong {
	font-size: 14px;
}

/* [div#box_l] /////////////////////*/
#box_l {
	width: 344px;
	margin-right: 22px;
	float: left;
}
#box_l h3 {
	border: 1px solid #f93;
}
#box_l .map {
	border: 1px solid #f93;
	border-top: none;
}
#box_l .search {
	border: 1px solid #f93;
}

/* [div#box_r] /////////////////////*/
#box_r {
	width: 344px;
	float: left;
}
#box_r h3 {
	border: 1px solid #393;
}
#box_r .map {
	border: 1px solid #393;
	border-top: none;
}
#box_r .search {
	border: 1px solid #393;
}

/* [div#inq] /////////////////////*/
#inq {
	margin-top: 30px;
	text-align: center;
}


