Index: temp/trunk/html/mypage/history.php
===================================================================
--- temp/trunk/html/mypage/history.php	(revision 2192)
+++ temp/trunk/html/mypage/history.php	(revision 3335)
@@ -4,6 +4,5 @@
 class LC_Page {
 	function LC_Page() {
-		$this->tpl_mainpage = 'mypage/history.tpl';
-		$this->tpl_rightnavi = 'frontparts/rightnavi.tpl'; 
+		$this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/history.tpl';
 		$this->tpl_title = "MY¥Ú¡¼¥¸/¹ØÆþÍúÎò¾ÜºÙ";
 		$this->tpl_navi = 'mypage/navi.tpl';
Index: temp/trunk/html/mypage/refusal.php
===================================================================
--- temp/trunk/html/mypage/refusal.php	(revision 1328)
+++ temp/trunk/html/mypage/refusal.php	(revision 3335)
@@ -5,7 +5,5 @@
 class LC_Page{
 	function LC_Page(){
-		$this->tpl_mainpage = "mypage/refusal.tpl";
-		$this->tpl_css = "/css/layout/mypage/refusal.css";
-		$this->tpl_rightnavi = "frontparts/rightnavi.tpl";
+		$this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/refusal.tpl';
 		$this->tpl_title = "MY¥Ú¡¼¥¸/Âà²ñ¼êÂ³¤­(ÆþÎÏ¥Ú¡¼¥¸)";
 		$this->tpl_navi = 'mypage/navi.tpl';
@@ -37,6 +35,5 @@
 switch ($_POST['mode']){
 	case 'confirm':
-	$objPage->tpl_mainpage = 'mypage/refusal_confirm.tpl';
-	$objPage->tpl_css = '/css/layout/mypage/refusal_confirm.css';
+	$this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/refusal_confirm.tpl';
 	$objPage->tpl_title = "MY¥Ú¡¼¥¸/Âà²ñ¼êÂ³¤­(³ÎÇ§¥Ú¡¼¥¸)";
 
Index: temp/trunk/html/mypage/delivery.php
===================================================================
--- temp/trunk/html/mypage/delivery.php	(revision 2360)
+++ temp/trunk/html/mypage/delivery.php	(revision 3335)
@@ -5,7 +5,5 @@
 class LC_Page{
 	function LC_Page(){
-		$this->tpl_mainpage = "mypage/delivery.tpl";
-		$this->tpl_css = "/css/layout/mypage/delivery.css";
-		$this->tpl_rightnavi = "frontparts/rightnavi.tpl";
+		$this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/delivery.tpl';
 		$this->tpl_title = "MY¥Ú¡¼¥¸/¤ªÆÏ¤±ÀèÄÉ²Ã¥ÊÑ¹¹";
 		$this->tpl_navi = 'mypage/navi.tpl';
Index: temp/trunk/html/mypage/change.php
===================================================================
--- temp/trunk/html/mypage/change.php	(revision 2837)
+++ temp/trunk/html/mypage/change.php	(revision 3335)
@@ -5,6 +5,5 @@
 class LC_Page{
 	function LC_Page() {
-		$this->tpl_css = '/css/layout/mypage/change.css';
-		$this->tpl_mainpage = 'mypage/change.tpl';
+		$this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/change.tpl';
 		$this->tpl_title = 'MY¥Ú¡¼¥¸/²ñ°÷ÅÐÏ¿ÆâÍÆÊÑ¹¹(ÆþÎÏ¥Ú¡¼¥¸)';
 		$this->tpl_navi = 'mypage/navi.tpl';
Index: temp/trunk/html/mypage/index.php
===================================================================
--- temp/trunk/html/mypage/index.php	(revision 1328)
+++ temp/trunk/html/mypage/index.php	(revision 3335)
@@ -5,5 +5,5 @@
 class LC_Page{
 	function LC_Page() {
-		$this->tpl_mainpage = 'mypage/index.tpl';
+		$this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/index.tpl';
 		$this->tpl_title = 'MY¥Ú¡¼¥¸/¹ØÆþÍúÎò°ìÍ÷';
 		$this->tpl_navi = ROOT_DIR . 'data/Smarty/templates/mypage/navi.tpl';
Index: temp/trunk/html/mypage/login.php
===================================================================
--- temp/trunk/html/mypage/login.php	(revision 1328)
+++ temp/trunk/html/mypage/login.php	(revision 3335)
@@ -4,5 +4,5 @@
 class LC_Page{
 	function LC_Page() {
-		$this->tpl_mainpage = 'mypage/login.tpl';
+		$this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/login.tpl';
 		$this->tpl_css = '/css/layout/mypage/login.css';
 		$this->tpl_title = 'MY¥Ú¡¼¥¸(¥í¥°¥¤¥ó)';
Index: temp/trunk/html/mypage/refusal_complete.php
===================================================================
--- temp/trunk/html/mypage/refusal_complete.php	(revision 2192)
+++ temp/trunk/html/mypage/refusal_complete.php	(revision 3335)
@@ -5,5 +5,5 @@
 class LC_Page{
 	function LC_Page(){
-		$this->tpl_mainpage = "mypage/refusal_complete.tpl";
+		$this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/refusal_complete.tpl';
 		$this->tpl_title = "MY¥Ú¡¼¥¸/Âà²ñ¼êÂ³¤­(´°Î»¥Ú¡¼¥¸)";
 		$this->tpl_css = '/css/layout/mypage/refusal_complete.css';
Index: temp/trunk/html/mypage/change_complete.php
===================================================================
--- temp/trunk/html/mypage/change_complete.php	(revision 1328)
+++ temp/trunk/html/mypage/change_complete.php	(revision 3335)
@@ -4,6 +4,5 @@
 class LC_Page{
 	function LC_Page(){
-		$this->tpl_mainpage = 'mypage/change_complete.tpl';
-		$this->tpl_css = '/css/layout/mypage/change_complete.css';
+		$this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/change_complete.tpl';
 		$this->tpl_title = 'MY¥Ú¡¼¥¸/²ñ°÷ÅÐÏ¿ÆâÍÆÊÑ¹¹(´°Î»¥Ú¡¼¥¸)';
 		$this->tpl_navi = 'mypage/navi.tpl';
Index: temp/trunk/html/mypage/delivery_addr.php
===================================================================
--- temp/trunk/html/mypage/delivery_addr.php	(revision 1328)
+++ temp/trunk/html/mypage/delivery_addr.php	(revision 3335)
@@ -7,5 +7,5 @@
 class LC_Page{
 	function LC_Page(){
-		$this->tpl_mainpage = "mypage/delivery_addr.tpl";
+		$this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/delivery_addr.tpl';
 		$this->tpl_title = "¿·¤·¤¤¤ªÆÏ¤±Àè¤ÎÄÉ²Ã¥ÊÑ¹¹";
 		global $arrPref;
