/* form -------------------------------------------------------------- */

/* 全体の装飾------------------------ */
.box_form {
	width: 600px;
	height:700px;
	font-size: 12px;
	margin-left: 60px;
}
/* メッセージトップ ------------------------------------------------- */
.mess {
	width: 400px;
	font-size: 12px;
	text-align: center;
}

/* box left---------------------------------------------------------- */
.box_l {
	clear: both;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-left: 5px;
	width: 110px;
	height: 35px;
	border: 1px solid #CCCCCC;
	background-color:#ffffff;
}
/* box right---------------------------------------------------------- */
.box_r {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-left: 5px;
	width: 330px;
	height: 35px;
	border: 1px solid #CCCCCC;
	background-color:#ffffff;
}
/* txtbox left---------------------------------------------------------- */
.box_l_txt {
	font-size: 12px;
	clear: both;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-left: 5px;
	width: 110px;
	height: 65px;
	border: 1px solid #CCCCCC;
	background-color:#ffffff;
}
/* txtbox right---------------------------------------------------------- */
.box_r_txt {
	font-size: 12px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-left: 5px;
	width: 330px;
	height: 65px;
	border: 1px solid #CCCCCC;
	background-color:#ffffff;
}
/*box under---------------------------------------------------------- */
.box_under {
	clear: both;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	padding-left: 5px;
	width: 400px;
}
/* *の装飾------------------------ */
.kome {
	color: red;
}
/* txtboxの装飾------------------------ */
.txt_l_i {
	font-size: 12px;
	color: red;
	width: 280px;
	background-color:#E6E6FA;
	ime-mode: active;
}
.txt_l {
	color: red;
	width: 280px;
	background-color:#E6E6FA;
	ime-mode: disabled;
}
.txt_m_i {
	color: red;
	width: 220px;
	background-color:#E6E6FA;
	ime-mode: active;
}
.txt_m {
	color: red;
	width: 220px;
	background-color:#E6E6FA;
	ime-mode: disabled;
}
.txt_s_i {
	color: red;
	width: 150px;
	background-color:#E6E6FA;
	ime-mode: active;
}
.txt_s {
	color: red;
	width: 150px;
	background-color:#E6E6FA;
	ime-mode: disabled;
}
.txt_zip1 {
	color: red;
	width: 30px;
	background-color:#E6E6FA;
	ime-mode: disabled;
}
.txt_zip2 {
	color: red;
	width: 40px;
	background-color:#E6E6FA;
	ime-mode: disabled;
}
.txt_g {
	color: red;
	width: 50px;
	background-color:#E6E6FA;
	ime-mode: disabled;
}
/* 送信後--------------------------------------------------------- */
.form_end {
	font-size: 12px;
	margin-top: 50px;
	height: 300px;
	text-align: center;
}

