@charset "utf-8";

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

div#FORM {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
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 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; border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;}
div#FORM td {
	width: 360px;
	padding: 4px;
}
div#FORM th {
	white-space: nowrap;
	vertical-align: top;
	width: 120px;
	padding: 4px;
	font-weight: normal;
}
div#FORM ul{
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#FORM .SUBMIT {
	text-align: center;
	background: #fff;
	width: auto;
	padding-top: 10px;
}
div#FORM .SUBMIT input { width: 70px;}
div#FORM .TYPE-BLUE { color: #44d; }
div#FORM .ERR { color: #d44; }

/* フォーム整形 */
#name_s, #name2, #email_s, #emailcheck, #address_s{ width: 300px; }
#message { font-size: 12px;line-height: 120%; width: 300px; height: 120px; }
#field1 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: right;
}

/* フォーム整形 */
.info_box{
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #996666;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}


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