.index {
	font-size: 12px;
	color: #000000;
}
.white {
	font-size: 12px;
	color: #FFFFFF;
}
.m1 {
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
.b01 {
	font-size: 16px;
	font-weight: bold;
	color: #0066CC;
}
.bottom01 {
	background-image: url(../images/bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
}
.m02 {
	font-size: 12px;
	color: #FF6600;
}
.feedback_bg {
	background-attachment: fixed;
	background-image: url(../images/feedback_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.job_bg {
	background-attachment: fixed;
	background-image: url(../images/job_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FF3300;
}
a:active {
	text-decoration: none;
}
