@charset "UTF-8";
/************************************************/
#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding: 7px 5px 7px 15px;
}
table.formTable th{
	width:30%;
	background:#eee;
	text-align:left;
	font-weight: bold;
	padding: 10px 
}

p.comment_contact,.bt_contact{
	margin: 10px auto;
	text-align: center;
	}
	
.comment_contact_left{
	font-size: 14pt;
	line-height: 3;
	margin: 20px 0;
	}
#formWrap{
	margin: 20px auto 30px;
	}
input.text{
	height: 20px;
	}
em{
	color: #cc0000;
	font-style: normal;
	font-size: 9pt;
	}
