Index: temp/trunk/html/mypage/history.php
===================================================================
--- temp/trunk/html/mypage/history.php	(revision 5934)
+++ temp/trunk/html/mypage/history.php	(revision 6080)
@@ -10,7 +10,7 @@
 class LC_Page {
 	function LC_Page() {
-		$this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/history.tpl';
+		$this->tpl_mainpage = USER_PATH . 'templates/mypage/history.tpl';
 		$this->tpl_title = "MY¥Ú¡¼¥¸/¹ØÆþÍúÎò¾ÜºÙ";
-		$this->tpl_navi = ROOT_DIR . USER_DIR . 'templates/mypage/navi.tpl';
+		$this->tpl_navi = USER_PATH . '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 5934)
+++ temp/trunk/html/mypage/refusal.php	(revision 6080)
@@ -9,7 +9,7 @@
 class LC_Page{
 	function LC_Page(){
-		$this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/refusal.tpl';
+		$this->tpl_mainpage = USER_PATH . 'templates/mypage/refusal.tpl';
 		$this->tpl_title = "MY¥Ú¡¼¥¸/Âà²ñ¼êÂ³¤­(ÆþÎÏ¥Ú¡¼¥¸)";
-		$this->tpl_navi = ROOT_DIR . USER_DIR . 'templates/mypage/navi.tpl';
+		$this->tpl_navi = USER_PATH . '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 5934)
+++ temp/trunk/html/mypage/delivery.php	(revision 6080)
@@ -9,7 +9,7 @@
 class LC_Page{
 	function LC_Page(){
-		$this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/delivery.tpl';
+		$this->tpl_mainpage = USER_PATH . 'templates/mypage/delivery.tpl';
 		$this->tpl_title = "MY¥Ú¡¼¥¸/¤ªÆÏ¤±ÀèÄÉ²Ã¥ÊÑ¹¹";
-		$this->tpl_navi = ROOT_DIR . USER_DIR . 'templates/mypage/navi.tpl';
+		$this->tpl_navi = USER_PATH . '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 5934)
+++ temp/trunk/html/mypage/change.php	(revision 6080)
@@ -10,7 +10,7 @@
 class LC_Page{
 	function LC_Page() {
-		$this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/change.tpl';
+		$this->tpl_mainpage = USER_PATH . 'templates/mypage/change.tpl';
 		$this->tpl_title = 'MY¥Ú¡¼¥¸/²ñ°÷ÅÐÏ¿ÆâÍÆÊÑ¹¹(ÆþÎÏ¥Ú¡¼¥¸)';
-		$this->tpl_navi = ROOT_DIR . USER_DIR . 'templates/mypage/navi.tpl';
+		$this->tpl_navi = USER_PATH . '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 5934)
+++ temp/trunk/html/mypage/index.php	(revision 6080)
@@ -11,7 +11,7 @@
 class LC_Page{
 	function LC_Page() {
-		$this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/index.tpl';
+		$this->tpl_mainpage = USER_PATH . 'templates/mypage/index.tpl';
 		$this->tpl_title = 'MY¥Ú¡¼¥¸/¹ØÆþÍúÎò°ìÍ÷';
-		$this->tpl_navi = ROOT_DIR . USER_DIR . 'templates/mypage/navi.tpl';
+		$this->tpl_navi = USER_PATH . '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 5934)
+++ temp/trunk/html/mypage/login.php	(revision 6080)
@@ -10,5 +10,5 @@
 class LC_Page{
 	function LC_Page() {
-		$this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/login.tpl';
+		$this->tpl_mainpage = USER_PATH . 'templates/mypage/login.tpl';
 		$this->tpl_title = 'MY¥Ú¡¼¥¸(¥í¥°¥¤¥ó)';
 	}
Index: temp/trunk/html/mypage/refusal_complete.php
===================================================================
--- temp/trunk/html/mypage/refusal_complete.php	(revision 5934)
+++ temp/trunk/html/mypage/refusal_complete.php	(revision 6080)
@@ -10,7 +10,7 @@
 class LC_Page{
 	function LC_Page(){
-		$this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/refusal_complete.tpl';
+		$this->tpl_mainpage = USER_PATH . 'templates/mypage/refusal_complete.tpl';
 		$this->tpl_title = "MY¥Ú¡¼¥¸/Âà²ñ¼êÂ³¤­(´°Î»¥Ú¡¼¥¸)";
-		$this->tpl_navi = ROOT_DIR . USER_DIR . 'templates/mypage/navi.tpl';
+		$this->tpl_navi = USER_PATH . '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 5934)
+++ temp/trunk/html/mypage/change_complete.php	(revision 6080)
@@ -9,7 +9,7 @@
 class LC_Page{
 	function LC_Page(){
-		$this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/change_complete.tpl';
+		$this->tpl_mainpage = USER_PATH . 'templates/mypage/change_complete.tpl';
 		$this->tpl_title = 'MY¥Ú¡¼¥¸/²ñ°÷ÅÐÏ¿ÆâÍÆÊÑ¹¹(´°Î»¥Ú¡¼¥¸)';
-		$this->tpl_navi = ROOT_DIR . USER_DIR . 'templates/mypage/navi.tpl';
+		$this->tpl_navi = USER_PATH . 'templates/mypage/navi.tpl';
 		$this->tpl_mypageno = 'change';
 	}
Index: temp/trunk/html/mypage/delivery_addr.php
===================================================================
--- temp/trunk/html/mypage/delivery_addr.php	(revision 5934)
+++ temp/trunk/html/mypage/delivery_addr.php	(revision 6080)
@@ -11,5 +11,5 @@
 class LC_Page{
 	function LC_Page(){
-		$this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/delivery_addr.tpl';
+		$this->tpl_mainpage = USER_PATH . 'templates/mypage/delivery_addr.tpl';
 		$this->tpl_title = "¿·¤·¤¤¤ªÆÏ¤±Àè¤ÎÄÉ²Ã¥ÊÑ¹¹";
 		global $arrPref;
Index: temp/trunk/html/frontparts/bloc/login.php
===================================================================
--- temp/trunk/html/frontparts/bloc/login.php	(revision 5934)
+++ temp/trunk/html/frontparts/bloc/login.php	(revision 6080)
@@ -9,5 +9,5 @@
 	function LC_LoginPage() {
 		/** É¬¤ºÊÑ¹¹¤¹¤ë **/
-		$this->tpl_mainpage = ROOT_DIR . BLOC_DIR.'login.tpl';	// ¥á¥¤¥ó
+		$this->tpl_mainpage = BLOC_PATH . 'login.tpl';	// ¥á¥¤¥ó
 		$this->tpl_login = false;
 		$this->tpl_disable_logout = false;
Index: temp/trunk/html/frontparts/bloc/search_products.php
===================================================================
--- temp/trunk/html/frontparts/bloc/search_products.php	(revision 5934)
+++ temp/trunk/html/frontparts/bloc/search_products.php	(revision 6080)
@@ -8,5 +8,5 @@
 	function LC_SearchProductsPage() {
 		/** É¬¤ºÊÑ¹¹¤¹¤ë **/
-		$this->tpl_mainpage = ROOT_DIR . BLOC_DIR.'search_products.tpl';	// ¥á¥¤¥ó
+		$this->tpl_mainpage = BLOC_PATH . 'search_products.tpl';	// ¥á¥¤¥ó
 	}
 }
Index: temp/trunk/html/frontparts/bloc/cart.php
===================================================================
--- temp/trunk/html/frontparts/bloc/cart.php	(revision 5934)
+++ temp/trunk/html/frontparts/bloc/cart.php	(revision 6080)
@@ -8,5 +8,5 @@
 	function LC_CartPage() {
 		/** É¬¤ºÊÑ¹¹¤¹¤ë **/
-		$this->tpl_mainpage = ROOT_DIR . BLOC_DIR.'cart.tpl';	// ¥á¥¤¥ó
+		$this->tpl_mainpage = BLOC_PATH . 'cart.tpl';	// ¥á¥¤¥ó
 	}
 }
Index: temp/trunk/html/frontparts/bloc/news.php
===================================================================
--- temp/trunk/html/frontparts/bloc/news.php	(revision 5934)
+++ temp/trunk/html/frontparts/bloc/news.php	(revision 6080)
@@ -8,5 +8,5 @@
 	function LC_NewsPage() {
 		/** É¬¤ºÊÑ¹¹¤¹¤ë **/
-		$this->tpl_mainpage = ROOT_DIR . BLOC_DIR.'news.tpl';	// ¥á¥¤¥ó
+		$this->tpl_mainpage = BLOC_PATH . 'news.tpl';	// ¥á¥¤¥ó
 	}
 }
Index: temp/trunk/html/frontparts/bloc/category.php
===================================================================
--- temp/trunk/html/frontparts/bloc/category.php	(revision 5934)
+++ temp/trunk/html/frontparts/bloc/category.php	(revision 6080)
@@ -8,5 +8,5 @@
 	function LC_CatPage() {
 		/** É¬¤ºÊÑ¹¹¤¹¤ë **/
-		$this->tpl_mainpage = ROOT_DIR . BLOC_DIR.'category.tpl';	// ¥á¥¤¥ó
+		$this->tpl_mainpage = BLOC_PATH . 'category.tpl';	// ¥á¥¤¥ó
 	}
 }
Index: temp/trunk/html/frontparts/bloc/best5.php
===================================================================
--- temp/trunk/html/frontparts/bloc/best5.php	(revision 5934)
+++ temp/trunk/html/frontparts/bloc/best5.php	(revision 6080)
@@ -8,5 +8,5 @@
 	function LC_Best5Page() {
 		/** É¬¤ºÊÑ¹¹¤¹¤ë **/
-		$this->tpl_mainpage = ROOT_DIR . BLOC_DIR.'best5.tpl';	// ¥á¥¤¥ó
+		$this->tpl_mainpage = BLOC_PATH . 'best5.tpl';	// ¥á¥¤¥ó
 	}
 }
Index: temp/trunk/html/shopping/convenience.php
===================================================================
--- temp/trunk/html/shopping/convenience.php	(revision 5934)
+++ temp/trunk/html/shopping/convenience.php	(revision 6080)
@@ -52,7 +52,7 @@
 		//require("merchant.ini");
 		// ·èºÑ½èÍý¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¯¥ë¡¼¥É
-		require_once(ROOT_DIR . "data/vtcvsmdk/mdk/lib/BSCVS/Transaction.php");
-		require_once(ROOT_DIR . "data/vtcvsmdk/mdk/lib/BSCVS/Config.php");
-		require_once(ROOT_DIR . "data/vtcvsmdk/mdk/lib/BSCVS/Log.php");
+		require_once(DATA_PATH . "vtcvsmdk/mdk/lib/BSCVS/Transaction.php");
+		require_once(DATA_PATH . "vtcvsmdk/mdk/lib/BSCVS/Config.php");
+		require_once(DATA_PATH . "vtcvsmdk/mdk/lib/BSCVS/Log.php");
 	
 		// ¥È¥é¥ó¥¶¥¯¥·¥ç¥ó¥¤¥ó¥¹¥¿¥ó¥¹¤òºîÀ®
@@ -60,5 +60,5 @@
 		
 		// ÀßÄê¥Õ¥¡¥¤¥ë cvsgwlib.conf ¤Ë¤è¤ê¥¤¥ó¥¹¥¿¥ó¥¹¤ò½é´ü²½
-		$objTran->setServer(ROOT_DIR . "data/vtcvsmdk/mdk/conf/cvsgwlib.conf");
+		$objTran->setServer(DATA_PATH . "vtcvsmdk/mdk/conf/cvsgwlib.conf");
 		
 		// ¥«¡¼¥È½¸·×½èÍý
Index: temp/trunk/html/admin/system/update.php
===================================================================
--- temp/trunk/html/admin/system/update.php	(revision 5934)
+++ temp/trunk/html/admin/system/update.php	(revision 6080)
@@ -61,9 +61,9 @@
 //-------------------------------------------------------------------------------------------------------
 // ¹¹¿·¥Õ¥¡¥¤¥ë¤Î¼èÆÀ
-function lfCopyUpdateFile($val) {
+function lfCopyUpdateFile($file) {
 	global $objPage;
 	
-	$src_path = sfRmDupSlash(UPDATE_HTTP . $val . ".txt");
-	$dst_path = sfRmDupSlash(ROOT_DIR . $val);
+	$src_path = sfRmDupSlash(UPDATE_HTTP . $file . ".txt");
+	$dst_path = sfRmDupSlash(ROOT_DIR . $file);
 	$flg_ok = true;	// ½èÍý¤ÎÀ®¸ùÈ½Äê
 	
Index: temp/trunk/html/products/detail.php
===================================================================
--- temp/trunk/html/products/detail.php	(revision 5934)
+++ temp/trunk/html/products/detail.php	(revision 6080)
@@ -6,17 +6,16 @@
  */
 
-$DETAIL_PHP_DIR = realpath(dirname( __FILE__));
-require_once($DETAIL_PHP_DIR  . "/../../data/lib/slib.php");
-require_once($DETAIL_PHP_DIR  . "/../../data/class/SC_View.php");
-require_once($DETAIL_PHP_DIR  . "/../../data/class/SC_Query.php");
-require_once($DETAIL_PHP_DIR  . "/../../data/class/SC_Customer.php");
-require_once($DETAIL_PHP_DIR  . "/../../data/class/SC_Cookie.php");
-require_once($DETAIL_PHP_DIR  . "/../../data/class/SC_SiteInfo.php");
-require_once($DETAIL_PHP_DIR  . "/../../data/class/SC_PageNavi.php");
-require_once($DETAIL_PHP_DIR  . "/../../data/class/SC_CheckError.php");
-require_once($DETAIL_PHP_DIR  . "/../../data/class/SC_CartSession.php");
-require_once($DETAIL_PHP_DIR  . "/../../data/class/SC_FormParam.php");
-require_once($DETAIL_PHP_DIR  . "/../../data/class/SC_UploadFile.php");
-require_once(ROOT_DIR."data/include/page_layout.inc");
+require_once(DATA_PATH . "lib/slib.php");
+require_once(DATA_PATH . "class/SC_View.php");
+require_once(DATA_PATH . "class/SC_Query.php");
+require_once(DATA_PATH . "class/SC_Customer.php");
+require_once(DATA_PATH . "class/SC_Cookie.php");
+require_once(DATA_PATH . "class/SC_SiteInfo.php");
+require_once(DATA_PATH . "class/SC_PageNavi.php");
+require_once(DATA_PATH . "class/SC_CheckError.php");
+require_once(DATA_PATH . "data/class/SC_CartSession.php");
+require_once(DATA_PATH . "data/class/SC_FormParam.php");
+require_once(DATA_PATH . "data/class/SC_UploadFile.php");
+require_once(DATA_PATH . "include/page_layout.inc");
 
 class LC_Page {
Index: temp/trunk/html/products/list.php
===================================================================
--- temp/trunk/html/products/list.php	(revision 5934)
+++ temp/trunk/html/products/list.php	(revision 6080)
@@ -5,16 +5,14 @@
  * http://www.lockon.co.jp/
  */
-
-$LIST_PHP_DIR = realpath(dirname( __FILE__));
-require_once($LIST_PHP_DIR  . "/../../data/lib/slib.php");
-require_once($LIST_PHP_DIR  . "/../../data/class/SC_View.php");
-require_once($LIST_PHP_DIR  . "/../../data/class/SC_Query.php");
-require_once($LIST_PHP_DIR  . "/../../data/class/SC_Customer.php");
-require_once($LIST_PHP_DIR  . "/../../data/class/SC_Cookie.php");
-require_once($LIST_PHP_DIR  . "/../../data/class/SC_SiteInfo.php");
-require_once($LIST_PHP_DIR  . "/../../data/class/SC_PageNavi.php");
-require_once($LIST_PHP_DIR  . "/../../data/class/SC_CheckError.php");
-require_once($LIST_PHP_DIR  . "/../../data/class/SC_CartSession.php");
-require_once(ROOT_DIR."data/include/page_layout.inc");
+require_once(DATA_PATH . "lib/slib.php");
+require_once(DATA_PATH . "class/SC_View.php");
+require_once(DATA_PATH . "class/SC_Query.php");
+require_once(DATA_PATH . "data/class/SC_Customer.php");
+require_once(DATA_PATH . "data/class/SC_Cookie.php");
+require_once(DATA_PATH . "data/class/SC_SiteInfo.php");
+require_once(DATA_PATH . "data/class/SC_PageNavi.php");
+require_once(DATA_PATH . "data/class/SC_CheckError.php");
+require_once(DATA_PATH . "data/class/SC_CartSession.php");
+require_once(DATA_PATH . "include/page_layout.inc");
 
 class LC_Page {
Index: temp/trunk/html/install/index.php
===================================================================
--- temp/trunk/html/install/index.php	(revision 6072)
+++ temp/trunk/html/install/index.php	(revision 6080)
@@ -410,6 +410,6 @@
 function lfInitWebParam($objWebParam) {
 	
-	if(defined('ROOT_DIR')) {
-		$install_dir = ROOT_DIR;
+	if(defined('HTML_PATH')) {
+		$install_dir = HTML_PATH;
 	} else {
 		$install_dir = realpath(dirname( __FILE__) . "/../") . "/";
