@charset "euc-jp";

/* フォームメール用スタイルシート */

div#MAINLAYOUT {
	width: 500px;
	margin: 10px auto auto;
	padding: 5px;
	border: 1px solid #D1C0A7;
}
div#MAINLAYOUT  h3 {
	margin: 0px;
	padding: 10px 20px;
	font: normal 12px/26px "ＭＳ ゴシック", "Osaka−等幅";
}

div#FORM { text-align: center; margin: 10px 0px 15px; }
div#FORM p { font-weight: normal; margin: 0px; padding-bottom: 5px; }
div#FORM h3 { font-size: 12px; text-align: center; margin: 5px 0px; }
div#FORM table {
	margin: auto;
	border: 1px solid #D1C0A7;
}
div#FORM a:link, div#FORM a:visited { color: #00d; text-decoration: none; }
div#FORM a:hover { color: #f22; text-decoration: underline; }
div#FORM form { margin: 0px; }
div#FORM td, div#FORM th { font-size: 12px; line-height: 140%; text-align: left; }
div#FORM td {
	background: #F5F2EB;
	width: 335px;
	padding: 8px;
}
div#FORM th {
	font-weight: bold;
	white-space: nowrap;
	vertical-align: top;
	width: 120px;
	padding: 8px;
	background: #F1ECE4;
}
div#FORM .SUBMIT { text-align: center; background: #fff; width: auto; }
div#FORM .SUBMIT input { width: 70px; }
div#FORM .TYPE-BLUE {
	color: #BD0000;
}
div#FORM .ERR { color: #d44; }

/* フォーム整形 */
#name, #email_s, #emailcheck, #subject {
	width: 200px;
}
#message {
	font-size: 12px;
	line-height: 120%;
	width: 200px;
	height: 100px;
}

/* 著作権表記 */
div#COPYRIGHT { font-size: 10px; text-align: right; margin-top: 2px; }
div#COPYRIGHT a:link, div#COPYRIGHT a:visited { color: #999; text-decoration: none; }
div#COPYRIGHT a:hover { text-decoration: underline; }
