@charset "utf-8";
.text01 {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}
.text02 {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	line-height: 24px;
}
.text03 {
	font-size: 12px;
	color: #e70000;
	text-decoration: none;
}
.text04 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	text-decoration: none;
}
.text05 {
	font-size: 16px;
	font-weight: normal;
	color: #666666;
}



a {
    outline: none;
	text-decoration:none
}
a:link {
	text-decoration:none;
} 
a:visited {
	text-decoration:none;
} 
a:hover {
text-decoration:underline
} 
a:active {

}

