@charset "UTF-8";


/* 共通部分スタイルシート */
@import "../css/style.css";



/* フォームメール用スタイルシート */
div#FORM { 
	text-align: center; 

	}
div#FORM p { font-weight: normal; margin: 0px; padding-bottom: 5px; }
div#FORM h3 { font-size: 12px; text-align: center; margin: 5px 0px; width: 415px;}
div#FORM table { margin: auto; border: 1px solid #ccc; }
div#FORM a:hover { color: #f22; text-decoration: underline; }
div#FORM form { margin: 0px; }
div#FORM td, div#FORM th { font-size: 13px; line-height: 150%; text-align: left; }
div#FORM td { 
	background: #f1f1f1;
	padding: 4px;
	width: 330px;
	}
div#FORM input,
div#FORM textarea{
	padding-left: 3px;
}
div#FORM td span.cf{
	display: block;
	padding:8px 0px 0px 3px;
	}
div#FORM th { 
	font-weight: bold; 
	background-color: #e4e4e4; 
	white-space: nowrap; 
	vertical-align: top; 
	width: 120px; 
	padding: 4px;
	}
div#FORM .SUBMIT {
	text-align: center;
	background: #fff;
	width: auto;
	padding-top:10px ;
	padding-bottom:15px ;
	}
div#FORM .SUBMIT input {
	width: 70px;
	line-height: 1.4;
	margin: 0 10px;
	}
div#FORM .TYPE-BLUE { color: #44d; }
div#FORM .ERR { color: #d44; }

/* フォーム整形 */
#name,#name_s,#kana,#date{ width: 150px;}
#email_s, #emailcheck, #subject,#emergency{ width: 315px; }
#message { font-size: 12px;line-height: 120%; width: 315px; height: 250px; }

/* 著作権表記 */
div#COPYRIGHT { font-size: 10px; text-align: right; }
div#COPYRIGHT2 { font-size: 10px; text-align: right;}
div#COPYRIGHT a:link,
div#COPYRIGHT2 a:link,
div#COPYRIGHT a:visited,
div#COPYRIGHT2 a:visited { color: #999; text-decoration: none; }
div#COPYRIGHT a:hover,
div#COPYRIGHT2 a:hover{ text-decoration: underline; }



