@charset "utf-8";
.index_text {
	font-family: Arial;
	font-size: 17px;
	color: #737578;
	text-decoration: none;
}

.menu_text {
	font-family: Arial;
	font-size: 10px;
	color: #737578;
	text-decoration: none;
}
.menu_text A:link {text-decoration: none; color: #737578;}
.menu_text A:visited {text-decoration: none; color: #737578;}
.menu_text A:active {text-decoration: none; color: #737578;}
.menu_text A:hover {text-decoration: none; color: #000000;}

.menu_text_ov {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.title {
	font-family: Arial;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
}
.news_title_bold {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.news_title {
	font-family: Arial;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
}
.news_date {
	font-family: Arial;
	font-size: 11px;
	color: #486370;
	text-decoration: none;
}
.content {
	font-family: Arial;
	font-size: 12px;
	color: #737578;
	text-decoration: none;
}
.content A:link{ color: #737578; text-decoration:none;}
.content A:visited {color: #737578; text-decoration:none;}
.content A:active {color: #737578; text-decoration:none;}
.content A:hover {color: #737578; text-decoration:underline;}

.content_black {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.content_black A:link{ color: #000000; text-decoration:none;}
.content_black A:visited {color: #000000; text-decoration:none;}
.content_black A:active {color: #000000; text-decoration:none;}
.content_black A:hover {color: #000000; text-decoration:underline;}

.content_black_line {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.content_black_line A:link { color: #000000; text-decoration:underline;}
.content_black_line A:visited {color: #000000; text-decoration:underline;}
.content_black_line A:active {color: #000000; text-decoration:none;}
.content_black_line A:hover {color: #737578; text-decoration:none;}

.text_link {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.text_link A:link {text-decoration: none; color: #000000;}
.text_link A:visited {text-decoration: none; color: #000000;}
.text_link A:active {text-decoration: none; color: #000000;}
.text_link A:hover {text-decoration: none; color: #737578;}

.email_link {
	font-family: Arial;
	font-size: 12px;
	color: #486370;
	text-decoration: none;
}
.email_link A:link { color: #486370; text-decoration:underline;}
.email_link A:visited {color: #486370; text-decoration:underline;}
.email_link A:active {color: #000000; text-decoration:none;}
.email_link A:hover {color: #000000; text-decoration:none;}

.footer {
	font-family: Arial;
	font-size: 10px;
	color: #737578;
	text-decoration: none;
}
.footer A:link {text-decoration: none; color: #737578;}
.footer A:visited {text-decoration: none; color: #737578;}
.footer A:active {text-decoration: none; color: #737578;}
.footer A:hover {text-decoration: none; color: #000000;}

.table_height {
	height: 569px;
	width: 100%;
}

.bg_grey {
	background-color: #f0f0f0;
}
.bg_white {
	background-color: #FFFFFF;
}

