@charset "utf-8";
/* CSS Document */

body {
	font: 74% Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0 auto;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	background-color: #007130;
}
.oneColFixCtr #container {
	width: 900px;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: center; /* この設定は body エレメントの text-align: center より優先されます。 */
	background-color: #0b6E25;
	background-image: url(img/back.jpg);
	background-repeat: repeat-y;
	height: 1500px;
}
.oneColFixCtr #mainContent {
	padding: auto 20px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	height: 1350px;
}

.oneColFixCtr #top {
	margin: 0 auto;
	padding: 0 auto;
	height: 517px;
}

.oneColFixCtr #top img {
	margin: 0 auto;
	padding: 0 auto;
}


.oneColFixCtr #explanation {
	margin: 0 auto;
	padding: 0 auto;
	height: 443px;
	background-image: url(img/explanation.jpg);
	background-repeat: no-repeat;
	width: 800px;
	position: relative;
	line-height: 1;
}

#explanation .ex01 p{
	position: absolute;
	height: 30px;
	width: 175px;
	left:55px;
	display: block;
	width: 200px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	top: 110px;
	text-align: left;
}

#explanation .ex02 p{
	position: absolute;
	height: 30px;
	width: 250px;
	left:300px;
	display: block;
	width: 200px;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	top: 110px;
}

#explanation .ex03 p{
	position: absolute;
	height: 30px;
	width: 250px;
	left: 555px;
	display: block;
	width: 200px;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	top: 110px;
}

.oneColFixCtr h1{
	display:none;
	padding: 50px 0 30px;
	padding: 80px 0 30px;
	padding: 100px 0 0 50px;
	padding: 100px 0px 0px 50px;
}

.oneColFixCtr #qr{
	width: 770px;
	height: 177px;
	margin: 10px auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	font: 74% Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background-image: url(img/qr_bg.jpg);
	background-repeat: no-repeat;
	padding: 0 auto;
	position: relative;
}

.oneColFixCtr #form {
	padding: 80px 140px 0;
}
.oneColFixCtr #officialqr{
	width: 770px;
	height: 185px;
	margin: 40px auto 10px;
	padding: 0 auto;
	position: absolute;
}

#footer{
	height: 87px;
	margin:15px auto 5px;
	text-align:center;
	padding: 0px auto;
}

#footer img{
	margin:0 5px;
}

address{
    margin:0 auto;
	padding:5px;
	font-style: normal;
}

