@charset "utf-8";
.bkgd {
	background-attachment: fixed;
	background-image: url(../img/bkgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.text01 {
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}
.text02 {
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
	text-decoration: none;
	line-height: 22px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #00CC00;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}


img{
	border: 0;
}