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

body {
	font-size: 12px;
	line-height: 140%;
}
h1 {
	font-size: 12px;
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}
p {
	margin: 0px;
	font-weight: normal;
	padding-bottom: 5px;
}
div#MAINLAYOUT {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	border: 1px solid #ccc;
	color: #666;
}
div#FORM table {
	border: 1px solid #ccc;
}
div#FORM {
	margin: 10px auto 15px;
}
div#FORM .SmallType {
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
}
div#FORM form {
	margin: 0px;
}
div#FORM td {
	padding: 4px;
	background: #feefd7;
	width: 350px;
}
div#FORM th {
	font-weight: bold;
	text-align: left;
	padding: 4px;
	background-color: #feefd7;
	vertical-align: top;
}
div#FORM .Submit {
	background: #fff;
	text-align: center;
}
.ERR {
	color: #f00;
}
.pad{
	padding-left: 50px;
}