@charset "utf-8";

.font01 {
	font-size: 13px;
	line-height: 30px;
	color: #4f4e4e;
}
.font01 a:link, .font01 a:visited {
	color: #4f4e4e;
	text-decoration: none;
}
.font01 a:active, .font01 a:hover {
	color: #4f4e4e;
	text-decoration: underline;
}
.font02 {
	font-size: 13px;
	line-height: 18px;
	font-weight:bold;
	color: #9d0000;
}
.font02 a:link, .font02 a:visited {
	color: #9d0000;
	text-decoration: none;
}
.font02 a:active, .font02 a:hover {
	color: #9d0000;
	text-decoration: underline;
}
