@charset "utf-8";
.main_page {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #666666;
	text-align: left;
	letter-spacing: 1px;
}
.main_page_sub {
	font-family: "Arial";
	font-size: 10px;
	color: #999999;
	letter-spacing: 1px;
}
.text_header {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	letter-spacing: 1px;
}
.text {
	font-family: "Segoe UI";
	font-size: 12px;
	color: #666666;
	text-align: justify;
}
body {
	background-image: url(background_06.png);
	background-repeat: repeat-x;
}
a:hover {
	color: #DB1A21;
}
a:active {
	color: #DB1A21;
}
a:link {
	text-decoration: none;
	color: #030390;
}
a:visited {
	text-decoration: none;
	color: #030390;
}

