@charset "utf-8";
/* CSS Document */
#n_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #888;
	text-decoration: none;
	text-align: left;
}
#n_title a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #888;
	text-decoration: none;
	text-align: left;
}
#n_title a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	text-align: left;
}
.n_title_top{
margin-bottom:4px;
}

#n_title_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: left;
}
#n_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: left;
	display:none;
}
#n_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888;
	text-align: justify;
}
.title_news
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #888;
	font-weight: bold;
	margin-bottom: 4px;
	padding-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #48424e;
}
#n_more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C00;
	text-decoration: none;
	text-align: left;
}