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 15371)
+++ branches/feature-module-update/data/class/pages/contact/LC_Page_Contact.php	(revision 15372)
@@ -17,9 +17,4 @@
  */
 class LC_Page_Contact extends LC_Page {
-
-    // {{{ properties
-
-    /** 都道府県の配列 */
-    var $arrPref;
 
     // }}}
@@ -38,7 +33,6 @@
         $this->tpl_page_category = 'contact';
 
-        // FIXME
-        global $arrPref;
-        $this->arrPref = $arrPref;
+        $masterData = new SC_DB_MasterData_Ex();
+        $this->arrPref = $masterData->getMasterData("mtb_pref", array("pref_id", "pref_name", "rank"));
     }
 
