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


/*  News Box  */
.news {
	background-color: #cbc1b0;
}
.news ul {
	list-style: url(../graphics/triangle.gif);
	list-style-position: outside;
	padding-left: 15px;
}
.news_text {
	border-bottom: dashed #999999 1px;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;	
	color: black;
}
.news_text a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;	
	color: black;
}
span.news_date {
	color: #666666;
}

