@charset "euc-jp";/* フォームメール用スタイルシート */div#MAINLAYOUT { width: 850px; margin: auto; padding: 5px; border: 1px solid #ccc; }div#MAINLAYOUT h1 { font-size: 20px; color: #fff; background: #99c; padding: 2px 2px 1px 5px; margin: 0px; }div#MAINLAYOUT h2 { font-size: 16px; margin: 0px; padding: 10px 0px; }div#NOTE { text-align: right; margin: 25px 60px 25px; }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 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 table { margin:auto; border: 1px #cccccc none; }div#FORM td, div#FORM th { font-size: 12px; line-height: 140%; text-align: left; }div#FORM td { padding: 4px; border: 1px #cccccc solid; }div#FORM th { font-weight: bold; background-color: #e4e4e4; white-space: normal; vertical-align: top; width: 200px; padding: 4px; }div#FORM .SUBMIT { text-align: center; background: #fff; width: auto; }div#FORM .SUBMIT input { width: 70px; }div#FORM .TYPE-BLUE { color: #44d; }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; }