@charset "utf-8";
body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	background-color: #fff;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;
}
img {
    border-style:none;
}
a img {
    border-style:none;
}
#container {
	width: 850px;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin:0 auto;
	background: url(../img/bk.gif) repeat-y;
}



#head{
	width:100%;
	height: 434px;
	margin-top:-25px;
	background: #666 url(../img/top.jpg) no-repeat center;
	text-indent:-9999px;
 
}
#head2{
	width:100%;
	height: 332px;
	margin-top:-25px;
	background: #666 url(../img/top2_01.jpg) no-repeat center;
	text-indent:-9999px;
 
}

.form_box{ position:relative;
	height: 409px;
    background: url(../img/top2_02.jpg) no-repeat center;
	margin:0 auto;
	margin-bottom:-30px;
	}
#head3{
	width:100%;
	height: 332px;
	margin-top:-25px;
	background: #666 url(../img/top3_01.jpg) no-repeat center;
	text-indent:-9999px;
 
}

	
#head4{
	width:100%;
	height: 332px;
	margin-top:-25px;
	background: #666 url(../img/top4_01.jpg) no-repeat center;
	text-indent:-9999px;
 
}



.formTable{ 
    position:absolute;
	top:270px;
	left:335px;
	width:100%;}
.formTable2{
    position:absolute;
	top:130px;
	left:150px;}

.text{
width:350px;
height:45px;
font-size:24px;
}
.text2{
width:248px;
height:30px;
font-size:18px;

}

.center3{margin-top:315px; margin-left:670px;}

.center4{margin-top:125px; margin-left:545px;
text-indent:-9999px; background:url(../img/btn.jpg); width:251px; height:71px; border:0px solid; cursor:pointer}

.center4:hover{ background-image: url(../img/btn_on.jpg);}


.form_box2 {
	height: 293px;
	position:relative;
	background: url(../img/form2.png);
	color: #000;
}
.form_box3 {
	height: 293px;
	position:relative;
	background: url(../img/form1.png) no-repeat;
	color: #000;
}



.center{ text-align:center;}
.center2{margin-top:125px; margin-left:545px;}
#kiyaku {
	padding-bottom:50px;
	padding-left:70px;
	font-size: 12px;
	width:700px;
}

#txt2{width:700px;padding-left:70px;}

a{ color:#F00; text-decoration: underline;}
a:hover{color: #F90; text-decoration: underline;}

.y_bold{
	background:#ffff99;
	font-weight:bold;
	font-size:1.3em;
}
.red{
	color: #F00;
    font-weight:bold;
	font-size:1.4em;
}
.redl{
	color: #F00;
	text-decoration:underline;
    font-weight:bold;
	font-size:1.2em;
}

.m20m-l{ margin-left:18px;}