@charset "utf-8";
body {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-color: #999999;
	height: 110px;
	width: 800px;
	line-height: 24px;
	color: #FFFFFF;
	margin-top: 20px;
	padding-bottom: 10px;
	font-size: 13px;
	padding-left: 5px;
	padding-top: 10px;
}

#subcontent {
	height: 38px;
	width: 800px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	float: none;
	background-image: url(../img/ba-.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
	padding-top: 5px;
}
#content {
	height: auto;
	width: 800px;
	font-size: 14px;
	line-height: 25px;
}
.p3 {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

.h1 {
	font-size: 20px;
	font-weight: bold;
}
.p1 {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}
.p2 {
	font-size: 14px;
	color: #006633;
	font-weight: bold;
}
