@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------
table-------*/

#content table th,
#content table td {
	border: 1px solid #CCCCCC;
	padding: 3px 9px 1px;
	vertical-align: top;
	text-align:left;
}
#content table th {
	font-weight: normal;
	width:158px;
	background:#F3F3DE;
	
}

#content table td{
	background-color: #FEF9EE;	
}

#content table{
	margin-bottom:40px;
}
#content p.title{
	margin-bottom:20px;
}
#content p.text{
	margin-bottom:35px;
}
.map{
	height: 400px;
	margin-bottom: 20px;
}

#map02{
	margin-bottom: 40px;
}