#news {
	width:320px;
	text-align:left;
	padding:0px;
	margin: 10px auto 20px auto;
	background:#133b7f ;
}


#news .box {
	width:300px;
	text-align:left;
	padding:0px;
	margin: 0px auto 20px auto;
	color:#fff;
	border-bottom:1px #03defe dashed;
}
#news .box .titlebox{
	height:24px;
	width:300px;
	text-align:left;
	padding:0px;
	margin: 0px auto 0px auto;
}
#news .box img{
	width:auto;
	max-width:300px;
	margin: 0px auto 0px auto;
}
#news .box .titlebox .titletxt{
	color:#ffffff;
	float:left;
	font-size:16px;
	line-height:24px;
	text-align:left;
	padding:0px;
	margin: 0px auto 0px auto;
}
#news .box .titlebox .regday{
	float:right;
	font-size:10px;
	line-height:24px;
	text-align:right;
	padding:0px;
	margin: 0px auto 0px auto;
}
#news .box .text{
	font-size:18px;
	line-height:20px;
	width:300px;
	text-align:left;
	padding:0px;
	margin: 0px auto 10px auto;
}
#news .box .text A:LINK ,
#news .box .text A:VISITED,
#news .box .text A:ACTIVE{color:#cbf0fe;}
#news .box .text A:HOVER {color:#faec08;}

.next {
	width:300px;
	margin:-20px auto 20px auto;
	padding: 0px 0px 0px 0px;
}
.next .nextbox{
	background:#eee ;
	color: #666;
	width:30px;
	height:30px;
	font-size: 24px;
	line-height:30px;
	float:left;
	margin: 4px;
	font-weight: bold;
	text-align: center;
	border:1px #666 solid;
}
.next .nextbox2{
	background:#e9feea ;
	color: #037ffd;
	width:30px;
	height:30px;
	font-size: 24px;
	line-height:30px;
	float:left;
	margin: 4px;
	font-weight: bold;
	text-align: center;
	border:1px #037ffd solid;
}
.next .nextbox A:LINK ,
.next .nextbox A:VISITED,
.next .nextbox A:ACTIVE,
.next .nextbox A:HOVER {text-decoration: none;color:#666;}

.next .nextbox2 A:LINK ,
.next .nextbox2 A:VISITED,
.next .nextbox2 A:ACTIVE,
.next .nextbox2 A:HOVER {text-decoration: none;color:#037ffd;}
