@charset "utf-8";

/* ---------------------------- */
table.form1 {
	margin:5px 0 0px 0px;
	width:480px;
}
table.form1 tr td {
	padding:10px;
}
table.form1 tr td.form1_tdh {
	padding:0px 0 7px 0;
	font-weight:bold;
	background-color:#ffffff;
}
table.form1 tr td.form1_tde {
	padding:0px 0 7px 0;
	/* font-weight:bold; */
	background-color:#eeeeee;
}
table.form1 tr td.form1_td1 {
	padding:6px 0 6px 0;
	width:2%;
	background-color:#D38F4A;
}
table.form1 tr td.form1_td2 {
	padding:6px 0 6px 10px;
	width:19%;
	background-color:#eeeeee;
}
table.form1 tr td.form1_td3 {
	padding:6px 0 6px 10px;
	width:75%;
	background-color:#EEEEEE;
}
table.form1 tr td.form1_td4 {
	padding:6px 0 6px 10px;
	width:75%;
	background-color:#F6E0E6;
}
table.form1 tr td.form1_tdx {
	padding:25px 0 30px 0;
}

p.error {
	color: #cc0000;
	/* background-color: #ffffff */
}
