@charset "utf-8";
/* CSS Document */
body{
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
}
.text01{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#B0B0B0;
}
.text01 a:active,.text01 a:visited,.text01 a:link{
text-decoration:underline;
color:#B0B0B0;
}
.text01 a:hover{
	text-decoration:underline;
	color:#333333;
}
.text02{
	font-family:sans-serif, Helvetica,Arial ;
	font-size:11px;
	color:#000000;
}
.text02 a:active,.text02 a:visited,.text02 a:link{
	color:#000000;
	text-decoration:none;
}
.text02 a:hover{
	text-decoration:underline;
	color:#993300;
}