Index: /branches/feature-module-update/data/class/pages/contact/LC_Page_Contact_Complete.php
===================================================================
--- /branches/feature-module-update/data/class/pages/contact/LC_Page_Contact_Complete.php	(revision 15084)
+++ /branches/feature-module-update/data/class/pages/contact/LC_Page_Contact_Complete.php	(revision 15090)
@@ -18,18 +18,4 @@
 class LC_Page_Contact_Complete extends LC_Page {
 
-    // {{{ properties
-
-    /**メインテンプレート */
-    var $tpl_mainpage = 'contact/complete.tpl';
-
-    /** CSS のパス */
-    var $tpl_css;
-
-    /** タイトル */
-    var $tpl_title = 'お問い合わせ(完了ページ)';
-
-    /** ページナンバー */
-    var $tpl_mainno = 'contact';
-
     // }}}
     // {{{ functions
@@ -42,4 +28,7 @@
     function init() {
         parent::init();
+        $this->tpl_mainpage = 'contact/complete.tpl';
+        $this->tpl_title = 'お問い合わせ(完了ページ)';
+        $this->tpl_mainno = 'contact';
         $this->tpl_css = array();
         $this->tpl_css[1] = URL_DIR.'css/layout/contact/index.css';
Index: /branches/feature-module-update/data/class/pages/contact/LC_Page_Contact.php
===================================================================
--- /branches/feature-module-update/data/class/pages/contact/LC_Page_Contact.php	(revision 15084)
+++ /branches/feature-module-update/data/class/pages/contact/LC_Page_Contact.php	(revision 15090)
@@ -20,15 +20,6 @@
     // {{{ properties
 
-    /**メインテンプレート */
-    var $tpl_mainpage;
-
-    /** CSS のパス */
-    var $tpl_css;
-
-    /** タイトル */
-    var $tpl_title;
-
-    /** カテゴリ */
-    var $tpl_page_category;
+    /** 都道府県の配列 */
+    var $arrPref;
 
     // }}}
Index: /branches/feature-module-update/data/class/pages/order/LC_Page_Order.php
===================================================================
--- /branches/feature-module-update/data/class/pages/order/LC_Page_Order.php	(revision 15080)
+++ /branches/feature-module-update/data/class/pages/order/LC_Page_Order.php	(revision 15090)
@@ -17,12 +17,4 @@
  */
 class LC_Page_Order extends LC_Page {
-
-    // {{{ properties
-
-    /**メインテンプレート */
-    var $tpl_mainpage;
-
-    /** CSS のパス */
-    var $tpl_css;
 
     // }}}
Index: /branches/feature-module-update/data/class/pages/abouts/LC_Page_Abouts.php
===================================================================
--- /branches/feature-module-update/data/class/pages/abouts/LC_Page_Abouts.php	(revision 15080)
+++ /branches/feature-module-update/data/class/pages/abouts/LC_Page_Abouts.php	(revision 15090)
@@ -18,15 +18,4 @@
 class LC_Page_Abouts extends LC_Page {
 
-    // {{{ properties
-
-    /**メインテンプレート */
-    var $tpl_mainpage = 'abouts/index.tpl';
-
-    /** カテゴリ */
-    var $tpl_page_category = 'abouts';
-
-    /** タイトル */
-    var $tpl_title = '当サイトについて';
-
     // }}}
     // {{{ functions
@@ -39,4 +28,7 @@
     function init() {
         parent::init();
+        $this->tpl_mainpage = 'abouts/index.tpl';
+        $this->tpl_page_category = 'abouts';
+        $this->tpl_title = '当サイトについて';
     }
 
Index: /branches/feature-module-update/data/class/pages/LC_Page.php
===================================================================
--- /branches/feature-module-update/data/class/pages/LC_Page.php	(revision 15080)
+++ /branches/feature-module-update/data/class/pages/LC_Page.php	(revision 15090)
@@ -19,5 +19,20 @@
 class LC_Page {
 
-    // {{{ valiables
+    // {{{ properties
+
+    /** メインテンプレート */
+    var $tpl_mainpage;
+
+    /** メインナンバー */
+    var $tpl_mainno;
+
+    /** CSS のパス */
+    var $tpl_css;
+
+    /** タイトル */
+    var $tpl_title;
+
+    /** カテゴリ */
+    var $tpl_page_category;
 
     /**
Index: /branches/feature-module-update/data/class/pages/inquiry/LC_Page_Inquiry.php
===================================================================
--- /branches/feature-module-update/data/class/pages/inquiry/LC_Page_Inquiry.php	(revision 15080)
+++ /branches/feature-module-update/data/class/pages/inquiry/LC_Page_Inquiry.php	(revision 15090)
@@ -20,10 +20,5 @@
     // {{{ properties
 
-    /** メインテンプレート */
-    var $tpl_mainpage = 'inquiry/index.tpl';
-
-    /** メインナンバー */
-    var $tpl_mainno = 'contents';
-
+    // TODO
     var $errmsg;
     var $arrPref;
@@ -42,4 +37,6 @@
     function init() {
         parent::init();
+        $this->tpl_mainpage = 'inquiry/index.tpl';
+        $this->tpl_mainno = 'contents';
     }
 
