@charset "utf-8";

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

body {
	color:#444444;
}

div#MAINLAYOUT {
	width: 750px;
	margin: auto;
	padding: 5px;
	border: 1px solid #ccc;
	text-align: center;
}
div#MAINLAYOUT h1 {
	font-size: 14px;
	color: #FFFFFF;
	background: #C23A73;
	padding: 5px;
	margin: 0;
}
div#MAINLAYOUT h2 { font-size: 12px; margin: 0px; padding: 10px 0px; }

div#FORM {
	padding: 25px;
}
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 {
}
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 {
	padding: 4px;
}
div#FORM th {
	white-space: nowrap;
	width: 120px;
	padding: 4px;
	background-color: #EEEEEE;
}
div#FORM .SUBMIT {
	background: #fff;
	width: auto;
}
div#FORM .SUBMIT input {
}
div#FORM .TYPE-BLUE { color: #44d; }
div#FORM .ERR { color: #d44; }

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

/* 著作権表記 */
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; }
#MAINLAYOUT #FORM #form table {
	width: 700px;
}
#MAINLAYOUT #FORM #form .red {
	color: #AA0000;
}
