@charset "utf-8";
/* CSS Document */

#section01 {
	clear: left;
	width: 868px;
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 20px;
}
#section01 h1 {
	font-size: 24px;
	text-align: center;
}
#section01 p {
	font-size: 16px;
	text-align: justify;
}
#section02 {
	clear: left;
	width: 868px;
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 20px;
}
#section02 h1 {
	font-size: 24px;
	text-align: center;
}
#section02 h2 {
	font-size: 20px;
	text-align: center;
}
#section02 p {
	font-size: 16px;
	text-align: justify;
}
#section03 {
	clear: left;
	width: 968px;
	padding-top: 20px;
}
#section03 h1 {
	font-size: 24px;
	text-align: center;
}
#section04_a, #section04_b {
	float: left;
	margin: 0px;
	padding-top: 20px;
}
#section04_a {
	clear: left;
	width: 409px;
	font-size: 16px;
	margin-left: 50px;
	margin-right: 25px;
	text-align: justify;
}
#section04_a ul {
	margin: 0;
	list-style-type: none;
}
#section04_a ul li {
	list-style-type: square;
	display: list-item;
}
#section04_b {
	width: 409px;
	font-size: 16px;
	margin-left: 25px;
	margin-right: 50px;
	text-align: justify;
}
#section04_b ul {
	margin: 0;
	list-style-type: none;
}
#section04_b ul li {
	list-style-type: square;
	display: list-item;
}