Index: /branches/dev/html/mobile/nonmember/deliv.php
===================================================================
--- /branches/dev/html/mobile/nonmember/deliv.php	(revision 12263)
+++ /branches/dev/html/mobile/nonmember/deliv.php	(revision 12696)
@@ -15,5 +15,5 @@
 	var $arrAddr;
 	function LC_Page() {
-		$this->tpl_mainpage = 'shopping/deliv.tpl';
+		$this->tpl_mainpage = 'nonmember/deliv.tpl';
 		$this->tpl_css = '/css/layout/shopping/index.css';
 		global $arrPref;
Index: /branches/dev/html/mobile/nonmember/payment.php
===================================================================
--- /branches/dev/html/mobile/nonmember/payment.php	(revision 12665)
+++ /branches/dev/html/mobile/nonmember/payment.php	(revision 12696)
@@ -15,5 +15,5 @@
 	function LC_Page() {
 		$this->tpl_css = '/css/layout/shopping/pay.css';
-		$this->tpl_mainpage = 'shopping/payment.tpl';
+		$this->tpl_mainpage = 'nonmember/payment.tpl';
 		$this->tpl_onload = 'fnCheckInputPoint();';
 		$this->tpl_title = "¤ª»ÙÊ§ÊýË¡¤Î»ØÄê";
@@ -82,5 +82,5 @@
 	if (!isset($objPage->arrErr['payment_id'])) {
 		// »ÙÊ§¤¤ÊýË¡¤ÎÆþÎÏ¥¨¥é¡¼¤Ê¤·
-		$objPage->tpl_mainpage = 'shopping/deliv_date.tpl';
+		$objPage->tpl_mainpage = 'nonmember/deliv_date.tpl';
 		$objPage->tpl_title = "ÇÛÃ£Æü»þ»ØÄê";
 		break;
@@ -112,5 +112,5 @@
 		if (!isset($objPage->arrErr['payment_id'])) {
 			// »ÙÊ§¤¤ÊýË¡¤ÎÆþÎÏ¥¨¥é¡¼¤Ê¤·
-			$objPage->tpl_mainpage = 'shopping/deliv_date.tpl';
+			$objPage->tpl_mainpage = 'nonmember/deliv_date.tpl';
 			$objPage->tpl_title = "ÇÛÃ£Æü»þ»ØÄê";
 		}
