/* フォームメール用スタイルシート */





div#MAINLAYOUT {
	width: 650px;
	margin: 0 auto;

}
div#FORM table {
	width: 650px;
	margin: 0 auto;
}
div#FORM {
	margin:20px auto 20px;
}
div#FORM .SmallType {
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
}
div#FORM form {
	margin: 0px;
}

div#FORM tr {
	width: 650px;

	
}

div#FORM td {
	padding: 15px;
	background: #fafae7;
	width: 450px;
	border-top: 1px dotted #66cc33;
	border-left: 1px dotted #66cc33;
	border-right: 1px solid #66cc33;
}
div#FORM th {
	font-weight: bold;
	text-align: left;
	padding: 10px;
	background-color: #d3f0b3;
	border-top: 1px dotted #66cc33;
	border-left: 1px solid #66cc33;
	border-bottom: 1px solid #66cc33;
	/*vertical-align: top;*/
}
div#FORM .Submit {
	background: #fff;
	text-align: center;
	border-left: none;
	border-bottom: none;
}
.ERR {
	color: #f00;
}


