@charset "euc-jp";

/* フォームメール用スタイルシート */

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 table { margin: auto; border: 1px solid #ccc; background: #0c0c25; }
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 { background: #f1f1ff; width: 400px; padding: 4px; font-size: 14px; border: 1px solid #0c0c25;}
div#FORM th { font-weight: bold; background-color: #e4e4e4; white-space: nowrap; vertical-align: top; width: 150px; padding: 4px; font-size: 14px; color: #44d; border: 1px solid #0c0c25;}
div#FORM .SUBMIT { text-align: center; background: #f1f1ff; width: auto; }
div#FORM .SUBMIT input { width: 70px; }
.TYPE-BLUE { color: #44d; }
.ERR { color: #d44; }

/* フォーム整形 */
/*
#name, #email_s, #emailcheck, #subject { width: 300px; }
*/
#message { font-size: 12px;line-height: 120%; width: 300px; height: 120px; }

.completition { text-align:center; margin:60px 0; color:#FFF;}
.completition a {color:#FFC;}
.completition a:hover {color:#FF0;}



