**************************************************
 CSS by TABLE ENOCH * http://mama.oops.jp/ 
 Template Name [ form07 ]
 Ver. 2007.02.27.忍者式メールフォーム

 For 『忍者式メールフォーム』
 http://www.shinobi.jp/mform/
*************************************************/

/* メールフォーム */
.te_mailform {
  width:200px ; /*タイトル幅＋INPUT幅＋SUBMIT幅*/
  font:10px Tahoma ;
  color:#999999 ;
  letter-spacing:1.6px ;
  text-align:right ;
}
.te_mailform a{
  color:#999999 ;
  text-decoration:none ;
}

.te_mailform .main {
  width:200px ; /*タイトル幅＋INPUT幅＋SUBMIT幅*/
  padding-bottom:5px ;
}

/* フォーム名 */
.te_mailform .text_top {
  width:150px ; /*タイトル幅＋INPUT幅*/
  float:left ;
}
.te_mailform .text_left{
  width:30px ; /*タイトル幅*/
  overflow:hidden ;
  float:left ;
  text-align:right ;
  font:10px Tahoma ;
  color:#000000 ;
  letter-spacing:1.6px ;
  padding-top:3px ;
}
.te_mailform .text_right {
  width:120px ; /*INPUT幅+3px*/
  float:left ;
  text-align:center ;
}

/* メッセージINPUT */
.te_mailform .text_parts {
  width:117px ; /*INPUT幅*/
  margin-left:3px ;
  border:solid 1px #000000 ;
  background:#ffffff ;
  font-size:12px ;
}

/* 送信ボタン */
.te_mailform .submit {
  float:left ;
  width:40px ; /*SUBMIT幅*/
  text-align:right ;
}
.te_mailform .submit_button {
  border:solid 1px #000000 ;
  background:#000000 ;
  width:40px ;
  font-size:10px ;
  color:#ffffff ;
  letter-spacing:2px ;
  margin-top:1px ;
  padding-top:1px ;
}

/* エラー */
.te_mailform .error {
  text-align:center ;
  font-size:10px ;
  color:#ff0000 ;
  letter-spacing:1.6px ;
  line-height:15px ;
}

/* 送信完了 */
.te_mailform .result {
  text-align:center ;
  font-size:10px ;
  color:#000000 ;
  letter-spacing:1.6px ;
  line-height:15px ;
}
