Index: /branches/comu-ver2/data/class/pages/mypage/LC_Page_Mypage_Favorite.php
===================================================================
--- /branches/comu-ver2/data/class/pages/mypage/LC_Page_Mypage_Favorite.php	(revision 17509)
+++ /branches/comu-ver2/data/class/pages/mypage/LC_Page_Mypage_Favorite.php	(revision 17519)
@@ -50,5 +50,6 @@
         parent::init();
         $this->tpl_mainpage = TEMPLATE_DIR .'mypage/favorite.tpl';
-        $this->tpl_title = 'MYページ/お気に入り一覧';
+        $this->tpl_title = 'MYページ';
+        $this->tpl_subtitle = 'お気に入り一覧';
         $this->tpl_navi = TEMPLATE_DIR . 'mypage/navi.tpl';
         $this->tpl_column_num = 1;
Index: /branches/comu-ver2/data/class/pages/mypage/LC_Page_Mypage.php
===================================================================
--- /branches/comu-ver2/data/class/pages/mypage/LC_Page_Mypage.php	(revision 16582)
+++ /branches/comu-ver2/data/class/pages/mypage/LC_Page_Mypage.php	(revision 17519)
@@ -50,5 +50,6 @@
         parent::init();
         $this->tpl_mainpage = TEMPLATE_DIR .'mypage/index.tpl';
-        $this->tpl_title = 'MYページ/購入履歴一覧';
+        $this->tpl_title = 'MYページ';
+        $this->tpl_subtitle = '購入履歴一覧';
         $this->tpl_navi = TEMPLATE_DIR . 'mypage/navi.tpl';
         $this->tpl_column_num = 1;
Index: /branches/comu-ver2/data/class/pages/mypage/LC_Page_Mypage_History.php
===================================================================
--- /branches/comu-ver2/data/class/pages/mypage/LC_Page_Mypage_History.php	(revision 17158)
+++ /branches/comu-ver2/data/class/pages/mypage/LC_Page_Mypage_History.php	(revision 17519)
@@ -45,5 +45,6 @@
         parent::init();
         $this->tpl_mainpage = TEMPLATE_DIR . 'mypage/history.tpl';
-        $this->tpl_title = "MYページ/購入履歴詳細";
+        $this->tpl_title = 'MYページ';
+        $this->tpl_subtitle = '購入履歴詳細';
         $this->tpl_navi = TEMPLATE_DIR . 'mypage/navi.tpl';
         $this->tpl_column_num = 1;
Index: /branches/comu-ver2/data/class/pages/mypage/LC_Page_Mypage_Refusal.php
===================================================================
--- /branches/comu-ver2/data/class/pages/mypage/LC_Page_Mypage_Refusal.php	(revision 16630)
+++ /branches/comu-ver2/data/class/pages/mypage/LC_Page_Mypage_Refusal.php	(revision 17519)
@@ -45,5 +45,6 @@
         parent::init();
         $this->tpl_mainpage = TEMPLATE_DIR . 'mypage/refusal.tpl';
-        $this->tpl_title = "MYページ/退会手続き(入力ページ)";
+        $this->tpl_title = 'MYページ';
+        $this->tpl_subtitle = '退会手続き(入力ページ)';
         $this->tpl_navi = TEMPLATE_DIR . 'mypage/navi.tpl';
         $this->tpl_mainno = 'mypage';
@@ -84,5 +85,5 @@
 
             $this->tpl_mainpage = TEMPLATE_DIR . 'mypage/refusal_confirm.tpl';
-            $this->tpl_title = "MYページ/退会手続き(確認ページ)";
+            $this->tpl_subtitle = '退会手続き(確認ページ)';
 
             // 確認ページを経由したことを登録
Index: /branches/comu-ver2/data/class/pages/mypage/LC_Page_Mypage_Delivery.php
===================================================================
--- /branches/comu-ver2/data/class/pages/mypage/LC_Page_Mypage_Delivery.php	(revision 17110)
+++ /branches/comu-ver2/data/class/pages/mypage/LC_Page_Mypage_Delivery.php	(revision 17519)
@@ -45,5 +45,6 @@
         parent::init();
         $this->tpl_mainpage = TEMPLATE_DIR .'mypage/delivery.tpl';
-        $this->tpl_title = "MYページ/お届け先追加･変更";
+        $this->tpl_title = 'MYページ';
+        $this->tpl_subtitle = 'お届け先追加･変更';
         $this->tpl_navi = TEMPLATE_DIR . 'mypage/navi.tpl';
         $this->tpl_mainno = 'mypage';
Index: /branches/comu-ver2/data/class/pages/mypage/LC_Page_Mypage_HistoryDetail.php
===================================================================
--- /branches/comu-ver2/data/class/pages/mypage/LC_Page_Mypage_HistoryDetail.php	(revision 16582)
+++ /branches/comu-ver2/data/class/pages/mypage/LC_Page_Mypage_HistoryDetail.php	(revision 17519)
@@ -61,5 +61,6 @@
     function mobileInit() {
         $this->tpl_mainpage = 'mypage/history_detail.tpl';
-        $this->tpl_title = "MYページ/購入履歴詳細";
+        $this->tpl_title = 'MYページ';
+        $this->tpl_subtitle = '購入履歴詳細';
     }
 
Index: /branches/comu-ver2/data/class/pages/mypage/LC_Page_Mypage_Change.php
===================================================================
--- /branches/comu-ver2/data/class/pages/mypage/LC_Page_Mypage_Change.php	(revision 17276)
+++ /branches/comu-ver2/data/class/pages/mypage/LC_Page_Mypage_Change.php	(revision 17519)
@@ -46,5 +46,6 @@
         parent::init();
         $this->tpl_mainpage = TEMPLATE_DIR . 'mypage/change.tpl';
-        $this->tpl_title = 'MYページ/会員登録内容変更(入力ページ)';
+        $this->tpl_title = 'MYページ';
+        $this->tpl_subtitle = '会員登録内容変更(入力ページ)';
         $this->tpl_navi = TEMPLATE_DIR . 'mypage/navi.tpl';
         $this->tpl_mainno = 'mypage';
@@ -136,5 +137,5 @@
                 //確認ページへ
                 $this->tpl_mainpage = TEMPLATE_DIR . 'mypage/change_confirm.tpl';
-                $this->tpl_title = 'MYページ/会員登録内容変更(確認ページ)';
+                $this->tpl_subtitle = '会員登録内容変更(確認ページ)';
                 $passlen = strlen($this->arrForm['password']);
                 $this->passlen = $this->lfPassLen($passlen);
Index: /branches/comu-ver2/data/class/pages/mypage/LC_Page_Mypage_RefusalComplete.php
===================================================================
--- /branches/comu-ver2/data/class/pages/mypage/LC_Page_Mypage_RefusalComplete.php	(revision 16582)
+++ /branches/comu-ver2/data/class/pages/mypage/LC_Page_Mypage_RefusalComplete.php	(revision 17519)
@@ -45,5 +45,6 @@
         parent::init();
         $this->tpl_mainpage = TEMPLATE_DIR . 'mypage/refusal_complete.tpl';
-        $this->tpl_title = "MYページ/退会手続き(完了ページ)";
+        $this->tpl_title = 'MYページ';
+        $this->tpl_subtitle = '退会手続き(完了ページ)';
         $this->tpl_navi = TEMPLATE_DIR . 'mypage/navi.tpl';
         $this->tpl_mypageno = 'refusal';
Index: /branches/comu-ver2/data/class/pages/mypage/LC_Page_Mypage_ChangeComplete.php
===================================================================
--- /branches/comu-ver2/data/class/pages/mypage/LC_Page_Mypage_ChangeComplete.php	(revision 16582)
+++ /branches/comu-ver2/data/class/pages/mypage/LC_Page_Mypage_ChangeComplete.php	(revision 17519)
@@ -45,5 +45,6 @@
         parent::init();
         $this->tpl_mainpage = TEMPLATE_DIR . 'mypage/change_complete.tpl';
-        $this->tpl_title = 'MYページ/会員登録内容変更(完了ページ)';
+        $this->tpl_title = 'MYページ';
+        $this->tpl_subtitle = '会員登録内容変更(完了ページ)';
         $this->tpl_navi = TEMPLATE_DIR . 'mypage/navi.tpl';
         $this->tpl_mypageno = 'change';
Index: /branches/comu-ver2/data/class/pages/mypage/LC_Page_Mypage_DeliveryAddr.php
===================================================================
--- /branches/comu-ver2/data/class/pages/mypage/LC_Page_Mypage_DeliveryAddr.php	(revision 17302)
+++ /branches/comu-ver2/data/class/pages/mypage/LC_Page_Mypage_DeliveryAddr.php	(revision 17519)
@@ -45,5 +45,5 @@
         parent::init();
         $this->tpl_mainpage = TEMPLATE_DIR . 'mypage/delivery_addr.tpl';
-        $this->tpl_title = "新しいお届け先の追加･変更";
+        $this->tpl_title = "お届け先の追加･変更";
         $masterData = new SC_DB_MasterData_Ex();
         $this->arrPref= $masterData->getMasterData("mtb_pref",
Index: /branches/comu-ver2/data/Smarty/templates/default/bloc/guide.tpl
===================================================================
--- /branches/comu-ver2/data/Smarty/templates/default/bloc/guide.tpl	(revision 17498)
+++ /branches/comu-ver2/data/Smarty/templates/default/bloc/guide.tpl	(revision 17519)
@@ -22,5 +22,5 @@
 <!--▼リンクここから-->
 <div id="guidearea">
-  <ul>
+  <ul class="button_like">
     
     <!--{* IE不具合対策としてli要素の後に空白を入れないようにすること
Index: /branches/comu-ver2/data/Smarty/templates/default/mypage/refusal_complete.tpl
===================================================================
--- /branches/comu-ver2/data/Smarty/templates/default/mypage/refusal_complete.tpl	(revision 17498)
+++ /branches/comu-ver2/data/Smarty/templates/default/mypage/refusal_complete.tpl	(revision 17519)
@@ -27,5 +27,5 @@
   <!--{include file = $tpl_navi}-->
   <div id="mycontentsarea">
-    <h3><img src="<!--{$TPL_DIR}-->img/mypage/subtitle04.gif" width="515" height="32" alt="退会手続き" /></h3>
+    <h3><!--{$tpl_subtitle|escape}--></h3>
     <div id="completetext">
       <p class="changetext">退会手続きが完了いたしました。<br />
Index: /branches/comu-ver2/data/Smarty/templates/default/mypage/change_complete.tpl
===================================================================
--- /branches/comu-ver2/data/Smarty/templates/default/mypage/change_complete.tpl	(revision 17498)
+++ /branches/comu-ver2/data/Smarty/templates/default/mypage/change_complete.tpl	(revision 17519)
@@ -27,5 +27,5 @@
   <!--{include file=$tpl_navi}-->
   <div id="mycontentsarea">
-    <h3><img src="<!--{$TPL_DIR}-->img/mypage/subtitle02.gif" width="515" height="32" alt="会員登録内容変更" /></h3>
+    <h3><!--{$tpl_subtitle|escape}--></h3>
 
     <div id="completetext">
Index: /branches/comu-ver2/data/Smarty/templates/default/mypage/delivery_addr.tpl
===================================================================
--- /branches/comu-ver2/data/Smarty/templates/default/mypage/delivery_addr.tpl	(revision 17498)
+++ /branches/comu-ver2/data/Smarty/templates/default/mypage/delivery_addr.tpl	(revision 17519)
@@ -24,23 +24,23 @@
 <!--{include file="`$smarty.const.TEMPLATE_DIR`popup_header.tpl" subtitle="新しいお届け先の追加・変更"}-->
 
-  <div id="windowarea">
+<div id="windowarea">
     <h2 class="title"><!--{$tpl_title|escape}--></h2>
     <p class="windowtext">下記項目にご入力ください。「<span class="attention">※</span>」印は入力必須項目です。<br />
-      入力後、一番下の「確認ページへ」ボタンをクリックしてください。</p>
+        入力後、一番下の「確認ページへ」ボタンをクリックしてください。</p>
 
     <form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">
-    <input type="hidden" name="mode" value="edit" />
-    <input type="hidden" name="other_deliv_id" value="<!--{$smarty.session.other_deliv_id}-->" />
-    <input type="hidden" name="ParentPage" value="<!--{$ParentPage}-->" />
+        <input type="hidden" name="mode" value="edit" />
+        <input type="hidden" name="other_deliv_id" value="<!--{$smarty.session.other_deliv_id}-->" />
+        <input type="hidden" name="ParentPage" value="<!--{$ParentPage}-->" />
 
-      <table summary="お届け先登録">
-      <!--{include file="`$smarty.const.TEMPLATE_DIR`frontparts/form_personal_input.tpl" flgFields=1 emailMobile=false prefix=""}-->
-      </table>
+        <table summary="お届け先登録">
+        <!--{include file="`$smarty.const.TEMPLATE_DIR`frontparts/form_personal_input.tpl" flgFields=1 emailMobile=false prefix=""}-->
+        </table>
 
-      <div class="btn">
-        <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/common/b_entry_on.gif',this);" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/common/b_entry.gif',this);" src="<!--{$TPL_DIR}-->img/common/b_entry.gif" class="box150" alt="登録する" name="register" id="register" />
-      </div>
+        <div class="btn">
+            <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/common/b_entry_on.gif',this);" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/common/b_entry.gif',this);" src="<!--{$TPL_DIR}-->img/common/b_entry.gif" class="box150" alt="登録する" name="register" id="register" />
+        </div>
     </form>
-  </div>
+</div>
 
 <!--{include file="`$smarty.const.TEMPLATE_DIR`popup_footer.tpl"}-->
Index: /branches/comu-ver2/data/Smarty/templates/default/mypage/navi.tpl
===================================================================
--- /branches/comu-ver2/data/Smarty/templates/default/mypage/navi.tpl	(revision 17451)
+++ /branches/comu-ver2/data/Smarty/templates/default/mypage/navi.tpl	(revision 17519)
@@ -23,43 +23,31 @@
 *}-->
 <div id="mynavarea">
-  <ul>
-  <!--{if $tpl_mypageno == 'index'}-->
-    <li><a href="./index.php"><img src="<!--{$TPL_DIR}-->img/mypage/navi01_on.jpg" width="170" height="30" alt="購入履歴一覧" border="0" name="m_navi01" /></a></li>
-  <!--{else}-->
-    <li><a href="./index.php" onmouseover="chgImg('<!--{$TPL_DIR}-->img/mypage/navi01_on.jpg','m_navi01');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/mypage/navi01.jpg','m_navi01');"><img src="<!--{$TPL_DIR}-->img/mypage/navi01.jpg" width="170" height="30" alt="購入履歴一覧" border="0" name="m_navi01" /></a></li>
-  <!--{/if}-->
-  <!--{if $smarty.const.OPTION_FAVOFITE_PRODUCT == 1}-->
-  <!--{if $tpl_mypageno == 'favorite'}-->
-    <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" 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}-->
-  <!--{if $tpl_mypageno == 'change'}-->
-    <li><a href="./change.php"><img src="<!--{$TPL_DIR}-->img/mypage/navi02_on.jpg" width="170" height="30" alt="会員登録内容変更" border="0" name="m_navi02" /></a></li>
-  <!--{else}-->
-    <li><a href="./change.php" onmouseover="chgImg('<!--{$TPL_DIR}-->img/mypage/navi02_on.jpg','m_navi02');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/mypage/navi02.jpg','m_navi02');"><img src="<!--{$TPL_DIR}-->img/mypage/navi02.jpg" width="170" height="30" alt="会員登録内容変更" border="0" name="m_navi02" /></a></li>
-  <!--{/if}-->
-  <!--{if $tpl_mypageno == 'delivery'}-->
-    <li><a href="./delivery.php"><img src="<!--{$TPL_DIR}-->img/mypage/navi03_on.jpg" width="170" height="30" alt="お届け先追加・変更" border="0" name="m_navi03" /></a></li>
-  <!--{else}-->
-    <li><a href="./delivery.php" onmouseover="chgImg('<!--{$TPL_DIR}-->img/mypage/navi03_on.jpg','m_navi03');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/mypage/navi03.jpg','m_navi03');"><img src="<!--{$TPL_DIR}-->img/mypage/navi03.jpg" width="170" height="30" alt="お届け先追加・変更" border="0" name="m_navi03" /></a></li>
-  <!--{/if}-->
-  <!--{if $tpl_mypageno == 'refusal'}-->
-    <li><a href="./refusal.php"><img src="<!--{$TPL_DIR}-->img/mypage/navi04_on.jpg" width="170" height="30" alt="退会手続き" border="0" name="m_navi04" /></a></li>
-  <!--{else}-->
-    <li><a href="./refusal.php" onmouseover="chgImg('<!--{$TPL_DIR}-->img/mypage/navi04_on.jpg','m_navi04');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/mypage/navi04.jpg','m_navi04');"><img src="<!--{$TPL_DIR}-->img/mypage/navi04.jpg" width="170" height="30" alt="退会手続き" border="0" name="m_navi04" /></a></li>
-  <!--{/if}-->
-  <!-- 現在のポイント ここから -->
-  <!--{if $point_disp !== false}-->
-     <li>ようこそ <br />
-       <!--{$CustomerName1|escape}--> <!--{$CustomerName2|escape}-->様
-       <!--{if $smarty.const.USE_POINT !== false}-->
-         <br />現在の所持ポイントは<em><!--{$CustomerPoint|number_format|escape|default:"0"}-->pt</em>です。
-       <!--{/if}-->
-     </li>
-<!--{/if}-->
-<!-- 現在のポイント ここまで -->
-  </ul>
+    <ul class="button_like"><!--{* IE不具合対策(空白を入れない)
+        *}--><li><a href="index.php" class="<!--{if $tpl_mypageno == 'index'}--> selected<!--{/if}-->">
+            購入履歴一覧</a></li><!--{* IE不具合対策(空白を入れない)
+        *}--><!--{if $smarty.const.OPTION_FAVOFITE_PRODUCT == 1}--><!--{* IE不具合対策(空白を入れない)
+            *}--><li><a href="favorite.php" class="<!--{if $tpl_mypageno == 'favorite'}--> selected<!--{/if}-->">
+                お気に入り一覧</a></li><!--{* IE不具合対策(空白を入れない)
+        *}--><!--{/if}--><!--{* IE不具合対策(空白を入れない)
+        *}--><li><a href="change.php" class="<!--{if $tpl_mypageno == 'change'}--> selected<!--{/if}-->">
+            会員登録内容変更</a></li><!--{* IE不具合対策(空白を入れない)
+        *}--><li><a href="delivery.php" class="<!--{if $tpl_mypageno == 'delivery'}--> selected<!--{/if}-->">
+            お届け先追加・変更</a></li><!--{* IE不具合対策(空白を入れない)
+        *}--><li><a href="refusal.php" class="<!--{if $tpl_mypageno == 'refusal'}--> selected<!--{/if}-->">
+            退会手続き</a></li><!--{* IE不具合対策(空白を入れない)
+    *}--></ul>
+    
+    <!--▼現在のポイント-->
+    <!--{if $point_disp !== false}-->
+        <ul>
+             <li>ようこそ <br />
+                 <!--{$CustomerName1|escape}--> <!--{$CustomerName2|escape}-->様
+                 <!--{if $smarty.const.USE_POINT !== false}-->
+                     <br />現在の所持ポイントは<em><!--{$CustomerPoint|number_format|escape|default:"0"}-->pt</em>です。
+                 <!--{/if}-->
+             </li>
+        </ul>
+    <!--{/if}-->
+    <!--▲現在のポイント-->
 </div>
 <!--▲NAVI-->
Index: /branches/comu-ver2/data/Smarty/templates/default/mypage/refusal_confirm.tpl
===================================================================
--- /branches/comu-ver2/data/Smarty/templates/default/mypage/refusal_confirm.tpl	(revision 17498)
+++ /branches/comu-ver2/data/Smarty/templates/default/mypage/refusal_confirm.tpl	(revision 17519)
@@ -30,5 +30,5 @@
   <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->" />
   <div id="mycontentsarea">
-    <h3><img src="<!--{$TPL_DIR}-->img/mypage/subtitle04.gif" width="515" height="32" alt="退会手続き" /></h3>
+    <h3><!--{$tpl_subtitle|escape}--></h3>
     <div id="completetext">
       <p>退会手続きを実行してもよろしいでしょうか？</p>
Index: /branches/comu-ver2/data/Smarty/templates/default/mypage/favorite.tpl
===================================================================
--- /branches/comu-ver2/data/Smarty/templates/default/mypage/favorite.tpl	(revision 17498)
+++ /branches/comu-ver2/data/Smarty/templates/default/mypage/favorite.tpl	(revision 17519)
@@ -30,9 +30,9 @@
   <!--{/if}-->
 
-  <div id="mypage-contents">
+  <div id="mycontentsarea">
     <form name="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">
     <input type="hidden" name="order_id" value="" />
     <input type="hidden" name="pageno" value="<!--{$tpl_pageno}-->" />
-    <h3>お気に入り一覧</h3>
+    <h3><!--{$tpl_subtitle|escape}--></h3>
 
 <!--{if $tpl_linemax > 0}-->
Index: /branches/comu-ver2/data/Smarty/templates/default/mypage/history.tpl
===================================================================
--- /branches/comu-ver2/data/Smarty/templates/default/mypage/history.tpl	(revision 17498)
+++ /branches/comu-ver2/data/Smarty/templates/default/mypage/history.tpl	(revision 17519)
@@ -27,5 +27,5 @@
   <!--{include file=$tpl_navi}-->
   <div id="mycontentsarea">
-    <h3><img src="<!--{$TPL_DIR}-->img/mypage/subtitle05.gif" width="515" height="32" alt="購入履歴詳細" /></h3>
+    <h3><!--{$tpl_subtitle|escape}--></h3>
     <p class="myconditionarea">
     <strong>購入日時：&nbsp;</strong><!--{$arrDisp.create_date|sfDispDBDate}--><br />
Index: /branches/comu-ver2/data/Smarty/templates/default/mypage/refusal.tpl
===================================================================
--- /branches/comu-ver2/data/Smarty/templates/default/mypage/refusal.tpl	(revision 17498)
+++ /branches/comu-ver2/data/Smarty/templates/default/mypage/refusal.tpl	(revision 17519)
@@ -27,5 +27,5 @@
   <!--{include file=$tpl_navi}-->
   <div id="mycontentsarea">
-    <h3><img src="<!--{$TPL_DIR}-->img/mypage/subtitle04.gif" width="515" height="32" alt="退会手続き" /></h3>
+    <h3><!--{$tpl_subtitle|escape}--></h3>
     <form name="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">
       <input type="hidden" name="mode" value="confirm" />
Index: /branches/comu-ver2/data/Smarty/templates/default/mypage/change_confirm.tpl
===================================================================
--- /branches/comu-ver2/data/Smarty/templates/default/mypage/change_confirm.tpl	(revision 17498)
+++ /branches/comu-ver2/data/Smarty/templates/default/mypage/change_confirm.tpl	(revision 17519)
@@ -27,5 +27,5 @@
     <!--{include file=$tpl_navi}-->
     <div id="mycontentsarea">
-    <h3><img src="<!--{$TPL_DIR}-->img/mypage/subtitle02.gif" width="515" height="32" alt="会員登録内容変更" /></h3>
+    <h3><!--{$tpl_subtitle|escape}--></h3>
     <p>下記の内容で送信してもよろしいでしょうか？<br />
       よろしければ、一番下の「会員登録完了へ」ボタンをクリックしてください。</p>
Index: /branches/comu-ver2/data/Smarty/templates/default/mypage/delivery.tpl
===================================================================
--- /branches/comu-ver2/data/Smarty/templates/default/mypage/delivery.tpl	(revision 17498)
+++ /branches/comu-ver2/data/Smarty/templates/default/mypage/delivery.tpl	(revision 17519)
@@ -40,5 +40,5 @@
 <!--{include file=$tpl_navi}-->
   <div id="mycontentsarea">
-    <h3><img src="<!--{$TPL_DIR}-->img/mypage/subtitle03.gif" width="515" height="32" alt="お届け先追加・変更" /></h3>
+    <h3><!--{$tpl_subtitle|escape}--></h3>
     <p>登録住所以外へのご住所へ送付される場合等にご利用いただくことができます。<br />
      ※最大<!--{$smarty.const.DELIV_ADDR_MAX}-->件まで登録できます。</p>
Index: /branches/comu-ver2/data/Smarty/templates/default/mypage/change.tpl
===================================================================
--- /branches/comu-ver2/data/Smarty/templates/default/mypage/change.tpl	(revision 17498)
+++ /branches/comu-ver2/data/Smarty/templates/default/mypage/change.tpl	(revision 17519)
@@ -27,5 +27,5 @@
 <!--{include file=$tpl_navi}-->
 <div id="mycontentsarea">
-  <h3><img src="<!--{$TPL_DIR}-->img/mypage/subtitle02.gif" width="515" height="32" alt="会員登録内容変更" /></h3>
+  <h3><!--{$tpl_subtitle|escape}--></h3>
   <p>下記項目にご入力ください。「<span class="attention">※</span>」印は入力必須項目です。<br />
     入力後、一番下の「確認ページへ」ボタンをクリックしてください。</p>
Index: /branches/comu-ver2/data/Smarty/templates/default/mypage/index.tpl
===================================================================
--- /branches/comu-ver2/data/Smarty/templates/default/mypage/index.tpl	(revision 17498)
+++ /branches/comu-ver2/data/Smarty/templates/default/mypage/index.tpl	(revision 17519)
@@ -34,5 +34,5 @@
     <input type="hidden" name="order_id" value="" />
     <input type="hidden" name="pageno" value="<!--{$tpl_pageno}-->" />
-    <h3><img src="<!--{$TPL_DIR}-->img/mypage/subtitle01.gif" width="515" height="32" alt="購入履歴一覧" /></h3>
+    <h3><!--{$tpl_subtitle|escape}--></h3>
 
 <!--{if $tpl_linemax > 0}-->
Index: anches/comu-ver2/data/Smarty/templates/default/mypage/reading.tpl
===================================================================
--- /branches/comu-ver2/data/Smarty/templates/default/mypage/reading.tpl	(revision 16582)
+++ 	(revision )
@@ -1,127 +1,0 @@
-<!--{*
-/*
- * 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.
- */
-*}-->
-<!--▼CONTENTS-->
-<table width="" cellspacing="0" cellpadding="0" summary=" ">
-    <tr>
-        <td bgcolor="#ffffff" align="left">
-        <!--▼MAIN CONTENTS-->
-        <!--パンクズ-->
-        <div id="pan"><span class="fs12n"><a href="<!--{$smarty.const.URL_DIR}-->index.php">トップページ</a>＞<span class="redst">お気に入り商品</span></span></div>
-        <!--パンクズ-->
-        <table cellspacing="0" cellpadding="0" summary=" " id="container">
-            <tr><td height="10"></td></tr>
-            <tr valign="top">
-
-                <!--▼RIGHT CONTENTS-->
-                <td id="right">
-                <!--タイトル-->
-                <div id="maintitle"><img src="<!--{$TPL_DIR}-->img/mypage/title.jpg" width="570" height="40" alt="マイページ" /></div>
-                <!--タイトル-->
-                <!--▼MYページナビ-->
-                <!--{include file=$tpl_navi}-->
-                <!--▲MYページナビ-->
-                <!--サブタイトル-->
-                <div id="subtitle"><img src="<!--{$TPL_DIR}-->img/mypage/subtitle07.gif" width="110" height="16" alt="閲覧履歴" /></div>
-                <!--サブタイトル-->
-
-                <!--{if $arrForm}-->
-                <div id="comment"><span class="fs12">ワンクリックで閲覧商品のページに行く事ができます。<br />
-                <span class="asterisk">※</span>最大<!--{$smarty.const.CUSTOMER_READING_MAX}-->件まで表示します。</span></div>
-                <form name="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->" >
-                <input type="hidden" name="product_id" value="">
-                <input type="hidden" name="mode" value="">
-                <input type="hidden" name="pageno" value="<!--{$tpl_pageno}-->">
-
-                <table width="550" border="0" cellspacing="0" cellpadding="0" summary=" ">
-                <tr class="fs12">
-                    <tr><td height="5"></td></tr>
-                <tr class="fs12">
-                    <td align="center">
-                    <!--▼ページナビ-->
-                    <!--{$tpl_strnavi}-->
-                    <!--▲ページナビ-->
-                    </td>
-                </tr>
-                <tr><td height="10"></td></tr>
-                </table>
-
-                <table cellspacing="1" cellpadding="10" summary=" " id="frame">
-
-                    <tr class="fs12n">
-                        <td class="left01b">削除</td>
-                        <td class="left02b">閲覧日時</td>
-                        <td class="left03b">商品名</td>
-                        <td class="left04b">単価</td>
-                    </tr>
-                    <!--{section name=cnt loop=$arrForm}-->
-                    <tr class="fs12n">
-                        <td class="left01w"><a href="#" onclick="fnModeSubmit('delete','product_id','<!--{$arrForm[cnt].reading_product_id}-->');" >削除</a></td>
-                        <td class="left02w"><!--{$arrForm[cnt].update_date|sfDispDBDate}--></td>
-                        <td class="left03w"><a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrForm[cnt].reading_product_id}-->"><!--{$arrForm[cnt].name|escape}--></a></td>
-                        <!--{assign var=price02_min value=$arrForm[cnt].price02_min}-->
-                        <!--{assign var=price02_max value=$arrForm[cnt].price02_max}-->
-                        <td class="left04w">
-                        <!--{if $price02_min == $price02_max}-->
-                        <!--{$price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->
-                        <!--{else}-->
-                        <!--{$price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->　<br/>〜<br/><!--{$price02_max|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->
-                        <!--{/if}-->
-                        円</td>
-                    </tr>
-                    <!--{/section}-->
-
-                </table>
-
-                <table width="550" border="0" cellspacing="0" cellpadding="0" summary=" ">
-                <tr><td height="5"></td></tr>
-                <tr class="fs12">
-                    <td align="center">
-                    <!--▼ページナビ-->
-                    <!--{$tpl_strnavi}-->
-                    <!--▲ページナビ-->
-                    </td>
-                </tr>
-                <tr><td height="10"></td></tr>
-                </table>
-                </form>
-                <!--{else}-->
-                <table width="550" border="0" cellspacing="0" cellpadding="0" summary=" ">
-                <tr><td height="5"></td></tr>
-                <tr class="fs12">
-                    <td align="center">閲覧履歴はありません。</td>
-                </tr>
-                <tr><td height="10"></td></tr>
-                </table>
-                <!--{/if}-->
-
-                </td>
-                <!--▲RIGHT CONTENTS-->
-            </tr>
-        </table>
-        <!--▲MAIN CONTENTS-->
-        </td>
-
-    </tr>
-</table>
-<!--▲CONTENTS-->
Index: /branches/comu-ver2/html/user_data/packages/default/css/main.css
===================================================================
--- /branches/comu-ver2/html/user_data/packages/default/css/main.css	(revision 17518)
+++ /branches/comu-ver2/html/user_data/packages/default/css/main.css	(revision 17519)
@@ -220,71 +220,11 @@
 }
 
-/* カゴの中
------------------------------------------------ */
-div#cartarea {
-    width: 144px;
-    padding: 10px;
-    border: solid 1px #ccc;
-}
-
-div#cartarea p {
-    padding: 5px 0 10px 0;
-}
-
-div#cartarea p.item {
-    padding: 0 0 10px 0;
-    background: url("../img/side/line_146.gif") no-repeat bottom;
-}
-
-div#cartarea .btn {
-    padding: 0;
-    text-align: center;
-}
-
-
-/* カテゴリー
------------------------------------------------ */
-div#categoryarea {
-    width: 144px;
-    padding: 10px;
-    border: solid 1px #ccc;
-    background-color: #fff1e3;
-}
-
-div#categoryarea li {
-    padding: 0 0 0 20px;
-    background: url("../img/common/arrow_blue.gif") 0 3px no-repeat;
-}
-div#categoryarea li.onmark {
-    background: url("../img/common/arrow_red.gif") 0 3px no-repeat;
-}
-div#categoryarea li.level1 {
-    font-weight: bold;
-}
-div#categoryarea li.level1 li {
-    font-weight: normal;
-}
-div#categoryarea li a {
-    display: block;
-    padding: 3px 0;
-}
-
-a.onlink {  text-decoration: underline; }
-a.onlink:link { color: #ff0000; }
-a.onlink:visited { color: #ff0000; }
-a.onlink:hover { color: #ff0000; }
-
-
-/* ガイドリンク
------------------------------------------------ */
-#guidearea {
-    margin-top: 1em;
-}
-#guidearea li {
-    font-size: 11px;
+/* リストをボタンのような外観に
+----------------------------------------------- */
+ul.button_like li {
     margin: 0;
     padding: 0;
 }
-#guidearea li a {
+ul.button_like li a {
     display: block;
     padding: 7px 0 7px 15px;
@@ -292,18 +232,82 @@
     border: 1px solid;
     border-color: #ccc #999 #999 #ccc;
-    background: url("../img/bloc/guide/bg.gif") 5px 7px no-repeat;
+    background: url("../img/common/button_like_bg.gif") 5px 7px no-repeat;
     outline: none;
     margin: 0;
 }
-#guidearea li a:link,
-#guidearea li a:visited {
+ul.button_like li a:link,
+ul.button_like li a:visited {
     color: #000;
 }
-#guidearea li a:hover ,
-#guidearea li a.selected {
-    color: #ff6600;
-}
-#guidearea li a:active {
+ul.button_like li a:hover,
+ul.button_like li a.selected:link,
+ul.button_like li a.selected:visited {
+    color: #f60;
+}
+ul.button_like li a:active {
     border-color: #999 #ccc #ccc #999;
+}
+
+/* カゴの中
+----------------------------------------------- */
+div#cartarea {
+    width: 144px;
+    padding: 10px;
+    border: solid 1px #ccc;
+}
+
+div#cartarea p {
+    padding: 5px 0 10px 0;
+}
+
+div#cartarea p.item {
+    padding: 0 0 10px 0;
+    background: url("../img/side/line_146.gif") no-repeat bottom;
+}
+
+div#cartarea .btn {
+    padding: 0;
+    text-align: center;
+}
+
+
+/* カテゴリー
+----------------------------------------------- */
+div#categoryarea {
+    width: 144px;
+    padding: 10px;
+    border: solid 1px #ccc;
+    background-color: #fff1e3;
+}
+
+div#categoryarea li {
+    padding: 0 0 0 20px;
+    background: url("../img/common/arrow_blue.gif") 0 3px no-repeat;
+}
+div#categoryarea li.onmark {
+    background: url("../img/common/arrow_red.gif") 0 3px no-repeat;
+}
+div#categoryarea li.level1 {
+    font-weight: bold;
+}
+div#categoryarea li.level1 li {
+    font-weight: normal;
+}
+div#categoryarea li a {
+    display: block;
+    padding: 3px 0;
+}
+
+a.onlink {  text-decoration: underline; }
+a.onlink:link { color: #ff0000; }
+a.onlink:visited { color: #ff0000; }
+a.onlink:hover { color: #ff0000; }
+
+
+/* ガイドリンク
+----------------------------------------------- */
+#guidearea ul.button_like {
+    margin-top: 1em;
+    font-size: 11px;
 }
 
Index: /branches/comu-ver2/html/user_data/packages/default/css/mypage.css
===================================================================
--- /branches/comu-ver2/html/user_data/packages/default/css/mypage.css	(revision 17498)
+++ /branches/comu-ver2/html/user_data/packages/default/css/mypage.css	(revision 17519)
@@ -9,4 +9,16 @@
 }
 
+div#mypagecolumn h3 {
+    margin: 0 0 10px 0;
+    border-style: solid;
+    border-width: 0 0 2px 0;
+    border-color: #bbbba4;
+    padding: 5px 0 5px 12px;
+    font-size: 140%;
+    color: #333;
+    background-color: #f1f1ec;
+    letter-spacing: 0.15em;
+}
+
 div#mypagecolumn table {
     width: 510px;
@@ -15,4 +27,5 @@
 div#mycontentsarea {
     width: 510px;
+    float: right;
 }
 
@@ -37,7 +50,4 @@
 }
 
-
-/* 購入履歴一覧/詳細
------------------------------------------------ */
 div#mynavarea {
     float: left;
@@ -45,17 +55,11 @@
 }
 
-div#mynavarea li {
-    display: block;
-    height: 30px;
+div#mynavarea ul.button_like {
+    width: 170px;
 }
 
-div#mycontentsarea {
-    float: right;
-}
 
-div#mycontentsarea h3 {
-    margin: 0 0 10px 0;
-}
-
+/* 購入履歴一覧/詳細
+----------------------------------------------- */
 div#mycontentsarea table th {
     text-align: center;
@@ -80,5 +84,5 @@
 
 
-/* 会員登録内容変更/>退会
+/* 会員登録内容変更/退会
 ----------------------------------------------- */
 div#mycontentsarea .box120 {
