@charset "euc-jp";

/* フォームメール用スタイルシート */

div#xxxMAINLAYOUT { width: 600px; margin: auto; padding: 5px; border: 1px solid #ccc; }
div#MAINLAYOUT { 
width: 620px; margin: auto; padding: 5px; border: 1px solid #ccc;
border: 1px #b7dde0 solid;
background-color:#fff; 
}

div#xxxMAINLAYOUT h1 { font-size: 14px; color: #fff; background: #99c; padding: 2px 2px 1px 5px; border-left: 6px solid #55a; margin: 0px; }
div#xxxMAINLAYOUT h2 { font-size: 12px; margin: 0px; padding: 10px 0px; }
div#MAINLAYOUT h2 { text-align: center; margin: 0px; padding: 5px 0px; }
div#MAINLAYOUT h3 { text-align: center; margin: 0px; padding: 3px 0px; }

div#FORM { text-align: center; margin: 10px 0px 15px; }
div#FORM p { font-weight: normal; margin: 0px; padding-bottom: 5px; }
div#xxxFORM h3 { font-size: 12px; text-align: center; margin: 5px 0px; }

div#xxxFORM table { margin: auto; border: 1px solid #ccc; }
div#FORM table { margin: auto; width:99%; border: 1px solid #ccc; }

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 { text-align:left; height:140%; }
div#FORM td { width: auto; width:80%; width:440px; background: #f1f1f1; padding: 4px; }
div#FORM th { width: 11em; width:20%; width:160px; font-weight: bold; background-color: #e4e4e4; white-space: nowrap; vertical-align: top; padding: 4px; }

div#FORM td input { width:99%; }
div#FORM td textarea { width:99%; }


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; }*/
#name, #email_s, #emailcheck, #subject_s { width:95%; }
#message_s { width:95%; height:20em; }

/* 著作権表記 */
div#COPYRIGHT { font-size: x-small; text-align: right; margin-top: 2px; }
div#COPYRIGHT a:link, div#COPYRIGHT a:visited { font-size:x-small; color: #999; text-decoration: none; }
div#COPYRIGHT a:hover { text-decoration: underline; }

