@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    background-repeat: no-repeat;
	background-image: url(../images/bg.jpg);
	background-position: center top;

/* Word */
}
.t01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

.t02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;

}
.t02 A:link {
	COLOR: #FFF;
	text-decoration: none;
}
.t02 A:visited {
	COLOR: #FFF;
	text-decoration: none;
}
.t02 A:hover {
	COLOR:#F90;
	text-decoration: none;
}
