Index: /branches/comu-ver2/data/Smarty/templates/default/mypage/favorite.tpl
===================================================================
--- /branches/comu-ver2/data/Smarty/templates/default/mypage/favorite.tpl	(revision 17450)
+++ /branches/comu-ver2/data/Smarty/templates/default/mypage/favorite.tpl	(revision 17451)
@@ -1,4 +1,27 @@
-<div id="mypage" class="page-contents">
-  <h2 class="title">マイページ</h2>
+<!--{*
+/*
+ * This file is part of EC-CUBE
+ *
+ * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
+ *
+ * http://www.lockon.co.jp/
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ */
+*}-->
+<div id="mypagecolumn">
+  <h2 class="title"><img src="<!--{$TPL_DIR}-->img/mypage/title.jpg" width="700" height="40" alt="MYページ" /></h2>
   <!--{if $tpl_navi != ""}-->
     <!--{include file=$tpl_navi}-->
Index: /branches/comu-ver2/data/Smarty/templates/default/mypage/navi.tpl
===================================================================
--- /branches/comu-ver2/data/Smarty/templates/default/mypage/navi.tpl	(revision 17435)
+++ /branches/comu-ver2/data/Smarty/templates/default/mypage/navi.tpl	(revision 17451)
@@ -31,7 +31,7 @@
   <!--{if $smarty.const.OPTION_FAVOFITE_PRODUCT == 1}-->
   <!--{if $tpl_mypageno == 'favorite'}-->
-    <li><a href="./favorite.php">お気に入り商品</a></li>
+    <li><a href="./favorite.php"><img src="<!--{$TPL_DIR}-->img/mypage/navi_favorite_on.gif" width="170" height="30" alt="お気に入り一覧" border="0" name="m_navi_favorite" /></a></li>
   <!--{else}-->
-    <li><a href="./favorite.php">お気に入り商品</a></li>
+    <li><a href="./favorite.php" onmouseover="chgImg('<!--{$TPL_DIR}-->img/mypage/navi_favorite_on.gif','m_navi_favorite');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/mypage/navi_favorite.gif','m_navi_favorite');"><img src="<!--{$TPL_DIR}-->img/mypage/navi_favorite.gif" width="170" height="30" alt="お気に入り一覧" border="0" name="m_navi_favorite" /></a></li>
   <!--{/if}-->
   <!--{/if}-->
