<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="keywords" content="">
<meta name="description" content="">
<title>スニーカーウォーズBLOG</title>
<link rel="stylesheet" href="commons/mails.css" type="text/css">
<script type="text/javascript" src="include.cgi" charset="UTF-8"></script>
<style type="text/css" media="screen">
@import url(http://sneakerwars.jp/sneaker/skins/sneaker3/common.css);
body {
	LINE-HEIGHT: 1.6;
	background-color: #21201E;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
}
.container {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	WIDTH: 750px;
	TEXT-ALIGN: left;
	background-color: #FFFFFF;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
div#mainContent {
	FLOAT: left; WIDTH: 750px; height: 100%; display: block;
}
div#subContent {
	FLOAT: right; WIDTH: 199px; height: 100%; display: block;
}
div#foot {
	CLEAR: both
}
</style>
</head>
<body>
<div class="container"> 
  <div id="hd"> 
    <div id="topnavi"> 
      <div class="topimage"><a href="http://sneakerwars.jp/"><img src="http://sneakerwars.jp/sneaker/skins/sneaker3/images/top_top.png" width="177" height="28" border="0"></a></div>
      <ul>
        <li><a class="about" href="http://sneakerwars.jp/about.htm">アバウト</a></li>
		<li><a class="sitemap" href="http://sneakerwars.jp/sitemap.htm">サイトマップ</a></li>
        <li><a class="link" href="http://sneakerwars.jp/link.htm">リンク</a></li>
		<li><a class="mail" href="http://sneakerwars.jp/mail/contact.htm">メール</a></li>
      </ul>
    </div>
    <div id="header"> 
      <div id="sitetitle"> 
        <h1 class="titletop">メールフォーム</h1>
        <div class="siteap">スニーカーウォーズに関するご意見・質問などは下記のメールフォームから、お問い合わせ下さい。</div>
      </div>
    </div>
  </div>
  <div class="content"> 
    <div id="mainContent"> 
      <!--参照ファイルここから-->
      <!--参照ファイルここまで-->
      <!--確認画面ここから-->
      <div id="confirmBody"></div>
      <div id="confirmWindow"></div>
      <!--確認画面ここまで-->
      <!--メールフォームここから-->
	  <div class="mform">
      <form id="mailform" method="post" action="send.cgi" onSubmit="return sendMail(this);">
        <table border="0" cellspacing="1" cellpadding="0" class="infield">
          <tr> 
            <th><p>メールアドレス</p>
              <span>mail address</span></th>
            <td><input type="text" name="email(必須)" style="ime-moede: disabled;width: 200px;" onblur="keepField(this.form.id),lostfocus(this)" onfocus="activefocus(this)"></td>
          </tr>
          <tr> 
            <th><p>確認のためもう一度</p>
              <span>confirm mail address</span></th>
            <td><input type="text" name="confirm_email(必須)" style="ime-moede: disabled;width: 200px;" onblur="keepField(this.form.id),lostfocus(this)" onfocus="activefocus(this)"></td>
          </tr>
          <tr> 
            <th><p>お名前</p>
              <span>your name</span></th>
            <td><input type="text" name="お名前" style="ime-moede: active;width: 150px;" onblur="keepField(this.form.id),lostfocus(this)" onfocus="activefocus(this)" onkeyup="inputTyping(this.form.id,'フリカナ',event.keyCode)"></td>
          </tr>
          <tr> 
            <th><p>性別</p>
              <span>sex</span></th>
            <td> <input type="radio" name="性別" value="男" onblur="keepField(this.form.id),lostfocus(this)" onfocus="activefocus(this)" checked="checked">
              男性　
              <input type="radio" name="性別" value="女" onblur="keepField(this.form.id),lostfocus(this)" onfocus="activefocus(this)">
              女性 </td>
          </tr>
          <tr> 
            <th><p>ご用件</p>
              <span>inquiry body</span></th>
            <td><textarea name="ご用件" style="ime-moede: active;width: 300px;height: 100px;" onblur="keepField(this.form.id),lostfocus(this)" onfocus="activefocus(this)"></textarea></td>
          </tr>
          <tr> 
            <th><p>送信確認</p>
              <span>sending confirm</span></th>
            <td><input type="checkbox" name="送信確認(必須)" value="送信チェック済み" onclick="keepField(this.form.id),lostfocus(this)" onfocus="activefocus(this)">
              上記送信内容を確認したらチェックを入れてください</td>
          </tr>
          <tr> 
            <th><p>送信</p>
              <span>submit send</span></th>
            <td><input type="submit" value="確認画面へ"> <input type="reset" name="reset" value="リセット">
              <input type="hidden" name="must_id" value="(必須)">
              <input type="hidden" name="input_time" value="0"></td>
          </tr>
        </table>
      </form>
	  </div>
      <!--メールフォームここまで-->
    </div>
  </div>
  <div id="foot"> 
    <div class="footercopy"> Copyright 2007 スニーカーウォーズ. All Rights Reserved.</div>
  </div>
</div>
</body>
</html>
