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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/sample02_back.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
}
.mainbox {
	background-color: #f7f7f7;
	border: 1px solid #aaaaaa;
}
.maintext {
	padding: 10px;
}
a:link {
	color: #064273;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #064273;
}
a:hover {
	text-decoration: none;
	color: #064273;
}
a:active {
	text-decoration: underline;
	color: #064273;
}
.footer {
	font-size: 10px;
	color: #999999;
	padding: 5px;
}
