@charset "utf-8";
body {
	background-color: #F8FCE5;
}
.c_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
}
.c_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FE9900;
	font-weight: bold;
}
.c_caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-style: italic;
}
.hr_1 {
	border-top: 1px dashed #cc6600;
	height: 1px;
	width: 100%;
}