@charset "utf-8";
.regular_body {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	font-style: normal;
	line-height: 18px;
}
.bold_sub {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #900;
	font-style: normal;
}
.sub_title {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #F60;
	text-decoration: underline;
}
.grade_time {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #09F;
}
.highlight_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F00;
}

