Index: /temp/trunk/html/mypage/history.php
===================================================================
--- /temp/trunk/html/mypage/history.php	(revision 3335)
+++ /temp/trunk/html/mypage/history.php	(revision 3346)
@@ -6,5 +6,5 @@
 		$this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/history.tpl';
 		$this->tpl_title = "MY¥Ú¡¼¥¸/¹ØÆþÍúÎò¾ÜºÙ";
-		$this->tpl_navi = 'mypage/navi.tpl';
+		$this->tpl_navi = ROOT_DIR . USER_DIR . 'templates/mypage/navi.tpl';
 		$this->tpl_mainno = 'mypage';
 		$this->tpl_mypageno = 'index';
Index: /temp/trunk/html/mypage/refusal.php
===================================================================
--- /temp/trunk/html/mypage/refusal.php	(revision 3340)
+++ /temp/trunk/html/mypage/refusal.php	(revision 3346)
@@ -7,5 +7,5 @@
 		$this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/refusal.tpl';
 		$this->tpl_title = "MY¥Ú¡¼¥¸/Âà²ñ¼êÂ³¤­(ÆþÎÏ¥Ú¡¼¥¸)";
-		$this->tpl_navi = './navi.tpl';
+		$this->tpl_navi = ROOT_DIR . USER_DIR . 'templates/mypage/navi.tpl';
 		$this->tpl_mainno = 'mypage';
 		$this->tpl_mypageno = 'refusal';
Index: /temp/trunk/html/mypage/delivery.php
===================================================================
--- /temp/trunk/html/mypage/delivery.php	(revision 3335)
+++ /temp/trunk/html/mypage/delivery.php	(revision 3346)
@@ -7,5 +7,5 @@
 		$this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/delivery.tpl';
 		$this->tpl_title = "MY¥Ú¡¼¥¸/¤ªÆÏ¤±ÀèÄÉ²Ã¥ÊÑ¹¹";
-		$this->tpl_navi = 'mypage/navi.tpl';
+		$this->tpl_navi = ROOT_DIR . USER_DIR . 'templates/mypage/navi.tpl';
 		$this->tpl_mainno = 'mypage';
 		$this->tpl_mypageno = 'delivery';
Index: /temp/trunk/html/mypage/change.php
===================================================================
--- /temp/trunk/html/mypage/change.php	(revision 3335)
+++ /temp/trunk/html/mypage/change.php	(revision 3346)
@@ -7,5 +7,5 @@
 		$this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/change.tpl';
 		$this->tpl_title = 'MY¥Ú¡¼¥¸/²ñ°÷ÅÐÏ¿ÆâÍÆÊÑ¹¹(ÆþÎÏ¥Ú¡¼¥¸)';
-		$this->tpl_navi = 'mypage/navi.tpl';
+		$this->tpl_navi = ROOT_DIR . USER_DIR . 'templates/mypage/navi.tpl';
 		$this->tpl_mainno = 'mypage';
 		$this->tpl_mypageno = 'change';
Index: /temp/trunk/html/mypage/index.php
===================================================================
--- /temp/trunk/html/mypage/index.php	(revision 3343)
+++ /temp/trunk/html/mypage/index.php	(revision 3346)
@@ -7,5 +7,5 @@
 		$this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/index.tpl';
 		$this->tpl_title = 'MY¥Ú¡¼¥¸/¹ØÆþÍúÎò°ìÍ÷';
-		$this->tpl_navi = '../mypage/navi.tpl';
+		$this->tpl_navi = ROOT_DIR . USER_DIR . 'templates/mypage/navi.tpl';
 		$this->tpl_mainno = 'mypage';
 		$this->tpl_mypageno = 'index';
Index: /temp/trunk/html/mypage/login.php
===================================================================
--- /temp/trunk/html/mypage/login.php	(revision 3335)
+++ /temp/trunk/html/mypage/login.php	(revision 3346)
@@ -5,5 +5,4 @@
 	function LC_Page() {
 		$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 3335)
+++ /temp/trunk/html/mypage/refusal_complete.php	(revision 3346)
@@ -7,6 +7,5 @@
 		$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';
-		$this->tpl_navi = 'mypage/navi.tpl';
+		$this->tpl_navi = ROOT_DIR . USER_DIR . 'templates/mypage/navi.tpl';
 		$this->tpl_mypageno = 'refusal';
 		$this->point_disp = false;
Index: /temp/trunk/html/mypage/change_complete.php
===================================================================
--- /temp/trunk/html/mypage/change_complete.php	(revision 3335)
+++ /temp/trunk/html/mypage/change_complete.php	(revision 3346)
@@ -6,5 +6,5 @@
 		$this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/change_complete.tpl';
 		$this->tpl_title = 'MY¥Ú¡¼¥¸/²ñ°÷ÅÐÏ¿ÆâÍÆÊÑ¹¹(´°Î»¥Ú¡¼¥¸)';
-		$this->tpl_navi = 'mypage/navi.tpl';
+		$this->tpl_navi = ROOT_DIR . USER_DIR . 'templates/mypage/navi.tpl';
 		$this->tpl_mypageno = 'change';
 	}
