@charset "utf-8";
/* ===================================================================
CSS information
=================================================================== */


/*--------------------------------------------------*/


.form{
	width:620px;
	border-top: 1px solid #CEC1AA;
	border-left: 1px solid #CEC1AA;
	margin-bottom:30px;
}
.form td,
.form th{
	padding:8px 10px;
	border-bottom: 1px solid #CEC1AA;
	border-right: 1px solid #CEC1AA;
}

.form th{
	width:135px;
	background-color:#DEEAF4;
}

.form td p{
	margin-bottom:6px;	
}


.input01{
	width:300px;
	padding:5px;
}
.input02{
	width:60px;
	padding:5px;
}
.input03{
	width:80px;
	padding:5px;
}
.input04{
	width:205px;
	padding:5px;
}
.input05{
	width:257px;
	padding:5px;
}
.input06{
	width:40px;
	padding:5px;
}
.textarea01{
	width:420px;
	height:100px;
}


.submit{
	text-align:center;
	margin-bottom:30px;
}

