Index: branches/dev/html/mobile/nonmember/index.php
===================================================================
--- branches/dev/html/mobile/nonmember/index.php	(revision 12692)
+++ branches/dev/html/mobile/nonmember/index.php	(revision 12695)
@@ -15,5 +15,5 @@
 	var $tpl_login_email;
 	function LC_Page() {
-		$this->tpl_mainpage = 'shopping/index.tpl';
+		$this->tpl_mainpage = 'nonmember/index.tpl';
 		global $arrPref;
 		$this->arrPref = $arrPref;
@@ -235,5 +235,5 @@
 $arrRejectRegistColumn = array("year", "month", "day", "email02", "email_mobile02", "password02");
         
-    $objPage->tpl_mainpage = 'shopping/nonmember_set1.tpl';
+    $objPage->tpl_mainpage = 'nonmember/nonmember_set1.tpl';
 	$objPage->tpl_css = array();
 	$objPage->tpl_css[] = '/css/layout/login/nonmember.css';
@@ -274,13 +274,13 @@
             if ($_POST["mode2"] == "set2") {
             $objPage->arrErr = lfErrorCheck1($objPage->arrForm);
-            $objPage->tpl_mainpage = 'shopping/nonmember_set1.tpl';
+            $objPage->tpl_mainpage = 'nonmember/nonmember_set1.tpl';
             $objPage->tpl_title = '¤ªµÒÍÍ¾ðÊóÆþÎÏ(1/3)';
         } elseif ($_POST["mode2"] == "set3") {
             $objPage->arrErr = lfErrorCheck2($objPage->arrForm);
-            $objPage->tpl_mainpage = 'shopping/nonmember_set2.tpl';
+            $objPage->tpl_mainpage = 'nonmember/nonmember_set2.tpl';
             $objPage->tpl_title = '¤ªµÒÍÍ¾ðÊóÆþÎÏ(2/3)';
         } elseif ($_POST["mode2"] == "deliv"){
             $objPage->arrErr = lfErrorCheck3($objPage->arrForm);
-            $objPage->tpl_mainpage = 'shopping/nonmember_set3.tpl';
+            $objPage->tpl_mainpage = 'nonmember/nonmember_set3.tpl';
             $objPage->tpl_title = '¤ªµÒÍÍ¾ðÊóÆþÎÏ(3/3)';
         }
@@ -313,8 +313,8 @@
         //--¡¡¥Æ¥ó¥×¥ì¡¼¥ÈÀßÄê
         if ($_POST["mode2"] == "set2") {
-            $objPage->tpl_mainpage = 'shopping/nonmember_set2.tpl';
+            $objPage->tpl_mainpage = 'nonmember/nonmember_set2.tpl';
             $objPage->tpl_title = '¤ªµÒÍÍ¾ðÊóÆþÎÏ(2/3)';
         } elseif ($_POST["mode2"] == "set3") {
-            $objPage->tpl_mainpage = 'shopping/nonmember_set3.tpl';
+            $objPage->tpl_mainpage = 'nonmember/nonmember_set3.tpl';
             $objPage->tpl_title = '¤ªµÒÍÍ¾ðÊóÆþÎÏ(3/3)';
 
@@ -375,5 +375,5 @@
            $arrData = $_POST;
            
-            $objPage->tpl_mainpage = 'shopping/nonmember_deliv.tpl';
+            $objPage->tpl_mainpage = 'nonmember/nonmember_deliv.tpl';
             $objPage->tpl_title = '¤ªÆÏ¤±Àè¾ðÊó';
         }
