@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EFEFEF;
}
.a_title {
	font-size: 25px;
	font-weight: bold;
	color: #FFCC00;
	text-align: center;
}
#newscontent {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
	text-indent: 30px;
}

.kcn ul {
	list-style-type: circle;
	list-style-position: outside;
	line-height: 25px;
	font-size: 12px;
	color: #FFFFFF;
}
.k1 {
	background-color: #3F526A;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 300px;
	width: 370px;
	border: 1px solid #849BB7;
}
.mainlist {
	color: #FFFFFF;
	background-color: #3F526A;
	padding: 20px;
	border: 1px solid #7891AF;
}

.more {
	font-size: 12px;
	color: #FFFF00;
	text-decoration: none;
}
.a_date {
	text-align: center;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-color: #00FFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
}

#foot {
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 15px;
	background-color: #3F526A;
	border: 1px solid #849BB7;
	margin-right: 16px;
	height: 60px;
	padding-top: 10px;
	padding-left: 30px;
	line-height: 20px;
}
.kcn a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}

