@charset "utf-8";
/* CSS Document */
#News a {
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
#News a:hover {
	text-decoration: underline;
	color: #990000;
}
#News a:visited {
	text-decoration: underline;
	color: #993366;
}
#News .Cat {
	text-decoration: none;
	color: #009966;
}
.news_title_td {
	font-size: 24px;
	font-weight: bold;
	height: 80px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #333366;
}
.news {
	font-size:14px;
	line-height:170%;
	text-align: left;
}
.news p {
	font-size:14px;
	line-height:170%;
}
.news_right_list_td {
	border-left: 1px solid #CCCCCC;
	text-align: left;
}
