@charset "utf-8";

.index_title{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #E19F0B;
	text-align:justify;
	text-decoration:none;
}

.index_sub{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FB6567;
	text-align: justify;
	text-decoration:none;
}
.index_sub a:hover{
	color: #F00;
	text-decoration:underline;
}
.index_sub a:visited{
	color: #FB6567;
	text-decoration:none;
}
.index_sub a:active{
	color: #FB6567;
	text-decoration:none;
} 
.index_sub a:link{
	color: #FB6567;
	text-decoration:none;
}


.news_title{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #E19F0B;
	text-align:justify;
	text-decoration:none;
}

.news_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #CCC;
	text-align:justify;
	text-decoration:none;
}
.news_text a:hover {
	color: #FFF;
	text-decoration:underline;
}
.news_text a:link {
	color: #F00;
	text-decoration:none;
}
.news_text a:visited {
	color: #F00;
	text-decoration:none;
}
.news_text a:active {
	color: #F00;
	text-decoration:none;
}

