@charset "UTF-8";
.box p {
	margin-bottom: 20px;
}
.description{
margin:0 20px 20px;
}
table{
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #CFD0D2;
	width:660px;
	font-size: 12px;
	margin: 0 auto 20px;
}
table th{
	font-size:95%;
	padding:20px 10px;
	text-align:right;
	background:#f4f4f5;
	border:1px solid #e0e0e4;
	border-width:0 1px 1px 0;
	letter-spacing: 0.3em;
	line-height: 2em;
}
table td{
font-size:95%;
padding:20px;
border-bottom:1px solid #e0e0e4;
}
.formSubmitButton{
	margin:0 20px 20px;
	text-align:center;
	padding:20px;
	border:1px solid #e0e0e4;
}
input.text{
	font-size:100%;
	padding:2px;
	width: 70%;
	border: 1px solid #CCCCCC;
}
textarea{
	font-size:100%;
	padding:2px;
	width: 100%;
	height: 200px;
	border: 1px solid #CCCCCC;
}
#address {
	text-align: center;
}

#cont1 {
	text-align: center;
	padding-top: 20px;
}
