@charset "utf-8";
@import url("common.css");

h3{
	margin:20px 0 0 0;
}
#table_of_form{
	text-align:left;
	width:870px;
	margin:10px auto 0;
}
#table_of_form th{
	color:#fe5e00;
	border-bottom:2px solid #fe5e00;
	width:10em;
	padding:5px 10px;
	vertical-align:text-top;
}
#table_of_form th span{
	font-size:80%;
}
#table_of_form td{
	border-bottom:2px solid #EEE;
	padding:5px 3px;
}
#table_of_form textarea{
	width:600px;
	height:100px;
}
#cmt{
	margin:20px 0 0 20px;
}

#cell_of_submit{
	text-align:center;
}
#btn_to_privacy{
	margin:20px 0 0 20px;
}
