commit c69e6898cc37317b4a7add35d21595f3869bd190
Author: admin <admin@www1334uf.sakura.ne.jp>
Date:   Tue Feb 9 13:38:59 2016 +0900

    ユーザー画面静的ページの設置

diff --git a/app/Controller/TopController.php b/app/Controller/TopController.php
index c727b76..4e03455 100644
--- a/app/Controller/TopController.php
+++ b/app/Controller/TopController.php
@@ -41,11 +41,32 @@ class TopController extends AppController {
 
 /**
  * index
- *
- * @return void
- * @throws NotFoundException When the view file could not be found
- *	or MissingViewException in debug mode.
  */
 	public function index() {
 	}
+/**
+ * privacy_policy
+ */
+	public function privacy_policy() {
+	}
+/**
+ * kiyaku
+ */
+	public function kiyaku() {
+	}
+/**
+ * about
+ */
+	public function about() {
+	}
+/**
+ * company
+ */
+	public function company() {
+	}
+/**
+ * contact
+ */
+	public function contact() {
+	}
 }
