<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="description" content="ホットコアプロジェクト PHPでの定額メールフォームを作成いたします。" />
<meta name="keywords" content="PHP,メールフォーム,メール,フォーム,定額,お問い合わせ,お問合せ,HTMLの制限無し,ホットコア,ホットコアプロジェクト" />
<link rel="stylesheet" href="../css/common.css" type="text/css" />
<script type="text/javascript" src="../js/jquery.js"></script>
<script type="text/javascript" src="../js/common.js"></script>
<title>定額メールフォーム作成 ホットコアプロジェクト お問い合わせ</title>
</head>
<body>
<div id="top">
<div id="header">
<h1><a href="index.html">ホットコアプロジェクト</a></h1>
<div id="pr">
<h1><strong>定額メールフォーム作成</strong>のホットコアプロジェクトHPです。</h1>
<!-- /#pr --></div>
<!-- /#header --></div>
<div id="menu">
<ul>
<li><a href="../index.html">トップ</a></li>
<li><a href="../mailform.html">定額メールフォームとは</a></li>
<li><a href="../flow.html">全体の流れ</a></li>
<li><a href="../request/">お申し込み</a></li>
</ul>
</div>
<div id="menu">
<ul>
<li><a href="../fc.html">フォーム作成ASPサービス</a></li>
<li><a href="../contact/" class="active">お問い合わせ</a></li>
<li><a href="../form-work.html">フォームで有った怖い事</a></li>
</ul>
</div>
<div id="contents">
<div id="main">
<h3>お問い合わせ</h3>
<span class="fc_form_e fc_not"><p>各内容を入力後に確認ボタンを選択して下さい。</p></span>
<span class="fc_form_e"><p>入力内容に問題が有ります。内容の修正後に確認ボタンを選択して下さい。</p></span>
<p>*付き項目は必須項目です。</p>
<form action="confirm.html" method="get" class="fc_form">
<table summary="">
<tr><span class="fc_Name_e fc_attribute">class="error"</span>
<td width="200px"><strong>お名前</strong>*</td>
<td><input type="text" name="" size="80" class="fc_Name" />
<span class="fc_Name_c_Empty">
<br />
<strong>※未入力です。</strong>
</span>
</td>
</tr>

<tr><span class="fc_Mail1_e fc_attribute">class="error"</span>
<td><strong>メールアドレス</strong>*</td>
<td><input type="text" name="" size="80" class="fc_Mail1" />
<span class="fc_Mail1_c_Empty">
<br />
<strong>※未入力です。</strong>
</span>
<span class="fc_Mail1_c_Email">
<br />
<strong>※メールアドレスが不正です。</strong>
</span>
</td>
</tr>

<tr><span class="fc_Mail2_e fc_attribute">class="error"</span>
<td><strong>メールアドレス確認</strong>*</td>
<td><input type="text" name="" size="80" class="fc_Mail2" />
<span class="fc_Mail2_c_NotSameValue">
<br />
<strong>※メールアドレスと内容が異なります。</strong>
</span>
</td>
</tr>

<tr><span class="fc_Contents_e fc_attribute">class="error"</span>
<td><strong>お問い合わせ内容</strong>*</td>
<td><textarea rows="10" cols="60" class="fc_Contents"></textarea>
<span class="fc_Contents_c_Empty">
<br />
<strong>※未入力です。</strong>
</span>
</td>
</tr>

</table>
<br />
<center>
<input type="submit" value="確認"/>
</center>

</form>

<!-- /#main --></div>
<div id="pageTop">
<a href="#">ページのトップへ戻る</a>
<!-- /#pageTop --></div>
<!-- /#contents --></div>
<div id="footer">
<div class="copyright">Copyright &copy; 2013 Hotcore Project All Rights Reserved.</div>
<!-- /#footer --></div>
<!-- /#top --></div>
</body>
</html>