@charset "utf-8";
/* CSS Document */

.err { color: #ff0000; font-size:11px; line-height:150%; }

/*メインボックス*/
.mainbox {
	position:relative;
	width:950px; height:auto; min-height:800px;
	margin:0 auto;
}

/*ヘッダ画像*/
.subpagetop {
	position:relative;
	width:950px; height:150px;
	text-indent:-9999px;
	background:url(../../images/information/title_information.jpg) no-repeat;
}

.subtitle {
	position:relative;
	width:950px; height:46px; margin:10px 0 10px 0;
	background:url(../../images/common_image/title_bg.jpg) no-repeat;
	font-size:16px;
}

.subtitle_position { position:relative; top:18px; left:130px; }


.btn_01 {
	position:relative;
	background:url(../../contact/image/btn_next_off.jpg) no-repeat;
	width:272px; height:59px; margin:0 auto;
	text-indent:-9999px; margin-top:20px;
}
.btn_01 a { width:272px; height:59px; display:block; text-decoration:none; }
.btn_01 a:hover { background:url(../../contact/image/btn_next_on.jpg) no-repeat; }

.btn_position { position:relative; width:564px; margin:0 auto; }

.btn_02 {
	position:relative; float:left;
	background:url(../../contact/image/btn_back_off.jpg) no-repeat;
	width:272px; height:59px; margin:0 auto;
	text-indent:-9999px; margin-top:20px; margin-right:20px;
}
.btn_02 a { width:272px; height:59px; display:block; text-decoration:none; }
.btn_02 a:hover { background:url(../../contact/image/btn_back_on.jpg) no-repeat; }

.btn_03 {
	position:relative; float:left;
	background:url(../../contact/image/btn_submit_off.jpg) no-repeat;
	width:272px; height:59px; margin:0 auto;
	text-indent:-9999px; margin-top:20px;
}
.btn_03 a { width:272px; height:59px; display:block; text-decoration:none; }
.btn_03 a:hover { background:url(../../contact/image/btn_submit_on.jpg) no-repeat; }


.link_blue {
	color:#00F;
	text-decoration:underline;
}

.pankuzu {
	text-align:center;
	font-size:24px;
	color:#09F;
	font-weight:bold;
	margin-top:30px;
}

.form_box { width:400px; height:24px; text-align:left; font-size:13px; }
.form_text { width:300px; height:180px; text-align:left; font-size:13px; }


.pankuzu_red { color:#C00; }


/*フォーム設定*/
.form_base {
	position:relative;
	width:768px; height:auto;
	display:table;
	margin:0 auto;
	margin-top:30px;
}

.border-color { border:solid 1px #09F; }
.border-color th { border:solid 1px #09F; }
.border-color td { border:solid 1px #09F; padding-left:10px; }






