@charset "UTF-8";
#wrapper {
	background-color: #FFFFFF;
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1.5px solid #CCCCCC;
	margin-top: 15px;
	margin-bottom: 15px;
}
#head {
	background-color: #007072;
	text-align: center;
	height: 97px;
	width: 800px;
}
* {
	margin: 0px;
	padding: 0px;
}
#contents {
	height: 1200px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
#footer {
	text-align: center;
	height: 70px;
	width: 800px;
	background-color: #d4d7d7;
	padding-top: 20px;
}
.naiyou1 {
	font-size: 12px;
	line-height: 3em;
	color: #333333;
	text-align: justify;
	height: 40px;
	width: 148px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #e1eae2;
}
.naiyou2 {
	font-size: 12px;
	line-height: 3em;
	color: #333333;
	text-align: justify;
	height: 40px;
	width: 148px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #f2f2ec;
}
.line {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #e1eae2;
}
.koumoku {
	height: 40px;
	width: 500px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #e1eae2;
	font-size: 12px;
	line-height: 3em;
	color: #333333;
	padding-left: 15px;
}
#copyright {
	font-size: 11px;
	line-height: 3em;
	color: #FFFFFF;
	background-color: #002431;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}
