@charset "utf-8";
/* CSS Document */

#container {
	font-family: Verdana, Geneva, sans-serif;
	width: 1100px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#contents {
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 30px;
}

.h2{
	font-family: "HGP行書体";
	font-size: 40px;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 2px solid #BBBBBB;
	border-bottom: 2px solid #BBBBBB;
	
}

.part {
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	width: 350px;
	margin-right: 7px;
	margin-left: 7px;
	border: thin solid #DFDFDF;
}
.part h3 {
	font-family: "HGP行書体";
	font-size: 24px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #000000;
}
.clear {
	font-family: Verdana, Geneva, sans-serif;
	clear: both;
}
#footer {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #EFEFEF;
}
#campany {
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 20px;
}
