commit 05c0cc17205fe3d46b69a6f14177914f5d99596a
Author: shiwa <shiwa@i-hearts.jp>
Date:   Fri Mar 11 14:50:55 2016 +0900

    追加ページの追加

diff --git a/app/Controller/TopController.php b/app/Controller/TopController.php
index 9e54118..33d532a 100755
--- a/app/Controller/TopController.php
+++ b/app/Controller/TopController.php
@@ -96,7 +96,7 @@ class TopController extends AppController {
 /**
  *	Address Error
  */
-	public function 404() {
+	public function error404() {
 	}
 /**
  * contact
diff --git a/app/View/top/404.ctp b/app/View/top/404.ctp
deleted file mode 100644
index ec507bb..0000000
--- a/app/View/top/404.ctp
+++ /dev/null
@@ -1,16 +0,0 @@
-<!-- ページエラー(存在しないページへのアクセス) -->
-	<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/error404.ctp b/app/View/top/error404.ctp
new file mode 100644
index 0000000..ec507bb
--- /dev/null
+++ b/app/View/top/error404.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
