@charset "UTF-8";



#formWrap {
	width:970px;
	margin:50px auto 20px auto;
	padding: 0 0 30px 0;
	background: #;
	color:#555;
	line-height:120%;
	font-size:90%;
}



h3 img{
	display: block;
}

table.formTable{
	width:90%;
	margin:20px auto 30px auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
	vertical-align:middle;
}

table.formTable td{
	background: #fff;
}

table th .red{
	color: #F8413B;
	margin: 0 0 0 5px;
}

.button01{
	background: #C6AD00;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 11px 25px;
	margin:0 10px;
	cursor: pointer;
	border: none;
}
.button01:hover{
	background: #E9DE3F;
}

.button02{
	background:#85A79B;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 11px 25px;
	margin:0 10px;
	cursor: pointer;
	border: none;
}

.button02:hover{
	background: #A7D9C0;
}

textarea{
	width: 90%;
	height:100px;
}

p.error_messe{
	margin:5px 0;
	color:red;
}
