@charset "euc-jp";

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

div#MAINLAYOUT { margin: auto; padding: 5px; border: 1px solid #ccc; }


div#FORM { text-align: center; margin: 40px 0px 15px; }
div#FORM table { margin: auto;}

div#FORM td, div#FORM th { font-size: 14px; line-height: 160%; text-align: left; }
div#FORM td { padding: 4px 4px 14px 4px; }
div#FORM th {
	font-weight: bold;
	white-space: nowrap;
	vertical-align: top;
	padding: 4px 4px 14px 20px;
	background-image: url(../images/arrow3-2.gif);
	background-repeat: no-repeat;
	color: #661E12;
}
div#FORM .SUBMIT { text-align: center; background: #fff; width: auto; }
div#FORM .SUBMIT input { width: 70px; }
div#FORM .TYPE-BLUE {
	color: #ED4B5C;
}
div#FORM .ERR { color: #d44; }

/* フォーム整形 */
#name, #email_s, #emailcheck, #subject { width: 350px; }
#message { font-size: 12px;line-height: 120%; width: 350px; height: 120px; }

/* 著作権表記 */
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; }

