Index: branches/feature-module-update/html/faq/index.php
===================================================================
--- branches/rel/html/faq/index.php	(revision 12157)
+++ branches/feature-module-update/html/faq/index.php	(revision 15078)
@@ -9,10 +9,10 @@
 class LC_Page {
 	function LC_Page() {
-		/** É¬¤º»ØÄê¤¹¤ë **/
-		$this->tpl_css = URL_DIR.'css/layout/faq/index.css';	// ¥á¥¤¥óCSS¥Ñ¥¹
-		/** É¬¤º»ØÄê¤¹¤ë **/
-		$this->tpl_mainpage = 'faq/index.tpl';			// ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È
+		/** 必ず指定する **/
+		$this->tpl_css = URL_DIR.'css/layout/faq/index.css';	// メインCSSパス
+		/** 必ず指定する **/
+		$this->tpl_mainpage = 'faq/index.tpl';			// メインテンプレート
 		$this->tpl_page_category = 'faq';				
-		$this->tpl_title = '¤è¤¯¤¢¤ë¼ÁÌä';
+		$this->tpl_title = 'よくある質問';
 	}
 }
