﻿@charset "utf-8";
 @import url(reset.css);
@import url(base.css);
@import url(common.css);
#content .table02 {
	width:100%;
	margin:0 0 26px 0;
}
#content table tr th, table tr td {
	border:none;
}
#content table tr th {
	background-color:#EBF2F3;
	width:140px;
	font-weight:normal;
	text-align: left;
	vertical-align: top;
	padding:8px 0 4px 10px;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
}
#content table tr td {
	padding:8px 5px 4px 10px;
	vertical-align:top;
	border-bottom:1px solid #FFF;
	background-color:#F3F2EB;
}
#content .map {
	height:400px;
	margin-bottom:53px;
}
#content p.gotop {
	margin:22px 0 20px 0;
}
