@charset "utf-8";
body {
	background-color: #e6dfc9;
	font-size: 13px;
	line-height: 25px;
	color: #063;
}
.bg1 {
	background-image: url(../images/adm04.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg1 ul {
	list-style-type: circle;
	font-size: 15px;
	line-height: 25px;
	color: #006699;
}
.bg1 h3 {
	color: #CC3300;
	padding-left: 10px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.bg1 li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
}
.bg1 a {
	font-weight: normal;
	text-decoration: none;
	color: #FF3300;
}
.bg1 p {
	margin: 0px;
	padding: 0px;
}
.gray {
	color: #666;
}
.white {
	color: #FFF;
}
.red {
	color: #039;
}

