
/******* ここから ********************************

**************************************************
 CSS by TABLE ENOCH * http://mama.oops.jp/ 
 Template Name [ form06 ]
 Ver. 2007.02.27.忍者式メールフォーム

 For 『忍者式メールフォーム』
 http://www.shinobi.jp/mform/
*************************************************/

/* メールフォーム */
.te_mailform {
  width:160px ;
  text-align:center ;
  font:10px Tahoma ;
  color:#000000 ;
}
.te_mailform a {
  color:#999999 ;
  text-decoration:none ;
}
.te_mailform a:hover {
  color:#000000 ;
  text-decoration:none ;
}
.te_mailform br{
  line-height:5px ;
}

/* メールフォームタイトル */
.te_mailform .title {
  margin:10px ;
  color:#000000 ;
}

/* メールフォーム説明 */
.te_mailform .explain {
  margin:10px ;
  color:#999 ;
  line-height:16px ;
}

/* フォーム名 */
.te_mailform .main{
  letter-spacing:1.6px ;
  text-align:right ;
}

/* フォーム内input */
.te_mailform input {
  width:160px ;
  border:solid 1px #cccccc ;
  background:#cccccc ;
  font-size:12px ;
  color:#000000 ;
}

/* フォーム内textarea */
.te_mailform textarea {
  width:160px ;
  height:80px ;
  margin-bottom:5px ;
  font-size:12px ;
  color:#000000 ;
  border:solid 1px #cccccc ;
  background:#cccccc ;
  scrollbar-highlight-color:#cccccc ;
  scrollbar-shadow-color:#cccccc ;
  scrollbar-arrow-color:#ffffff ;
  scrollbar-face-color:#cccccc ;
  scrollbar-3dlight-color:#cccccc ;
  scrollbar-track-color:#cccccc ;
  scrollbar-darkshadow-color:#cccccc;
}

/* 送信 */
.te_mailform .submit {
  width:160px ;
  text-align:center ;
}
.te_mailform .submit_button {
  width:100px ;
  border:solid 1px #cccccc ;
  background:#ffffff ;
  font:10px Verdana ;
  letter-spacing:2px ;
  color:#000000 ;
}

/* エラー */
.te_mailform .error {
  text-align:center ;
  font-size:10px ;
  color:#ff0000 ;
  letter-spacing:1.6px ;
  line-height:15px ;
  padding:20px 0 0 ;
}
.te_mailform .error_submit_button {
  width:100px ;
  border:solid 1px #cccccc ;
  background:#ffffff ;
  font:10px Verdana ;
  letter-spacing:2px ;
  color:#000000 ;
}

/* 送信完了 */
.te_mailform .result {
  text-align:center ;
  font-size:10px ;
  color:#000000 ;
  letter-spacing:1.6px ;
  line-height:15px ;
  padding:20px 0 0 ;
}
.te_mailform .result_submit_button {
  width:100px ;
  border:solid 1px #cccccc ;
  background:#ffffff ;
  font:10px Verdana ;
  letter-spacing:2px ;
  color:#000000 ;
}

/******* ここまで *******************************/

