@charset "utf-8";
/* CSS Document */

body {
	line-height: 1;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	background-color: #E6F1F7;
}
.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 18px;
}
.main_text a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	color: #333333;
}
.main_text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #288096;
	text-decoration: none;
}
.main_text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2C7A90;
	line-height: 18px;
}
.main_text3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #297B91;
	line-height: 16px;
}
.box1 {
	background-color: #FFFFFF;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6ea1ce;
	border-bottom-color: #6ea1ce;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
