@charset 'utf-8';
@import url("common.css");
.form_wrap{
	width:600px;
	margin:20px 0 0 50px;
	}
	
.hide10{
	clear: both;
	height: 10px;
}

.form_wrap table{
	width:550px;
	margin:20px 0;
	border:1px solid #C0C0C0;
}



.form_wrap table th{
	width:300px;
	padding:5px 0 5px 5px;
	line-height:20px;
	border-right:1px solid #C0C0C0;
	border-bottom:1px solid #C0C0C0;
}

.form_wrap table td{
	padding:5px 0 5px 5px ;
	line-height:20px;
	border-bottom:1px solid #C0C0C0;
}