@charset "UTF-8";
p {
	margin: 0;
	padding: 0;
	text-align: left;
}
.center_al {
	text-align: center !important;
}
.areacate {
	width: 100%;
	margin: 0 auto 30px;
}
.areacate h2 {
	background-color: #009251;
	background-repeat: repeat;
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}
.areacate h3 {
	font-size: 25px;
	font-weight: bold;
	text-align: left;
	color:#009251;
	border-bottom: 3px double #009251;
	
}
.areacate h3 span{
	font-size: 16px;
	padding-left: 1em;
}
.areattl {
	font-weight: bold;
	text-align: left;
	margin: 30px 0 15px 0;
}
.areattl img{
	width: 40px !important;
}
.areattl span {
	color: #ff0066;
}
.areacap {
	background-color: #d01319;
	background-repeat: repeat;
	margin-top: 20px;
	padding: 15px;
}
.areacap p {
	font-size: 15px;
	line-height: 170%;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
}
.areacap p span {
	font-size: 20px;
	line-height: 170%;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
}
.arealink a{
	width: 100%;
	word-break: break-all;
	color: #09F;
}
.arealist {
	width: 100%;
	font-size: 14px;
	line-height: 170%;
}
.arealist th {
	background-color: #ffffcc;
	background-repeat: repeat;
	text-align: center;
	padding: 10px;
	font-weight: normal;
}
.arealist td {
	text-align: left;
	padding: 10px;
}
.arealist, .arealist th, .arealist td {
	border-collapse: collapse;
	border: 1px solid #333333;
}