﻿@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: 31px;
}

#content .hello div {
	float: right;
	margin-top: 5px;
}

#content .hello p {
	margin: 0 260px 24px 0;
}

#content .hello p.last {
	padding-bottom: 0;
}

#content p.pubTab {
	margin-bottom: 20px;
}

/*        table        */

#content table {
	margin-bottom: 30px;
}

#content table th.special,#content table td.special {
	padding-bottom: 1px;
}

#content table th {
	width: 166px;
	padding: 2px 0 2px 12px;
}

#content table td {
	padding: 2px 10px 2px 10px;
}

#content .access {
	border: #E1DBC8 1px solid;
	margin-bottom: 30px;
}

#content .map {
	height: 426px;
	border: #FFF 1px solid;
}