@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.text01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #999999;
}
.text01 a:link {
	color: #FF0000;
	text-decoration: none;
}
.text01 a:visited {
	color: #FF0000;
	text-decoration: none;
}
.text01 a:hover {
	color: #00CCFF;
	text-decoration: none;
}
