@charset "utf-8";
#area {
	width: 1000px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#area #main {
	margin-bottom: 30px;
	float: left;
	width: 1000px;
}
#area #main h2 {
	font-size: 250%;
	line-height: 80px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADADA;
	text-align: center;
}
#area #main p {
	line-height: 25px;
	font-size: 120%;
	float: left;
}
#area #main .map {
	float: right;
	margin-left: 30px;
}

#area #contents {
	font-size: 120%;
}

#area #detail {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
}
#area #detail .table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ECECEC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ECECEC;
	margin-bottom: 10px;
	font-size: 105%;
	width: 100%;
}
#area #detail .table th {
	background-color: #717171;
	text-align: center;
	color: #FFF;
	line-height: 30px;
	height: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	margin: 0px;
	padding: 0px;
	font-size: 95%;
}
#area #detail .table td {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECECEC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ECECEC;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#area #detail .table .head {
	background-color: #EDF3F7!important;
	text-align: center;
}
#area #detail p {
	font-size: 100%;
	line-height: 22px;
	text-align: right;
}
