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

.text01 {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;}
.text01 a:link {
	color: #000000;
	text-decoration: underline;
}
.text01 a:visited {
	color: #000000;
	text-decoration: underline;
}
.text01 a:hover {
	color: #FF0099;
	text-decoration: underline;
}
.text02 {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;}
.text02 a:link {
	color: #000000;
	text-decoration: underline;
}
.text02 a:visited {
	color: #000000;
	text-decoration: underline;
}
.text02 a:hover {
	color: #FF0099;
	text-decoration: underline;
}
.text03 {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0099;
	text-decoration: none;
}

