@charset "utf-8";
/* CSS Document */
.link_attention {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color:#335dae;
	margin: 0px;
	padding-left: 0px;
	color:white;
	text-align:center;
	font-size:10px;
	font-weight:normal;
}

.link_attention a {
	text-decoration:none;
    color:white;
	font-size:10px;
}
.link_attention a:link {
	text-decoration:none;
	color:white;
}
.link_attention a:visited {
	text-decoration:none;
	color:white;
}
	
.link_attention a:active {
	text-decoration: none;
    font-weight:bold;
	color:#fe1a18;
}

.link_attention a:hover {
	text-decoration: none;
	font-weight:bold;
	color:#fe1a18;
}

.news_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
	margin: 0px 10px 5px 15px;
	text-align: justify;
}

.news_title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: 2E58A9;
	margin: 10px 10px 5px 15px;
	text-align: justify;
}

.news_title_2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: black;
	font-weight: bold;
	font-size: 11px;
	margin: 5px 10px 5px 15px;
	text-align: justify;
}

.news_text a {
	text-decoration:none;
    color:#2E58A9;
}
.news_text a:link {
	text-decoration:none;
	color:#2E58A9;
}
.news_text a:visited {
	text-decoration:none;
	color:#2E58A9;
}
	
.news_text a:active {
	text-decoration: none;
    font-weight:bold;
	color:#fe1a18;
}

.news_text a:hover {
	text-decoration: none;
	font-weight:bold;
	color:#fe1a18;
}

.news_title a {
	text-decoration:none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#2E58A9;
}
.news_title a:link {
	text-decoration:none;
	color:#2E58A9;
}
.news_title a:visited {
	text-decoration:none;
	color:#2E58A9;
}
	
.news_title a:active {
	text-decoration: none;
	color:#2E58A9;
	text-decoration:underline;
}

.news_title a:hover {
	text-decoration: none;
	color:#2E58A9;
	text-decoration:underline;
}

.news_important_center{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: black;
	font-weight: bold;
	font-size: 12px;
	margin: 5px 10px 5px 15px;
	text-align: center;
	border: solid #000 1px;
}