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