/* CSS Document */
/*************************************
 	リセット
 *************************************/
body {
	margin: 0;
	padding: 0;
	background:#EEE;
	-webkit-text-size-adjust: 100%;
}

html {/* overflow-y: scroll;*/ }
img{ border:0;}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	margin:0px;
}
ol, ul { list-style:none; }

fieldset, img { border:0; }
table {
	border-collapse: collapse;
	border-spacing:0;
}
caption, th { text-align: left; }
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}



/**************************************/

#wrapper{
	width:780px;
	margin:0px auto;
	background:#FFF;
	}

#header{}
#footer{
	height:55px;
	}

#container{
	padding:40px;
	}

#form_area{
	padding:20px;
	}
.chui{
	font-size:90%;
	color:#777;
	}

.thx_area {
	padding:50px 0px;
	}
.thx_area h3{
	font-size:25px;
	font-weight:bold;
	color:#982B26;
	margin-bottom:30px;
	text-align:center;
	}
.thx_area p{
	line-height:1.8em;
	text-align:center;
	}