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

body{
	background:#ffffff url(../img/header-image/bg_zenkoku.png) 40% 0 no-repeat;
}

/*header--------------------*/

#header{
	width:100%;
}
.hm_btm{
	margin: 0 0 23px 0; 

}
#header div{
	width:1020px;
	margin:0 auto;
	padding: 18px 0 0;
}

#header div h1{
	float:left;
	width:125px;
	padding-left: 35px;
}

#header div p{
	float:right;
	width:300px;
	padding-right: 117px;
}


/*container-----------------*/

#main{
	width:1000px;
	height:530px;
	position:relative;
}

.bt_regist{
	position:absolute;
	bottom:47px;
	right:114px;
}

.contents{
	width:920px;
	margin:0 auto;
	text-align:center;
}

.form{
	background:#fff9f0 url(../img/bg_form.jpg) top right no-repeat;
	padding:25px;
	margin-bottom:25px;
	text-align:left;
}

.form table{
	border-top:1px solid #bbb9b9;
	border-bottom:1px solid #bbb9b9;
	margin:20px 0;
}

.form table th,
.form table td{
	padding:15px 8px 15px 0;
	border-bottom:1px dotted #bbb9b9;
	vertical-align:top;
}

.noborder{
	border:none !important;
}

.form table th{
	text-align:left;
	color:#511516;
}

.form table td ul li{
	list-style-type:none;
	padding-bottom:7px;
}

span.ast{
	color:#c73636;
}
input{
	padding: 3px;
	margin: 0 0 0px 0

}

#btn_area {
	text-align: center;
	margin: 30px 0;

}

#thanks {
	margin:  160px 0 300px 40px;
	font-size: 120%;


}


.bt_regist {
position:absolute;
top:440px;
left:20px;
width:480px;
height:70px;
text-indent:-9999px;
}

.bt_regist a{
display:block;
width:100%;
height:100%;
}




/*footer--------------------*/

#footer{
	background:#FF6E7F;
	color:#fff;
	text-align:center;
	padding:10px 0 22px;
}