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


body {
	background-color: #6aa1ff;
}
.maintxt {
	color: #666666;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	line-height: 16px;
}
.title {
	color: #6498F1;
	font-family: Verdana, sans-serif;
	font-size: 18px;
	line-height: 20px;
}
.smtxt {
	color: #666666;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 14px;
}

a:link {
	color: #6498F1;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6498F1;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}

