/* フォームメール用スタイルシート */


.ERR {
	color: #f00;
}

.mailform {
	margin: auto;
	}
	
.mailform th{
	height: 30px;
	width: auto;
	text-align: center;
	font-size: 10px;
	background-color: #9FB7D4;
	}

.form_title {
	height: 20px;
	width: auto;
	text-align: center;
	font-size: 10px;
	background-color:#DBC924;
}



.form_list {
	padding: 6px;
	width: 300px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	background-color:#E4E4E4;
}


.form_space {
	width: 400px;
	padding: 6px;
	font-size: small;
	background-color:#F1F1F1;
}


#form_con {
	width: auto;
	padding: 10px;
	text-align: center;
	font-size: small;
	font-weight: bold;
	background-color: #FFFFFF;
}