@charset "utf-8";
.bg01 {
	background-image: url(images/top.png);
	background-repeat: repeat-x;
	background-position: top;
}
.bg02 {
	background-color: #DBE6EF;
	background-image: url(images/bg01.png);
	background-repeat: repeat-x;
	background-position: top;
}
.bg03 {
	background-color: #FFFFFF;
	background-image: url(images/bg02.png);
	background-repeat: repeat-x;
	background-position: top;
}
.bodytxt {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666666;
	line-height: 24px;
	font-weight: normal;
}
.copyrighttxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6D98AB;
}
.menutxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #22718E;
}
