﻿@charset "utf-8";
 @import url(reset.css);
@import url(base.css);
@import url(common.css);

/*      hello          */

#content .hello {
	overflow: hidden;
	zoom: 1;
	clear: both;
	margin-bottom: 13px;
}

#content .hello div {
	float: right;
}

#content .hello p {
	margin: -2px 205px 0 0;
}

/*        table        */

#content table {
	margin-bottom: 19px;
}

#content table th.special,#content table td.special {
	padding-bottom: 1px;
}

#content table th {
	width: 155px;
	padding: 3px 0 2px 13px;
}

#content table td {
	padding: 3px 10px 2px 14px;
}

#content .access {
	border: #E9E9E9 1px solid;
	margin-bottom: 31px;
}

#content .map {
	height: 426px;
	border: #FFF 1px solid;
}
