@charset "Shift_JIS";

.error_red{color:#e70012;}

/* --------------------------------------------------------
  FORM CSS [ 2009-05-18 ]
-------------------------------------------------------- */

.imeA { ime-mode: active; }
.imeI { ime-mode: inactive; }
.imeD { ime-mode: disabled; }

/* Button Style
-------------------------------------------------------- */
.button120{width:120px;height: 20px;}
.button180{width:180px;height: 20px;}
.button240{width:240px;height: 20px;}

/* Input Style
-------------------------------------------------------- */


input.textType30 {
	width: 30px;
	height: 20px;
	border: 1px solid #333333;
	background-color: #eeeeee;
}

input.textType40 {
	width: 40px;
	height: 20px;
	border: 1px solid #333333;
	background-color: #eeeeee;
}

input.textType80 {
	width: 80px;
	height: 16px;
	border: 1px solid #333333;
	background-color: #eeeeee;
}

input.textType200 {
	width: 200px;
	height: 20px;
	border: 1px solid #333333;
	background-color: #eeeeee;
}

input.textType260 {
	width: 260px;
	height: 20px;
	border: 1px solid #333333;
	background-color: #eeeeee;
}
input:focus { background-color:#ffffff;}

/* Textarea Style
-------------------------------------------------------- */

textarea.areaType1 {
	width: 390px;
	height: 100px;
	border: 1px solid #333333;
	background-color: #eeeeee;
	margin-bottom: 3px;
}

textarea.areaType2 {
	width: 520px;
	height: 100px;
	border: 1px solid #333333;
	background-color: #eeeeee;
	margin-bottom: 3px;
}

textarea.areaType3 {
	width: 620px;
	height: 60px;
	border: 1px solid #333333;
	background-color: #eeeeee;
	margin-bottom: 3px;
}
textarea:focus { background-color:#ffffff;}

/* Select Style
-------------------------------------------------------- */

select.selectType120 {
	width: 120px;
}


/* Form Style
-------------------------------------------------------- */

.formPolicy {
	width: 608px;
	background-image: url(../images/form_bg.gif) ;
	padding: 18px 21px 16px 21px;
}

.formQuestion {
	width: 650px;
}

.formQuestion th {
	width: 49px;
/*	background: url(../images/form_question_01.gif) no-repeat;*/
	background: #e70012;
	color: #ffffff;
	padding: 7px 0 6px 1px;
}

.formQuestion td {
	width: 585px;
/*	background: url(../images/form_question_02.gif) no-repeat;*/
	background: #f3f3f3;
	border: 1px #e4e4e4 solid;
	padding: 7px 0 6px 15px;
}

.formQuestion td span { color: #e70012; }

.formAnswer {
	width: 590px;
	padding: 16px 0 25px 60px;
}

.formAnswer textarea {
	margin-left: 5px;
}


.formPreTitle {
	width: 648px;
	border: solid 1px #d90011;
	background-color: #e70012;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding: 6px 0 5px 0;
	margin-bottom: 3px;
}

.formPreFrame {
	width: 618px;
	border: solid 1px #cccccc;
	background-color: #ffffff;
	padding: 16px 15px 15px 15px;
	margin-bottom: 30px;
}

.formTable {
	width: 650px;
	background: url(../images/form_line.gif) no-repeat bottom;
	margin-bottom: 20px;
}

.formTable th {
	width: 159px;
	background: url(../images/form_line.gif) no-repeat 0px 0px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 12px 0 9px 0;
}

.formTable th div {
	background: url(../images/form_point.gif) no-repeat 7px 6px;
	padding-left: 20px;
}

.formTable th div span {
	color: #e70012;
	padding-left: 5px;
}

.formTable td p {
	color: #e70012;
	margin: 3px 0 0 23px;
}

.formTable td {
	width: 491px;
	background: url(../images/form_line.gif) no-repeat 0px 0px;
	vertical-align: top;
	padding: 10px 0 7px 1px;
}

.formTableM {
	width: 650px;
	background: url(../images/form_line.gif) no-repeat bottom;
	background-color: #f3f3f3;
	margin-bottom: 20px;
}

.formTableM th {
	width: 650px;
	background: url(../images/form_line.gif) no-repeat 0px 0px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 12px 0 2px 0;
}

.formTableM th div {
	background: url(../images/form_point.gif) no-repeat 7px 6px;
	padding-left: 20px;
}

.formTableM th div span {
	color: #e70012;
	padding-left: 5px;
}

.formTableM td p {
	color: #e70012;
	margin: 3px 0 0 23px;
}

.formTableM td {
	width: 650px;
	vertical-align: top;
	padding: 2px 0 7px 15px;
}