Index: branches/feature-module-update/html/__default.php
===================================================================
--- branches/rel/html/__default.php	(revision 12157)
+++ branches/feature-module-update/html/__default.php	(revision 15078)
@@ -4,6 +4,6 @@
 class LC_Page {
 	function LC_Page() {
-		/** É¬¤ºÊÑ¹¹¤¹¤ë **/
-		$this->tpl_css = URL_DIR.'css/layout/contact/index.css';	// ¥á¥¤¥óCSS¥Ñ¥¹		
+		/** 必ず変更する **/
+		$this->tpl_css = URL_DIR.'css/layout/contact/index.css';	// メインCSSパス		
 	}
 }
@@ -12,8 +12,8 @@
 $objView = new SC_SiteView();
 
-// ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ
+// レイアウトデザインを取得
 $objPage = sfGetPageLayout($objPage);
 
-// ²èÌÌ¤ÎÉ½¼¨
+// 画面の表示
  $objView->assignobj($objPage);
  $objView->display(SITE_FRAME);
