@charset "UTF-8";
/* CSS Document */

.news-block{
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}

.news-date{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999;
}
.news-title{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
}
.news-back{
	font-size: medium;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
