/* 日期文字 */
.news_style1 {
	color: #626262;
	font-size: 13px;
	letter-spacing: 1pt;
}

/* 標題文字 */
.news_style2 {
	color: #626262;
	font-size: 13px;
	letter-spacing: 1pt;
}
.news_style2 a:link {
	color: #626262;
	text-decoration: none;
}
.news_style2 a:visited {
	text-decoration: none;
		color: #626262;
}
.news_style2 a:hover {
	text-decoration: none;
	color: #FF3300;
}
.news_style2 a:active {
	text-decoration: none;
}
