Index: temp/trunk/data/lib/slib.php
===================================================================
--- temp/trunk/data/lib/slib.php	(revision 10299)
+++ temp/trunk/data/lib/slib.php	(revision 10399)
@@ -248,5 +248,5 @@
 		function LC_ErrorPage() {
 			$this->tpl_mainpage = 'error.tpl';
-			$this->tpl_css = '/css/layout/error.css';
+			$this->tpl_css = URL_DIR.'css/layout/error.css';
 			$this->tpl_title = '¥¨¥é¡¼';
 		}
Index: temp/trunk/html/__default.php
===================================================================
--- temp/trunk/html/__default.php	(revision 3743)
+++ temp/trunk/html/__default.php	(revision 10399)
@@ -5,6 +5,5 @@
 	function LC_Page() {
 		/** É¬¤ºÊÑ¹¹¤¹¤ë **/
-		$this->tpl_css = '/css/layout/contact/index.css';	// ¥á¥¤¥óCSS¥Ñ¥¹
-		
+		$this->tpl_css = URL_DIR.'css/layout/contact/index.css';	// ¥á¥¤¥óCSS¥Ñ¥¹		
 	}
 }
Index: temp/trunk/html/order/index.php
===================================================================
--- temp/trunk/html/order/index.php	(revision 5934)
+++ temp/trunk/html/order/index.php	(revision 10399)
@@ -11,5 +11,5 @@
 	function LC_Page() {
 		/** É¬¤º»ØÄê¤¹¤ë **/
-		$this->tpl_css = '/css/layout/order/index.css';		// ¥á¥¤¥óCSS¥Ñ¥¹
+		$this->tpl_css = URL_DIR.'css/layout/order/index.css';		// ¥á¥¤¥óCSS¥Ñ¥¹
 		/** É¬¤º»ØÄê¤¹¤ë **/
 		$this->tpl_mainpage = 'order/index.tpl';			// ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È
Index: temp/trunk/html/cart/index.php
===================================================================
--- temp/trunk/html/cart/index.php	(revision 8425)
+++ temp/trunk/html/cart/index.php	(revision 10399)
@@ -16,5 +16,5 @@
 	function LC_Page() {
 		/** É¬¤º»ØÄê¤¹¤ë **/
-		$this->tpl_css = '/css/layout/cartin/index.css';	// ¥á¥¤¥óCSS¥Ñ¥¹
+		$this->tpl_css = URL_DIR.'css/layout/cartin/index.css';	// ¥á¥¤¥óCSS¥Ñ¥¹
 		/** É¬¤º»ØÄê¤¹¤ë **/
 		$this->tpl_mainpage = 'cart/index.tpl';		// ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È
Index: temp/trunk/html/abouts/index.php
===================================================================
--- temp/trunk/html/abouts/index.php	(revision 5934)
+++ temp/trunk/html/abouts/index.php	(revision 10399)
@@ -10,5 +10,5 @@
 	function LC_Page() {
 		/** É¬¤º»ØÄê¤¹¤ë **/
-		$this->tpl_css = '/css/layout/abouts/index.css';		// ¥á¥¤¥óCSS¥Ñ¥¹
+		$this->tpl_css = URL_DIR.'css/layout/abouts/index.css';		// ¥á¥¤¥óCSS¥Ñ¥¹
 		/** É¬¤º»ØÄê¤¹¤ë **/
 		$this->tpl_mainpage = 'abouts/index.tpl';			// ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È
Index: temp/trunk/html/regist/index.php
===================================================================
--- temp/trunk/html/regist/index.php	(revision 5934)
+++ temp/trunk/html/regist/index.php	(revision 10399)
@@ -16,5 +16,5 @@
 
 	function LC_Page() {
-		$this->tpl_css = '/css/layout/regist/index.css';	// ¥á¥¤¥óCSS¥Ñ¥¹
+		$this->tpl_css = URL_DIR.'css/layout/regist/index.css';	// ¥á¥¤¥óCSS¥Ñ¥¹
 	}
 }
Index: temp/trunk/html/regist/complete.php
===================================================================
--- temp/trunk/html/regist/complete.php	(revision 5934)
+++ temp/trunk/html/regist/complete.php	(revision 10399)
@@ -11,5 +11,5 @@
 	function LC_Page(){
 		$this->tpl_mainpage = 'regist/complete.tpl';
-		$this->tpl_css = '/css/layout/regist/complete.css';
+		$this->tpl_css = URL_DIR.'css/layout/regist/complete.css';
 		$this->tpl_title = '²ñ°÷ÅÐÏ¿(´°Î»¥Ú¡¼¥¸)';
 	}
Index: temp/trunk/html/faq/index.php
===================================================================
--- temp/trunk/html/faq/index.php	(revision 5934)
+++ temp/trunk/html/faq/index.php	(revision 10399)
@@ -10,5 +10,5 @@
 	function LC_Page() {
 		/** É¬¤º»ØÄê¤¹¤ë **/
-		$this->tpl_css = '/css/layout/faq/index.css';	// ¥á¥¤¥óCSS¥Ñ¥¹
+		$this->tpl_css = URL_DIR.'css/layout/faq/index.css';	// ¥á¥¤¥óCSS¥Ñ¥¹
 		/** É¬¤º»ØÄê¤¹¤ë **/
 		$this->tpl_mainpage = 'faq/index.tpl';			// ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È
Index: temp/trunk/html/fax/index.php
===================================================================
--- temp/trunk/html/fax/index.php	(revision 5934)
+++ temp/trunk/html/fax/index.php	(revision 10399)
@@ -10,5 +10,5 @@
 	function LC_Page() {
 		/** É¬¤º»ØÄê¤¹¤ë **/
-		$this->tpl_css = '/css/layout/fax/index.css';	// ¥á¥¤¥óCSS¥Ñ¥¹
+		$this->tpl_css = URL_DIR.'css/layout/fax/index.css';	// ¥á¥¤¥óCSS¥Ñ¥¹
 		/** É¬¤º»ØÄê¤¹¤ë **/
 		$this->tpl_mainpage = 'fax/index.tpl';			// ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È
Index: temp/trunk/html/shopping/card.php
===================================================================
--- temp/trunk/html/shopping/card.php	(revision 5934)
+++ temp/trunk/html/shopping/card.php	(revision 10399)
@@ -22,5 +22,5 @@
 	function LC_Page() {
 		/** É¬¤º»ØÄê¤¹¤ë **/
-		$this->tpl_css = '/css/layout/shopping/card.css';	// ¥á¥¤¥óCSS¥Ñ¥¹
+		$this->tpl_css = URL_DIR.'css/layout/shopping/card.css';	// ¥á¥¤¥óCSS¥Ñ¥¹
 		/** É¬¤º»ØÄê¤¹¤ë **/
 		$this->tpl_mainpage = 'shopping/card.tpl';			// ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È
Index: temp/trunk/html/shopping/loan.php
===================================================================
--- temp/trunk/html/shopping/loan.php	(revision 5934)
+++ temp/trunk/html/shopping/loan.php	(revision 10399)
@@ -11,5 +11,5 @@
 	function LC_Page() {
 		$this->tpl_mainpage = 'shopping/loan.tpl';
-		$this->tpl_css = '/css/layout/shopping/pay.css';
+		$this->tpl_css = URL_DIR.'css/layout/shopping/pay.css';
 		// ¥Û¡¼¥à¥¢¥É¥ì¥¹
 		$this->tpl_homeaddr = CF_HOMEADDR;
Index: temp/trunk/html/shopping/convenience.php
===================================================================
--- temp/trunk/html/shopping/convenience.php	(revision 6080)
+++ temp/trunk/html/shopping/convenience.php	(revision 10399)
@@ -11,5 +11,5 @@
 	function LC_Page() {
 		$this->tpl_mainpage = "shopping/convenience.tpl";
-		$this->tpl_css = '/css/layout/shopping/pay.css';
+		$this->tpl_css = URL_DIR.'css/layout/shopping/pay.css';
 		global $arrCONVENIENCE;
 		$this->arrCONVENIENCE = $arrCONVENIENCE;
Index: temp/trunk/html/shopping/confirm.php
===================================================================
--- temp/trunk/html/shopping/confirm.php	(revision 7798)
+++ temp/trunk/html/shopping/confirm.php	(revision 10399)
@@ -14,5 +14,5 @@
 	function LC_Page() {
 		$this->tpl_mainpage = 'shopping/confirm.tpl';
-		$this->tpl_css = '/css/layout/shopping/confirm.css';
+		$this->tpl_css = URL_DIR.'css/layout/shopping/confirm.css';
 		$this->tpl_title = "¤´ÆþÎÏÆâÍÆ¤Î¤´³ÎÇ§";
 		global $arrPref;
Index: temp/trunk/html/shopping/payment.php
===================================================================
--- temp/trunk/html/shopping/payment.php	(revision 8206)
+++ temp/trunk/html/shopping/payment.php	(revision 10399)
@@ -12,5 +12,5 @@
 	var $tpl_mode;
 	function LC_Page() {
-		$this->tpl_css = '/css/layout/shopping/pay.css';
+		$this->tpl_css = URL_DIR.'css/layout/shopping/pay.css';
 		$this->tpl_mainpage = 'shopping/payment.tpl';
 		$this->tpl_onload = 'fnCheckInputPoint();';
Index: temp/trunk/html/shopping/loan_cancel.php
===================================================================
--- temp/trunk/html/shopping/loan_cancel.php	(revision 5934)
+++ temp/trunk/html/shopping/loan_cancel.php	(revision 10399)
@@ -11,5 +11,5 @@
 	function LC_Page() {
 		$this->tpl_mainpage = 'shopping/loan.tpl';
-		$this->tpl_css = '/css/layout/shopping/pay.css';
+		$this->tpl_css = URL_DIR.'css/layout/shopping/pay.css';
 		// ¥Û¡¼¥à¥¢¥É¥ì¥¹
 		$this->tpl_homeaddr = CF_HOMEADDR;
Index: temp/trunk/html/shopping/deliv.php
===================================================================
--- temp/trunk/html/shopping/deliv.php	(revision 5934)
+++ temp/trunk/html/shopping/deliv.php	(revision 10399)
@@ -14,5 +14,5 @@
 	function LC_Page() {
 		$this->tpl_mainpage = 'shopping/deliv.tpl';
-		$this->tpl_css = '/css/layout/shopping/index.css';
+		$this->tpl_css = URL_DIR.'css/layout/shopping/index.css';
 		global $arrPref;
 		$this->arrPref = $arrPref;
Index: temp/trunk/html/shopping/index.php
===================================================================
--- temp/trunk/html/shopping/index.php	(revision 5934)
+++ temp/trunk/html/shopping/index.php	(revision 10399)
@@ -133,5 +133,5 @@
 	$objPage->tpl_mainpage = 'shopping/nonmember_input.tpl';
 	$objPage->tpl_css = array();
-	$objPage->tpl_css[] = '/css/layout/login/nonmember.css';
+	$objPage->tpl_css[] = URL_DIR.'css/layout/login/nonmember.css';
 	return $objPage;
 }
Index: temp/trunk/html/shopping/complete.php
===================================================================
--- temp/trunk/html/shopping/complete.php	(revision 8584)
+++ temp/trunk/html/shopping/complete.php	(revision 10399)
@@ -11,5 +11,5 @@
 	function LC_Page() {
 		$this->tpl_mainpage = 'shopping/complete.tpl';
-		$this->tpl_css = '/css/layout/shopping/complete.css';
+		$this->tpl_css = URL_DIR.'css/layout/shopping/complete.css';
 		$this->tpl_title = "¤´ÃíÊ¸´°Î»";
 		global $arrCONVENIENCE;
Index: temp/trunk/html/contact/complete.php
===================================================================
--- temp/trunk/html/contact/complete.php	(revision 5934)
+++ temp/trunk/html/contact/complete.php	(revision 10399)
@@ -9,5 +9,5 @@
 class LC_Page {
 	function LC_Page() {
-		$this->tpl_css[1] = '/css/layout/contact/index.css';	// ¥á¥¤¥óCSS¥Ñ¥¹
+		$this->tpl_css[1] = URL_DIR.'css/layout/contact/index.css';	// ¥á¥¤¥óCSS¥Ñ¥¹
 		$this->tpl_mainpage = 'contact/complete.tpl';
 		$this->tpl_title .= '¤ªÌä¤¤¹ç¤ï¤»(´°Î»¥Ú¡¼¥¸)';
Index: temp/trunk/html/index.php
===================================================================
--- temp/trunk/html/index.php	(revision 10171)
+++ temp/trunk/html/index.php	(revision 10399)
@@ -11,5 +11,5 @@
 	function LC_Page() {
 		/** É¬¤ºÊÑ¹¹¤¹¤ë **/
-		$this->tpl_css = '/css/layout/index.css';						// ¥á¥¤¥óCSS¥Ñ¥¹
+		$this->tpl_css = URL_DIR.'css/layout/index.css';						// ¥á¥¤¥óCSS¥Ñ¥¹
 		/** É¬¤ºÊÑ¹¹¤¹¤ë **/
 		$this->tpl_mainpage = HTML_PATH . "user_data/templates/top.tpl";		// ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È
Index: temp/trunk/html/entry/index.php
===================================================================
--- temp/trunk/html/entry/index.php	(revision 8330)
+++ temp/trunk/html/entry/index.php	(revision 10399)
@@ -9,5 +9,5 @@
 class LC_Page {
 	function LC_Page() {
-		$this->tpl_css = '/css/layout/entry/index.css';	// ¥á¥¤¥óCSS¥Ñ¥¹
+		$this->tpl_css = URL_DIR.'css/layout/entry/index.css';	// ¥á¥¤¥óCSS¥Ñ¥¹
 		$this->tpl_mainpage = 'entry/index.tpl';		// ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È
 		$this->tpl_title .= '²ñ°÷ÅÐÏ¿(ÆþÎÏ¥Ú¡¼¥¸)';			//¡¡¥Ú¡¼¥¸¥¿¥¤¥È¥ë
Index: temp/trunk/html/entry/complete.php
===================================================================
--- temp/trunk/html/entry/complete.php	(revision 5934)
+++ temp/trunk/html/entry/complete.php	(revision 10399)
@@ -9,5 +9,5 @@
 class LC_Page {
 	function LC_Page() {
-		$this->tpl_css = '/css/layout/entry/complete.css';	// ¥á¥¤¥óCSS¥Ñ¥¹
+		$this->tpl_css = URL_DIR.'css/layout/entry/complete.css';	// ¥á¥¤¥óCSS¥Ñ¥¹
 		$this->tpl_mainpage = 'entry/complete.tpl';			// ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È
 		$this->tpl_title .= '²ñ°÷ÅÐÏ¿(´°Î»¥Ú¡¼¥¸)';			//¡¡¥Ú¡¼¥¸¥¿¥¤¥È¥ë
