@charset "UTF-8";

/*************お知らせ*************/
td.news_txt{
	font-size: 12px;
	line-height: 150%;
	padding-left: 5px;
	color: #333333;
}

div.news_xline{
	background-image: url(../news/img/news_line.gif);
	background-repeat: repeat-x;
	height: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

a.news:link {color: #eb6143; text-decoration: none;}
a.news:visited { color: #eb6143; text-decoration: none; }
a.news:hover { color: #f29739; text-decoration: underline; }
a.news:active { color: #eb6143; text-decoration: underline; }
