@charset "utf-8";


body{
	background-color: #E6E6E6;
}


#header h1 {
	background-image : url(../img/header.gif) ;
	width : 950px ;
	height : 110px ;
	font-size : 1.1em ;
	color : #ffffff ;
	text-align : center ;
	padding-top : 7px ;
}


h2{
	margin: 20px 0;
	margin-left: 75px;
}

p.text01 {
	text-align : center ;
	padding : 0 100px ;
}

p.text02 {
	color : #FFD3B9 ;
	margin-left: 152px;
}

/* ▼error-messageエラー時 */

.error-message {
	color : red ;
	background-color : #ffd3b9 ;
}


/* ▼formのtable部分▼ */

table.form01{
	margin: 0 auto;
	table-layout: fixed;
	width: 600px;
	border: 1px solid #D9D9D9;
	border-collapse: separate;
	border-spacing: 2px;
	font-size: 1.4em;
	line-height: 1.4;
}

table.form01 th{
	width: 200px;
	background-color: #FFE8D9;
	padding: 10px;
}

table.form01 td{
	width: 400px;
	background-color: #F0F0F0;
	padding: 10px;
}

table.form01 th.ex_item {
	width: 200px;
	background-color: #FFD3B9;
	padding: 10px;
}

/* ▲formのtable部分▲ */



div.btn{
	margin-left: 152px;
	margin-bottom: 10px;
	margin-top : 10px ;
	font-size : 12px ;
}


p.form01{
	clear: both;
	text-align: center;
	padding: 10px 0 20px 0;
}


.caution{
	font-size: 11px;
	color: red;
}

.note{
	font-size: 11px;
}



div.done{
	height: 300px;
	text-align: center;
	vertical-align: middle;
}


p.done{
	line-height: 300px;

}


#contents img{
	vertical-align: middle;
}


#contents img.reset{
	vertical-align: top;
}

/* ▼done02 */


.done02 p {
	margin-top : 30px ;
	margin-bottom: 30px;
	text-align: center;
	font-size : 14px ;
}


/* ▼footer */


#footer {
	background-color : #ff9600 ;
	height : 220px ;
	color:#FFFFFF;
}

#footer_service {
	clear : both ;
	text-align : center ;
	padding-top : 20px ;
	font-size: 12px;
}

#footer_service a {
	color : #ffffff ;
}

#footer p {
	font-size: 12px;
	color: #FFFFFF;
	text-align : center ;
	margin-top : 10px ;
}
