commit 2df93201702d70dab0369568bfe632b9c0f511fe
Author: shiwa <shiwa@i-hearts.jp>
Date:   Thu Mar 10 21:38:15 2016 +0900

    ページエラー部、アクセスエラー部、その他ページ追加 (途中でFatalErrorを吐いたため、一旦保留)

diff --git a/app/Controller/TopController.php b/app/Controller/TopController.php
index 63a76fb..9e54118 100755
--- a/app/Controller/TopController.php
+++ b/app/Controller/TopController.php
@@ -79,16 +79,26 @@ class TopController extends AppController {
 	public function howto() {
 	}
 /**
- *	howto 
+ *	Withdrawal (Check)
  */
 	public function withdraw_check() {
 	}
 /**
- *	howto 
+ *	Withdrawal (Complete) 
  */
 	public function withdraw_comp() {
 	}
 /**
+ *	Access Error 
+ */
+	public function error() {
+	}
+/**
+ *	Address Error
+ */
+	public function 404() {
+	}
+/**
  * contact
  */
 	public function contact() {
diff --git a/app/View/top/404.ctp b/app/View/top/404.ctp
new file mode 100644
index 0000000..ec507bb
--- /dev/null
+++ b/app/View/top/404.ctp
@@ -0,0 +1,16 @@
+<!-- ページエラー(存在しないページへのアクセス) -->
+	<main role="main">
+		<article class="contact">
+			<h2>
+				<img src="/img/img_h1_error02.png" alt="ページエラー">
+			</h2>
+				<p>存在しないアドレスです。</p>
+				<p>入力したURLが間違っている可能性があります。もう一度URLを確認してアクセスしていただくか、トップページよりアクセスしてください。</p>
+			<section class="image">
+				<img src="/img/img_img_withdraw.png">
+			</section>
+			<section class="button_area01">
+				<a href="/top/"><p class="button btn_top01"></p></a>
+			</section>
+		</article>
+	</main>
\ No newline at end of file
diff --git a/app/View/top/error.ctp b/app/View/top/error.ctp
new file mode 100644
index 0000000..02210b6
--- /dev/null
+++ b/app/View/top/error.ctp
@@ -0,0 +1,16 @@
+<!-- アクセスエラー(不正なアクセス) -->
+	<main role="main">
+		<article class="contact">
+			<h2>
+				<img src="/img/img_h1_error01.png" alt="アクセスエラー">
+			</h2>
+				<p>不正なアクセスが行われました。</p>
+				<p>正しいアドレスを入力しアクセスするか、トップページよりアクセスしてください。</p>
+			<section class="image">
+				<img src="/img/img_img_withdraw.png">
+			</section>
+			<section class="button_area01">
+				<a href="/top/"><p class="button btn_top01"></p></a>
+			</section>
+		</article>
+	</main>
\ No newline at end of file
diff --git a/app/View/top/mypage.ctp b/app/View/top/mypage.ctp
index a2eeb77..ccb0cbb 100755
--- a/app/View/top/mypage.ctp
+++ b/app/View/top/mypage.ctp
@@ -6,10 +6,10 @@
 			<p>ほぞんした PictCodeの プログラムを へんしゅうしたり さくじょしたり、コピーしたりできるよ！</p>
 			<p>下のいちらんから せんたくして へんしゅうしよう！</p>
 
-			<!-- Brank Data 01 -->
+			<!-- Save Data 01 -->
 			<section class="blank_data">
 				<a name="#save_data10">
-					<img src="/img/img_save_sample02.png" alt="タイトル">
+					<img src="/img/img_save_blank.png" alt="タイトル">
 				</a>
 				<span class="blank"><a href="">あたらしく作る</a></span>
 			</section>
diff --git a/app/View/top/privacy.ctp b/app/View/top/privacy.ctp
index 462dc58..043a1c8 100755
--- a/app/View/top/privacy.ctp
+++ b/app/View/top/privacy.ctp
@@ -17,6 +17,9 @@
 					<li>当社の個人情報保護方針及びお客様の個人情報に関するご質問、お問合せ等につきましては、以下にご連絡ください。</li>
 				</ol>
 			</section>
+			<section class="button_area01">
+				<a href="/top/"><p class="button btn_top01"></p></a>
+			</section>
 			</div>
 		</article>
 	</main>
\ No newline at end of file
diff --git a/app/View/top/terms.ctp b/app/View/top/terms.ctp
index 5e25dfa..d60f284 100755
--- a/app/View/top/terms.ctp
+++ b/app/View/top/terms.ctp
@@ -8,7 +8,6 @@
 			<div id="contents">
 			<section>
 				<ul>
-					<li></li>
 					<li>お客さまによる本サービスの利用登録の解除後お客さまが再び本サービスの利用登録を行った場合、解除前の有効期間内に再利用登録を行ったか否かに関わらず、また解除から再利用登録までの期間の長短に関わらず、再利用登録は新たな利用登録として処理されるものとします。尚、登録解除を行った場合、保存されたプログラムデータ、及びメールアドレス等を含む全データは削除されるものとします。</li>
 					<li>ご利用には、ブラウザのはSSL、JavaScript、Cookieのすべての機能を有効にしてください。</li>
 					<li>本サービスに関する編集著作権を含む一切の権利は、当社または著作権を有する第三者に帰属します。本サービスの内容を、転載、複写、貯蓄または転送してはならないものとします。</li>
@@ -28,7 +27,7 @@
 			</section>
 			</div>
 			<section class="button_area01">
-				<a href="index.html"><p class="button btn_top01"></p></a>
+				<a href="/top/"><p class="button btn_top01"></p></a>
 			</section>
 		</article>
 	</main>
\ No newline at end of file
diff --git a/app/View/top/withdraw_comp.ctp b/app/View/top/withdraw_comp.ctp
index 93b4e0d..7fc5542 100644
--- a/app/View/top/withdraw_comp.ctp
+++ b/app/View/top/withdraw_comp.ctp
@@ -2,7 +2,7 @@
 	<main role="main">
 		<article class="contact">
 			<h2>
-				<img src="/img/img_h1_withdraw_comp.png" alt="退会処理 - 退会完了">
+				<img src="/img/img_h1_withdraw02.png" alt="退会処理 - 退会完了">
 			</h2>
 				<p>PictCodeの退会処理が完了しました。</p>
 				<p>またの機会がありましたら、ご利用よろしくお願いします。</p>
diff --git a/app/webroot/css/main.css b/app/webroot/css/main.css
index b428e7a..64d4a5a 100755
--- a/app/webroot/css/main.css
+++ b/app/webroot/css/main.css
@@ -655,7 +655,7 @@ article.contact dl dd textarea {
 	position: relative;
 	width: 464px;
 	height: 36px;
-	margin: 0 0 0 120px;
+	margin: 0px;
 	padding: 2px 0 2px 1em;;
 	-webkit-border-radius: 5px;
 	-moz-border-radius: 5px;
@@ -663,7 +663,7 @@ article.contact dl dd textarea {
 }
 article.contact dl dd div input span,
 article.contact dl dd div textarea span{
-	margin: 0 0 0 120px;
+	margin: 0px;
 }
 
 article.contact dl dd textarea {
diff --git a/app/webroot/img/img_h1_error01.png b/app/webroot/img/img_h1_error01.png
new file mode 100644
index 0000000..0ac2aab
Binary files /dev/null and b/app/webroot/img/img_h1_error01.png differ
diff --git a/app/webroot/img/img_h1_error02.png b/app/webroot/img/img_h1_error02.png
new file mode 100644
index 0000000..90f2068
Binary files /dev/null and b/app/webroot/img/img_h1_error02.png differ
diff --git a/app/webroot/img/img_save_blank.png b/app/webroot/img/img_save_blank.png
new file mode 100644
index 0000000..d88bb0f
Binary files /dev/null and b/app/webroot/img/img_save_blank.png differ
