Index: branches/version-2_5-dev/data/Smarty/templates/mobile/site_frame.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/site_frame.tpl	(revision 19785)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/site_frame.tpl	(revision 19961)
@@ -29,4 +29,19 @@
 <meta name="description" content="<!--{$arrPageLayout.description|h}-->">
 <meta name="keywords" content="<!--{$arrPageLayout.keyword|h}-->">
+<!--{* ▼Head COLUMN*}-->
+<!--{if $arrPageLayout.HeadNavi|@count > 0}-->
+<!--{* ▼上ナビ *}-->
+<!--{foreach key=HeadNaviKey item=HeadNaviItem from=$arrPageLayout.HeadNavi}-->
+<!--{* ▼<!--{$HeadNaviItem.bloc_name}--> ここから*}-->
+<!--{if $HeadNaviItem.php_path != ""}-->
+<!--{include_php file=$HeadNaviItem.php_path}-->
+<!--{else}-->
+<!--{include file=$HeadNaviItem.tpl_path}-->
+<!--{/if}-->
+<!--{* ▲<!--{$HeadNaviItem.bloc_name}--> ここまで*}-->
+<!--{/foreach}-->
+<!--{* ▲上ナビ *}-->
+<!--{/if}-->
+<!--{* ▲Head COLUMN*}-->
 </head>
 <!-- ▼ ＢＯＤＹ部 スタート -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/history_detail.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/history_detail.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/history_detail.tpl	(revision 19961)
@@ -22,7 +22,4 @@
  */
 *}-->
-<div align="center">購入履歴詳細</div>
-<hr>
-
 ■<!--{$arrDisp.create_date|sfDispDBDate}--><br>
 注文番号:<!--{$arrDisp.order_id}--><br>
@@ -72,6 +69,2 @@
 
 <br>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/change.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/change.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/change.tpl	(revision 19961)
@@ -22,6 +22,4 @@
  */
 *}-->
-<div align="center">登録内容変更</div>
-<hr>
 <form name="form1" method="post" action="?">
     <input type="hidden" name="mode" value="confirm" />
@@ -130,12 +128,2 @@
 
 <br>
-<hr>
-
-<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
-
-<br>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/index.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/index.tpl	(revision 19959)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/index.tpl	(revision 19961)
@@ -22,7 +22,4 @@
  */
 *}-->
-<div align="center">MYページTOP</div>
-<hr>
-
 <!--{$CustomerName1|h}--> <!--{$CustomerName2|h}-->様<br>
 いつもご利用いただきありがとうございます。<br>
@@ -63,6 +60,2 @@
 <br>
 <!--{/if}-->
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/login.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/login.tpl	(revision 19959)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/login.tpl	(revision 19961)
@@ -22,7 +22,4 @@
  */
 *}-->
-<div align="center">ログイン</div>
-<hr>
-
 <form name="member_form" id="member_form" method="post" action="./login_check.php">
 	<input type="hidden" name="mode" value="login" >
@@ -48,6 +45,2 @@
 <center><a href="../entry/kiyaku.php">会員登録</a></center>
 <br>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/refusal_complete.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/refusal_complete.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/refusal_complete.tpl	(revision 19961)
@@ -22,18 +22,4 @@
  */
 *}-->
-<div align="center">退会完了</div>
-<hr>
-
 退会手続きが完了致しました。またのご利用をおまちしております。<br>
 <br>
-
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
-
-<hr>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
-
-
-
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/change_complete.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/change_complete.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/change_complete.tpl	(revision 19961)
@@ -22,20 +22,6 @@
  */
 *}-->
-<div align="center">変更完了</div>
-<hr>
-
 会員登録内容の変更が完了いたしました。<br>
 今後ともご愛顧賜りますようよろしくお願い申し上げます。<br>
 
 <br>
-
-<hr>
-
-<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
-
-<br>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/delivery_addr.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/delivery_addr.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/delivery_addr.tpl	(revision 19961)
@@ -22,6 +22,4 @@
  */
 *}-->
-<div align="center">新しいお届け先の追加</div>
-<hr>
 <form name="form1" method="post" action="?">
 	<input type="hidden" name="mode" value="edit">
@@ -93,13 +91,2 @@
 
 <br>
-
-<hr>
-
-<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
-
-<br>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/history.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/history.tpl	(revision 19959)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/history.tpl	(revision 19961)
@@ -22,7 +22,4 @@
  */
 *}-->
-<div align="center">購入履歴</div>
-<hr>
-
 購入日時：<!--{$arrDisp.create_date|sfDispDBDate}--><br />
 注文番号：<!--{$arrDisp.order_id}--><br />
@@ -36,6 +33,6 @@
 
 <form action="order.php" method="post">
-<input type="hidden" name="order_id" value="<!--{$arrDisp.order_id}-->">
-<input type="submit" name="submit" value="再注文">
+    <input type="hidden" name="order_id" value="<!--{$arrDisp.order_id}-->">
+    <input type="submit" name="submit" value="再注文">
 </form>
 
@@ -128,6 +125,2 @@
 <!--{/section}-->
 <br>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/refusal.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/refusal.tpl	(revision 19959)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/refusal.tpl	(revision 19961)
@@ -22,6 +22,4 @@
  */
 *}-->
-<div align="center">退会確認</div>
-<hr>
 <!--{$CustomerName1|h}--> <!--{$CustomerName2|h}-->様、会員から退会をされますと、登録されているお届け先の情報など全て削除されますがよろしいでしょうか。<br>
 <br>
@@ -33,13 +31,2 @@
 </div>
 <br>
-
-<hr>
-
-<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
-
-<br>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/change_confirm.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/change_confirm.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/change_confirm.tpl	(revision 19961)
@@ -22,6 +22,4 @@
  */
 *}-->
-<div align="center">変更確認</div>
-<hr>
 <form name="form1" id="form1" method="post" action="?">
 	<input type="hidden" name="mode" value="complete">
@@ -66,12 +64,2 @@
 
 <br>
-<hr>
-
-<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
-
-<br>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/header.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/header.tpl	(revision 19961)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/header.tpl	(revision 19961)
@@ -0,0 +1,49 @@
+<!--{*
+ * This file is part of EC-CUBE
+ *
+ * Copyright(c) 2000-2010 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.
+ *}-->
+
+<!--▼HEADER-->
+<!--{* ▼HeaderInternal COLUMN*}-->
+<!--{if $arrPageLayout.HeaderInternalNavi|@count > 0}-->
+    <!--{* ▼上ナビ *}-->
+    <!--{foreach key=HeaderInternalNaviKey item=HeaderInternalNaviItem from=$arrPageLayout.HeaderInternalNavi}-->
+        <!-- ▼<!--{$HeaderInternalNaviItem.bloc_name}--> -->
+        <!--{if $HeaderInternalNaviItem.php_path != ""}-->
+            <!--{include_php file=$HeaderInternalNaviItem.php_path}-->
+        <!--{else}-->
+            <!--{include file=$HeaderInternalNaviItem.tpl_path}-->
+        <!--{/if}-->
+        <!-- ▲<!--{$HeaderInternalNaviItem.bloc_name}--> -->
+    <!--{/foreach}-->
+    <!--{* ▲上ナビ *}-->
+<!--{/if}-->
+<!--{* ▲HeaderInternal COLUMN*}-->
+
+<!--{* ▼タイトル *}-->
+<!--{if $tpl_title != "" || $tpl_subtitle != ""}-->
+<table width="100%" border="0" cellspacing="0" cellpadding="0">
+<tr>
+<td bgcolor="#FFA85C" align="center"><font color="#ffffff"><!--{if $tpl_subtitle != ""}--><!--{$tpl_subtitle|h}--><!--{else}--><!--{$tpl_title|h}--><!--{/if}--></font></td>
+</tr>
+</table>
+<!--{/if}-->
+<!--{* ▲タイトル *}-->
+<!--▲HEADER-->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/shopping/index.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/shopping/index.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/shopping/index.tpl	(revision 19961)
@@ -22,8 +22,4 @@
  */
 *}-->
-<!--▼CONTENTS-->
-<!--▼MAIN ONTENTS-->
-<div align="center"><font color="#000080">ご注文手続き</font></div><br>
-<hr>
 <!--{if !$tpl_valid_phone_id}-->
 <!--▼会員登録がお済みでないお客様-->
@@ -57,16 +53,4 @@
 </form>
 <!--▲会員登録がお済のお客様-->
-<!--▲MAIN ONTENTS-->
-<!--▲CONTENTS-->
 
 <br>
-<hr>
-
-<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
-
-<br>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/shopping/complete.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/shopping/complete.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/shopping/complete.tpl	(revision 19961)
@@ -22,8 +22,4 @@
  */
 *}-->
-<center>ご注文完了</center>
-
-<hr>
-
 ご注文、有り難うございました。<br>
 商品到着をお楽しみにお待ち下さいませ。<br>
@@ -42,11 +38,2 @@
 <!-- ▲その他の決済情報 -->
 <!--{/if}-->
-
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページに戻る</a><br>
-
-<br>
-<hr>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/shopping/multiple.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/shopping/multiple.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/shopping/multiple.tpl	(revision 19961)
@@ -20,8 +20,4 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *}-->
-<center><!--{$tpl_title|h}--></center>
-
-<hr>
-
 各商品のお届け先を選択してください。<br>
 <br>
@@ -66,12 +62,4 @@
 <center><input type="submit" name="return" value="戻る"></center>
 </form>
-<hr>
-
-<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
 
 <br>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/shopping/confirm.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/shopping/confirm.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/shopping/confirm.tpl	(revision 19961)
@@ -22,8 +22,4 @@
  */
 *}-->
-<center>ご注文内容確認</center>
-
-<hr>
-
 <form method="post" action="?">
 <input type="hidden" name="mode" value="confirm">
@@ -109,9 +105,6 @@
 【その他お問い合わせ】<br>
 <!--{$arrData.message|h|nl2br}--><br>
+<br>
 <!--{/if}-->
-
-<br>
-
-<br>
 
 <center><input type="submit" value="注文"></center>
@@ -124,12 +117,2 @@
 
 <br>
-<hr>
-
-<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
-
-<br>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/shopping/payment.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/shopping/payment.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/shopping/payment.tpl	(revision 19961)
@@ -22,8 +22,4 @@
  */
 *}-->
-<center>お支払方法・お届け時間等の指定</center>
-
-<hr>
-
 <form method="post" action="?">
 <input type="hidden" name="mode" value="confirm">
@@ -111,12 +107,3 @@
 </form>
 
-<hr>
-
-<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
-
 <br>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/shopping/deliv.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/shopping/deliv.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/shopping/deliv.tpl	(revision 19961)
@@ -22,8 +22,4 @@
  */
 *}-->
-<center>お届け先指定</center>
-
-<hr>
-
 <!--{if $arrErr.deli != ""}-->
 <font color="#ff0000"><!--{$arrErr.deli}--></font>
@@ -71,12 +67,3 @@
 </form>
 
-<hr>
-
-<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
-
 <br>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/shopping/set1.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/shopping/set1.tpl	(revision 19943)
+++ 	(revision )
@@ -1,76 +1,0 @@
-<!--{*
-/*
- * This file is part of EC-CUBE
- *
- * Copyright(c) 2000-2010 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 align="center">お届け先登録</div>
-<hr>
-<form name="form1" method="post" action="?">
-	<input type="hidden" name="mode" value="set2">
-
-	<font color="#FF0000">*は必須項目です。</font><br>
-	<br>
-
-	【都道府県】<font color="#FF0000">*</font><br>
-	<font color="#FF0000"><!--{$arrErr.pref}--></font>
-	<select name="pref">
-		<option value="">都道府県を選択</option>
-		<!--{html_options options=$arrPref selected=$arrForm.pref}-->
-	</select><br>
-
-	【住所1】<font color="#FF0000">*</font><br>
-	<font color="#FF0000"><!--{$arrErr.addr01}--></font>
-	<input type="text" name="addr01" value="<!--{$arrForm.addr01|h}-->" istyle="1"><br>
-
-	【住所2】<font color="#FF0000">*</font><br>
-	<font color="#FF0000"><!--{$arrErr.addr02}--></font>
-	<input type="text" name="addr02" value="<!--{$arrForm.addr02|h}-->" istyle="1"><br>
-
-	【電話番号】<font color="#FF0000">*</font><br>
-	<font color="#FF0000"><!--{$arrErr.tel01}--><!--{$arrErr.tel02}--><!--{$arrErr.tel03}--></font>
-	<!--{assign var="size" value="`$smarty.const.TEL_ITEM_LEN+2`"}-->
-	<input type="text" size="<!--{$size}-->" name="tel01" value="<!--{$arrForm.tel01|h}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" istyle="4">
-	&nbsp;-&nbsp;
-	<input type="text" size="<!--{$size}-->" name="tel02" value="<!--{$arrForm.tel02|h}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" istyle="4">
-	&nbsp;-&nbsp;
-	<input type="text" size="<!--{$size}-->" name="tel03" value="<!--{$arrForm.tel03|h}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" istyle="4"><br>
-
-	<br>
-
-	<div align="center"><input type="submit" name="submit" value="次へ"></div>
-	<div align="center"><input type="submit" name="return" value="戻る"></div>
-
-	<!--{foreach from=$list_data key=key item=item}-->
-		<input type="hidden" name="<!--{$key|h}-->" value="<!--{$item|h}-->">
-	<!--{/foreach}-->
-</form>
-
-<br>
-<hr>
-
-<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
-
-<br>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/shopping/deliv_addr.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/shopping/deliv_addr.tpl	(revision 19943)
+++ 	(revision )
@@ -1,80 +1,0 @@
-<!--{*
-/*
- * This file is part of EC-CUBE
- *
- * Copyright(c) 2000-2010 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 align="center">お届け先登録</div>
-<hr>
-<form name="form1" method="post" action="?">
-	<input type="hidden" name="mode" value="set1">
-
-	<font color="#FF0000">*は必須項目です。</font><br>
-	<br>
-
-	【お名前】<font color="#FF0000">※</font><br>
-	<font color="#FF0000"><!--{$arrErr.name01}--><!--{$arrErr.name02}--></font>
-	姓（例：渋谷）<br>
-	<input type="text" name="name01" value="<!--{$arrForm.name01|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" istyle="1"><br>
-
-	名（例：花子）<br>
-	<input type="text" name="name02" value="<!--{$arrForm.name02|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" istyle="1"><br>
-	<font color="#FF0000"><!--{$arrErr.kana01}--><!--{$arrErr.kana02}--></font>
-
-	カナ/姓（例：シブヤ）<br>
-	<input type="text" name="kana01" value="<!--{$arrForm.kana01|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" istyle="2"><br>
-
-	カナ/名（例：ハナコ）<br>
-	<input type="text" name="kana02" value="<!--{$arrForm.kana02|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" istyle="2"><br>
-
-	<br>
-
-	<!--{assign var=key1 value="zip01"}-->
-	<!--{assign var=key2 value="zip02"}-->
-	【郵便番号】<font color="#FF0000">*</font><br>
-	<font color="#FF0000"><!--{$arrErr[$key1]}--><!--{$arrErr[$key2]}--></font>
-	<!--{assign var="size1" value="`$smarty.const.ZIP01_LEN+2`"}-->
-	<!--{assign var="size2" value="`$smarty.const.ZIP02_LEN+2`"}-->
-	<input size="<!--{$size1}-->" type="text" name="zip01" value="<!--{if $arrForm.zip01 != ""}--><!--{$arrForm.zip01|h}--><!--{else}--><!--{$zip01|h}--><!--{/if}-->" maxlength="<!--{$smarty.const.ZIP01_LEN}-->" istyle="4">
-	&nbsp;-&nbsp;
-	<input size="<!--{$size2}-->" type="text" name="zip02" value="<!--{if $arrForm.zip02 != ""}--><!--{$arrForm.zip02|h}--><!--{else}--><!--{$zip02|h}--><!--{/if}-->" maxlength="<!--{$smarty.const.ZIP02_LEN}-->" istyle="4"><br>
-
-	<br>
-
-	<div align="center"><input type="submit" name="submit" value="次へ"></div>
-	<div align="center"><input type="submit" name="return" value="戻る"></div>
-
-	<!--{foreach from=$list_data key=key item=item}-->
-		<input type="hidden" name="<!--{$key|h}-->" value="<!--{$item|h}-->">
-	<!--{/foreach}-->
-</form>
-
-<br>
-
-<hr>
-
-<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
-
-<br>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/shopping/set2.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/shopping/set2.tpl	(revision 19943)
+++ 	(revision )
@@ -1,54 +1,0 @@
-<!--{*
-/*
- * This file is part of EC-CUBE
- *
- * Copyright(c) 2000-2010 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 align="center">お届け先登録確認</div>
-<hr>
-<form name="form1" method="post" action="?">
-	<input type="hidden" name="mode" value="complete">
-
-	【個人情報】<br>
-	<!--{$list_data.name01|h}-->　<!--{$list_data.name02|h}--><br>
-	<!--{$list_data.kana01|h}-->　<!--{$list_data.kana02|h}--><br>
-	〒<!--{$list_data.zip01|h}--> - <!--{$list_data.zip02|h}--><br>
-	<!--{$arrPref[$list_data.pref]|h}--><!--{$list_data.addr01|h}--><!--{$list_data.addr02|h}--><br>
-	<!--{$list_data.tel01|h}-->-<!--{$list_data.tel02|h}-->-<!--{$list_data.tel03|h}--><br>
-
-	<div align="center"><input type="submit" name="submit" value="次へ"></div>
-	<div align="center"><input type="submit" name="return" value="戻る"></div>
-
-	<!--{foreach from=$list_data key=key item=item}-->
-		<input type="hidden" name="<!--{$key|h}-->" value="<!--{$item|h}-->">
-	<!--{/foreach}-->
-</form>
-
-<br>
-<hr>
-
-<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
-
-<br>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/error.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/error.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/error.tpl	(revision 19961)
@@ -25,4 +25,5 @@
 <!--▼MAIN ONTENTS-->
 <!--★エラーメッセージ--><!--{$tpl_error}--><br>
+<br>
 <!--{if $return_top}-->
 <a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a>
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/cart/index.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/cart/index.tpl	(revision 19947)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/cart/index.tpl	(revision 19961)
@@ -22,8 +22,4 @@
  */
 *}-->
-<center>かご表示</center>
-
-<hr>
-
 <!--{* カゴの中に商品がある場合にのみ表示 *}-->
 <!--{if count($cartKeys) > 1}-->
@@ -113,13 +109,3 @@
 ポイントは商品購入時に1ptを<!--{$smarty.const.POINT_VALUE}-->円として使用することができます。<br>
 <!--{/if}-->
-
 <br>
-<hr>
-
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
-
-<br>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/contact/index.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/contact/index.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/contact/index.tpl	(revision 19961)
@@ -22,26 +22,15 @@
  */
 *}-->
-<div align="center">お問い合わせ</div>
-
-<hr>
 
 各種お問い合せは、下記のお電話又はメールにてご連絡下さいませ。<br>
-■<!--{$company_name}--><br>
-【電話】<br>
-営業時間：<br>
-<!--{$business_hour}--><br>
-電話番号：<br>
-<!--{$tel01}-->-<!--{$tel02}-->-<!--{$tel03}--><br>
-【E-mail】<br>
-<a href="mailto:<!--{$email02|u}-->"><!--{$email02|h}--></a><br>
+<br>
+●会社名<br>
+<!--{$CONF.company_name}--><br>
+●電話番号<br>
+<!--{$CONF.tel01}-->-<!--{$CONF.tel02}-->-<!--{$CONF.tel03}--><br>
+●営業時間<br>
+<!--{$CONF.business_hour}--><br>
+●E-mail<br>
+<a href="mailto:<!--{$CONF.email02|u}-->"><!--{$CONF.email02|h}--></a><br>
 ※お急ぎの場合には、お電話にてお問い合せ下さい。<br>
-
 <br>
-<hr>
-
-<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/footer.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/footer.tpl	(revision 19785)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/footer.tpl	(revision 19961)
@@ -22,7 +22,19 @@
  */
 *}-->
-<center><font size="-2">Copyright &copy; 
+<div align="right"><a href="#top">↑このページのトップへ</a></div>
+
+<hr>
+
+<a href="<!--{$smarty.const.MOBILE_URLPATH}-->mypage/login.php" accesskey="8" utn><!--{8|numeric_emoji}-->MYページ</a><br>
+<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
+<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
+
+<table border="0" cellpadding="0" cellspacing="0" width="100%">
+<tr>
+<td align="center" bgcolor="#666666"><font color="#ffffff" size="-2">Copyright &copy;
 <!--{if $smarty.const.RELEASE_YEAR !=  $smarty.now|date_format:"%Y"}-->
     <!--{$smarty.const.RELEASE_YEAR}-->-
 <!--{/if}-->
-<!--{$smarty.now|date_format:"%Y"}--> <!--{$arrSiteInfo.shop_name_eng|h}--> All rights reserved.</font></center>
+<!--{$smarty.now|date_format:"%Y"}--> <!--{$arrSiteInfo.shop_name_eng|h}--> All rights reserved.</font></td>
+</tr>
+</table>
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/regist/complete.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/regist/complete.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/regist/complete.tpl	(revision 19961)
@@ -22,8 +22,4 @@
  */
 *}-->
-<center>本会員登録完了</center>
-
-<hr>
-
 本登録が完了いたしました。<br>
 それではショッピングをお楽しみください。<br>
@@ -43,12 +39,4 @@
 <!--{if !$tpl_cart_empty}-->
 <a href="<!--{$smarty.const.MOBILE_URLPATH}-->shopping/deliv.php">ご注文手続きへ進む</a><br>
+<br>
 <!--{/if}-->
-
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページに戻る</a><br>
-
-<br>
-<hr>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/regist/error.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/regist/error.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/regist/error.tpl	(revision 19961)
@@ -22,19 +22,5 @@
  */
 *}-->
-<center>本会員登録</center>
-
-<hr>
-
 <font color="#ff0000"><!--{$arrErr.id}--></font>
 
 <br>
-<hr>
-
-<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
-
-<br>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/guide/usage.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/guide/usage.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/guide/usage.tpl	(revision 19961)
@@ -22,8 +22,4 @@
  */
 *}-->
-<center>ご利用方法</center>
-
-<hr>
-
 <!-- ▼ -->
 <!--{1|numeric_emoji}-->商品の探し方<br>
@@ -47,12 +43,2 @@
 
 <br>
-<hr>
-
-<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
-
-<br>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/guide/index.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/guide/index.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/guide/index.tpl	(revision 19961)
@@ -22,8 +22,4 @@
  */
 *}-->
-<center>ご利用ガイド</center>
-
-<hr>
-
 <!-- ▼メニュー ここから -->
 <a href="usage.php" accesskey="1"><!--{1|numeric_emoji}-->ご利用方法</a><br>
@@ -35,12 +31,2 @@
 
 <br>
-<hr>
-
-<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
-
-<br>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/guide/charge.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/guide/charge.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/guide/charge.tpl	(revision 19961)
@@ -22,8 +22,4 @@
  */
 *}-->
-<center>通信料について</center>
-
-<hr>
-
 <!-- ▼本文 ここから -->
 当サイトのコンテンツは、下記免責事項をお読みになり、ご了承いただいた方にお使い頂けます。<br>
@@ -34,12 +30,2 @@
 
 <br>
-<hr>
-
-<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
-
-<br>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/guide/about.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/guide/about.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/guide/about.tpl	(revision 19961)
@@ -22,57 +22,42 @@
  */
 *}-->
-<center>運営会社紹介</center>
-
-<hr>
-
 <!-- ▼本文 ここから -->
 <!--{if $arrSiteInfo.shop_name != ""}-->
-[emoji:38]<font color="#800000">店名</font><br>
+[emoji:38]店名<br>
 <!--{$arrSiteInfo.shop_name|h}--><br>
 <!--{/if}-->
 <!--{if $arrSiteInfo.company_name != ""}-->
-[emoji:39]<font color="#800000">会社名</font><br>
+[emoji:39]会社名<br>
 <!--{$arrSiteInfo.company_name|h}--><br>
 <!--{/if}-->
 <!--{if $arrSiteInfo.zip01 != ""}-->
-[emoji:121]<font color="#800000">住所</font><br>
+[emoji:121]住所<br>
 〒<!--{$arrSiteInfo.zip01|h}-->-<!--{$arrSiteInfo.zip02|h}--><br>
 <!--{$arrSiteInfo.pref|h}--><!--{$arrSiteInfo.addr01|h}--><!--{$arrSiteInfo.addr02|h}--><br>
 <!--{/if}-->
 <!--{if $arrSiteInfo.tel01 != ""}-->
-[emoji:74]<font color="#800000">電話番号</font><br>
+[emoji:74]電話番号<br>
 <!--{$arrSiteInfo.tel01|h}-->-<!--{$arrSiteInfo.tel02|h}-->-<!--{$arrSiteInfo.tel03|h}--><br>
 <!--{/if}-->
 <!--{if $arrSiteInfo.fax01 != ""}-->
-[emoji:76]<font color="#800000">FAX番号</font><br>
+[emoji:76]FAX番号<br>
 <!--{$arrSiteInfo.fax01|h}-->-<!--{$arrSiteInfo.fax02|h}-->-<!--{$arrSiteInfo.fax03|h}--><br>
 <!--{/if}-->
 <!--{if $arrSiteInfo.business_hour != ""}-->
-[emoji:176]<font color="#800000">営業時間</font><br>
+[emoji:176]営業時間<br>
 <!--{$arrSiteInfo.business_hour|h}--><br>
 <!--{/if}-->
 <!--{if $arrSiteInfo.email02 != ""}-->
-[emoji:110]<font color="#800000">メールアドレス</font><br>
+[emoji:110]メールアドレス<br>
 <a href="mailto:<!--{$arrSiteInfo.email02|h}-->"><!--{$arrSiteInfo.email02|h}--></a><br>
 <!--{/if}-->
 <!--{if $arrSiteInfo.good_traded != ""}-->
-[emoji:72]<font color="#800000">取扱商品</font><br>
+[emoji:72]取扱商品<br>
 <!--{$arrSiteInfo.good_traded|h|nl2br}--><br>
 <!--{/if}-->
 <!--{if $arrSiteInfo.message != ""}-->
-[emoji:70]<font color="#800000">メッセージ</font><br>
+[emoji:70]メッセージ<br>
 <!--{$arrSiteInfo.message|h|nl2br}--><br>
 <!--{/if}-->
 <!-- ▲本文 ここまで -->
-
 <br>
-<hr>
-
-<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
-
-<br>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/guide/kiyaku.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/guide/kiyaku.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/guide/kiyaku.tpl	(revision 19961)
@@ -22,8 +22,4 @@
  */
 *}-->
-<center>ご利用規約(<!--{$tpl_kiyaku_index+1}-->/<!--{$tpl_kiyaku_last_index+1}-->)</center>
-
-<hr>
-
 <!-- ▼本文 ここから -->
 <font color="#ff0000"><!--{$tpl_kiyaku_title|h}--></font><br>
@@ -40,14 +36,3 @@
 <!--{/if}-->
 <!--{/if}-->
-
 <br>
-<hr>
-
-<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
-
-<br>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/guide/privacy.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/guide/privacy.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/guide/privacy.tpl	(revision 19961)
@@ -22,8 +22,4 @@
  */
 *}-->
-<center>プライバシーポリシー</center>
-
-<hr>
-
 <!-- ▼本文 ここから -->
 <!--{$arrSiteInfo.company_name|h}-->は、個人情報保護の重要性に鑑み、「個人情報の保護に関する法律」及び本プライバシーポリシーを遵守し、お客さまのプライバシー保護に努めます。<br>
@@ -33,12 +29,2 @@
 
 <br>
-<hr>
-
-<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
-
-<br>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/forgot/secret.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/forgot/secret.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/forgot/secret.tpl	(revision 19961)
@@ -22,8 +22,4 @@
  */
 *}-->
-<center>パスワードを忘れた方</center>
-
-<hr>
-
 <!--{if $errmsg}-->
 <font color="#ff0000"><!--{$errmsg}--></font><br>
@@ -32,5 +28,5 @@
 ご登録時に入力した下記質問の答えを入力して「次へ」ボタンをクリックしてください。<br>
 ※下記質問の答えをお忘れになられた場合は、<a href="mailto:<!--{$arrSiteInfo.email02|h}-->"><!--{$arrSiteInfo.email02|h}--></a>までご連絡ください。<br>
-
+<br>
 <form action="?" method="post">
 <input type="hidden" name="mode" value="secret_check">
@@ -40,14 +36,2 @@
 <center><input type="submit" value="次へ" name="next"></center>
 </form>
-
-<br>
-<hr>
-
-<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
-
-<br>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/forgot/index.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/forgot/index.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/forgot/index.tpl	(revision 19961)
@@ -22,6 +22,4 @@
  */
 *}-->
-<center>パスワードを忘れた方</center>
-
 <font color="#ff0000">※新しくパスワードを発行いたしますので、お忘れになったパスワードはご利用できなくなります。</font>
 
@@ -50,14 +48,2 @@
 <center><input type="submit" value="次へ" name="next"></center>
 </form>
-
-<br>
-<hr>
-
-<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
-
-<br>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/forgot/complete.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/forgot/complete.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/forgot/complete.tpl	(revision 19961)
@@ -22,8 +22,4 @@
  */
 *}-->
-<center>パスワードを忘れた方</center>
-
-<hr>
-
 パスワードの発行が完了いたしました。ログインには下記のパスワードをご利用ください。<br>
 ※下記パスワードは、MYページの「会員登録内容変更」よりご変更いただけます。<br>
@@ -34,12 +30,2 @@
 
 <br>
-<hr>
-
-<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
-
-<br>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/entry/email_mobile_complete.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/entry/email_mobile_complete.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/entry/email_mobile_complete.tpl	(revision 19961)
@@ -22,18 +22,4 @@
  */
 *}-->
-<div align="center">携帯メール登録完了</div>
-<hr>
-
 携帯電話のメールアドレスの登録が完了いたしました。<br>
-
 <br>
-<hr>
-
-<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
-
-<br>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/entry/index.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/entry/index.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/entry/index.tpl	(revision 19961)
@@ -22,6 +22,4 @@
  */
 *}-->
-<div align="center">会員情報入力 </div>
-<hr>
 <form name="form1" method="post" action="?">
     <input type="hidden" name="mode" value="confirm" />
@@ -30,10 +28,10 @@
 	<br>
 
-	【メールアドレス】<font color="#FF0000">※</font><br>
+	●メールアドレス<font color="#FF0000"> *</font><br>
 	<font color="#FF0000"><!--{$arrErr.email}--></font>
 	<input type="text" name="email" value="<!--{$arrForm.email|h}-->" istyle="3">
   <br>
 
-	【パスワード】<font color="#FF0000">※</font><br>
+	●パスワード<font color="#FF0000"> *</font><br>
 	（半角英数字<!--{$smarty.const.PASSWORD_LEN1}-->文字以上<!--{$smarty.const.PASSWORD_LEN2}-->文字以内）<br>
 	<font color="#FF0000"><!--{$arrErr.password}--></font>
@@ -41,5 +39,5 @@
 	<input type="password" name="password" value="<!--{$arrForm.password}-->" istyle="4" maxlength="<!--{$smarty.const.PASSWORD_LEN2}-->" size="<!--{$size}-->"><br>
 
-	【パスワード確認用の質問】<font color="#FF0000">※</font><br>
+	●パスワード確認用の質問<font color="#FF0000"> *</font><br>
 	<font color="#FF0000"><!--{$arrErr.reminder}--></font>
 	<select name="reminder">
@@ -48,9 +46,9 @@
 	</select><br>
 
-	【質問の答え】<font color="#FF0000">※</font><br>
+	●質問の答え<font color="#FF0000"> *</font><br>
 	<font color="#FF0000"><!--{$arrErr.reminder_answer}--></font>
 	<input type="text" name="reminder_answer" value="<!--{$arrForm.reminder_answer|h}-->" istyle="1"><br>
 
-	【お名前】<font color="#FF0000">※</font><br>
+	●お名前<font color="#FF0000"> *</font><br>
 	<font color="#FF0000"><!--{$arrErr.name01}--><!--{$arrErr.name02}--></font>
 	姓（例：渋谷）<br>
@@ -61,15 +59,16 @@
 	<font color="#FF0000"><!--{$arrErr.kana01}--><!--{$arrErr.kana02}--></font>
 
-	カナ/姓（例：シブヤ）<font color="#FF0000">※</font><br>
+	●お名前(フリガナ)<font color="#FF0000"> *</font><br>
+	カナ/姓（例：シブヤ）<br>
 	<input type="text" name="kana01" value="<!--{$arrForm.kana01|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" istyle="2"><br>
 
-	カナ/名（例：ハナコ）<font color="#FF0000">※</font><br>
+	カナ/名（例：ハナコ）<br>
 	<input type="text" name="kana02" value="<!--{$arrForm.kana02|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" istyle="2"><br>
 
-	【性別】<font color="#FF0000">*</font><br>
+	●性別<font color="#FF0000"> *</font><br>
 	<font color="#FF0000"><!--{$arrErr.sex}--></font>
 	<input type="radio" name="sex" value="1" <!--{if $arrForm.sex eq 1}-->checked<!--{/if}--> />男性&nbsp;<input type="radio" name="sex" value="2" <!--{if $arrForm.sex eq 2}-->checked<!--{/if}--> />女性<br>
 
-	【生年月日】<br>
+	●生年月日<br>
 	<font color="#FF0000"><!--{$arrErr.year}--><!--{$arrErr.month}--><!--{$arrErr.day}--></font>
 	<input type="text" name="year" value="<!--{$arrForm.year|h}-->" size="4" maxlength="4" istyle="4">年<br>
@@ -83,5 +82,5 @@
 	<!--{assign var=key1 value="zip01"}-->
 	<!--{assign var=key2 value="zip02"}-->
-	【郵便番号】<font color="#FF0000">*</font><br>
+	●郵便番号<font color="#FF0000"> *</font><br>
 	<font color="#FF0000"><!--{$arrErr[$key1]}--><!--{$arrErr[$key2]}--></font>
 	<!--{assign var="size1" value="`$smarty.const.ZIP01_LEN+2`"}-->
@@ -91,5 +90,5 @@
 	<input size="<!--{$size2}-->" type="text" name="zip02" value="<!--{if $arrForm.zip02 == ""}--><!--{$arrOtherDeliv.zip02|h}--><!--{else}--><!--{$arrForm.zip02|h}--><!--{/if}-->" maxlength="<!--{$smarty.const.ZIP02_LEN}-->" istyle="4"><br>
 
-	【都道府県】<font color="#FF0000">*</font><br>
+	●都道府県<font color="#FF0000"> *</font><br>
 	<font color="#FF0000"><!--{$arrErr.pref}--></font>
 	<select name="pref">
@@ -98,13 +97,13 @@
 	</select><br>
 
-	【住所1】<font color="#FF0000">*</font><br>
+	●住所1<font color="#FF0000"> *</font><br>
 	<font color="#FF0000"><!--{$arrErr.addr01}--></font>
 	<input type="text" name="addr01" value="<!--{$arrForm.addr01|h}-->" istyle="1"><br>
 
-	【住所2】<font color="#FF0000">*</font><br>
+	●住所2<font color="#FF0000"> *</font><br>
 	<font color="#FF0000"><!--{$arrErr.addr02}--></font>
 	<input type="text" name="addr02" value="<!--{$arrForm.addr02|h}-->" istyle="1"><br>
 
-	【電話番号】<font color="#FF0000">*</font><br>
+	●電話番号<font color="#FF0000"> *</font><br>
 	<font color="#FF0000"><!--{$arrErr.tel01}--><!--{$arrErr.tel02}--><!--{$arrErr.tel03}--></font>
 	<!--{assign var="size" value="`$smarty.const.TEL_ITEM_LEN+2`"}-->
@@ -115,5 +114,5 @@
 	<input type="text" size="<!--{$size}-->" name="tel03" value="<!--{$arrForm.tel03|h}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" istyle="4"><br>
 
-	【メールマガジン】<br>
+	●メールマガジン<br>
 	お得な情報を希望されますか？<br>
 	<input type="hidden" name="mailmaga_flg" value="3">
@@ -128,14 +127,2 @@
 	<!--{/foreach}-->
 </form>
-
-<br>
-<hr>
-
-<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
-
-<br>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/entry/complete.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/entry/complete.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/entry/complete.tpl	(revision 19961)
@@ -22,7 +22,4 @@
  */
 *}-->
-<div align="center">会員登録完了</div>
-<hr>
-
 会員登録の受付が完了いたしました。<br>
 現在<font color="#FF0000">仮会員</font>の状態です。<br>
@@ -31,13 +28,2 @@
 
 <br>
-
-<hr>
-
-<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
-
-<br>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/entry/confirm.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/entry/confirm.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/entry/confirm.tpl	(revision 19961)
@@ -22,6 +22,4 @@
  */
 *}-->
-<div align="center">登録確認</div>
-<hr>
 <form name="form1" id="form1" method="post" action="?" utn>
 	<input type="hidden" name="mode" value="complete">
@@ -32,23 +30,33 @@
 	下記の内容でご登録してもよろしいですか？<br>
 	<br>
-	【ﾒｰﾙｱﾄﾞﾚｽ】<br>
+	●ﾒｰﾙｱﾄﾞﾚｽ<br>
 	<!--{$list_data.email|h}--><br>
 
-	【ﾊﾟｽﾜｰﾄﾞ確認用質問】<br>
+	●ﾊﾟｽﾜｰﾄﾞ確認用質問<br>
 	<!--{$arrReminder[$list_data.reminder]|h}--><br>
 
-	【質問の答え】<br>
+	●質問の答え<br>
 	<!--{$list_data.reminder_answer|h}--><br>
 
-	【個人情報】<br>
+	●お名前<br>
 	<!--{$list_data.name01|h}-->　<!--{$list_data.name02|h}--><br>
+
+	●お名前(フリガナ)<br>
 	<!--{$list_data.kana01|h}-->　<!--{$list_data.kana02|h}--><br>
+
+	●性別<br>
 	<!--{if $list_data.sex eq 1}-->男性<!--{else}-->女性<!--{/if}--><br>
-	<!--{if strlen($list_data.year) > 0 && strlen($list_data.month) > 0 && strlen($list_data.day) > 0}--><!--{$list_data.year|h}-->年<!--{$list_data.month|h}-->月<!--{$list_data.day|h}-->日生まれ<!--{else}-->生年月日 未登録<!--{/if}--><br>
+
+	●生年月日<br>
+	<!--{if strlen($list_data.year) > 0 && strlen($list_data.month) > 0 && strlen($list_data.day) > 0}--><!--{$list_data.year|h}-->年<!--{$list_data.month|h}-->月<!--{$list_data.day|h}-->日生まれ<!--{else}-->未登録<!--{/if}--><br>
+
+	●住所<br>
 	〒<!--{$list_data.zip01|h}--> - <!--{$list_data.zip02|h}--><br>
 	<!--{$arrPref[$list_data.pref]|h}--><!--{$list_data.addr01|h}--><!--{$list_data.addr02|h}--><br>
+
+	●電話番号<br>
 	<!--{$list_data.tel01|h}-->-<!--{$list_data.tel02|h}-->-<!--{$list_data.tel03|h}--><br>
 	
-	【ﾒｰﾙﾏｶﾞｼﾞﾝﾞ】<br>
+	●ﾒｰﾙﾏｶﾞｼﾞﾝﾞ<br>
 	<!--{if $list_data.mailmaga_flg eq 2}-->希望する<!--{else}-->希望しない<!--{/if}--><br>
 	<br>
@@ -57,14 +65,2 @@
 	<input type="submit" name="return" value="戻る">
 </form>
-
-<br>
-<hr>
-
-<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
-
-<br>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/entry/kiyaku.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/entry/kiyaku.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/entry/kiyaku.tpl	(revision 19961)
@@ -22,14 +22,11 @@
  */
 *}-->
-<div align="center">ご利用規約</div>
 <!--{if $offset eq 1}-->
-<hr>
 ご注文に際して必要な内容（ご自宅住所等）をご登録していただきます。<br>
 ご利用の規約をよくお読みの上、ご登録下さい。<br>
+<hr>
 <!--{/if}-->
-<hr>
 <!--{$tpl_kiyaku_text|h|nl2br}--><br>
-
-<BR>
+<br>
 <!--{if $max >= $offset+1}-->
 	<a href="kiyaku.php?offset=<!--{$offset+1}-->">次へ→</a><br><br>
@@ -40,12 +37,2 @@
 
 <br>
-<hr>
-
-<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
-
-<br>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/entry/email_mobile.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/entry/email_mobile.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/entry/email_mobile.tpl	(revision 19961)
@@ -22,6 +22,4 @@
  */
 *}-->
-<div align="center">携帯メール登録</div>
-<hr>
 <!--{$tpl_name|h}-->様<br>
 いつもご利用いただきありがとうございます。ご使用の携帯電話のメールアドレスをご登録下さい。<br>
@@ -33,16 +31,4 @@
 <input type="text" name="email_mobile" value="<!--{$arrForm[$key].value|h}-->" size="40" maxlength="<!--{$arrForm[$key].length}-->" istyle="3"><br>
 <center><input type="submit" value="送信"></center>
-<center><a href="../mypage/<!--{$smarty.const.DIR_INDEX_URL}-->" accesskey="0">今は登録しない</a></center>
+<center><a href="<!--{$smarty.const.MOBILE_URLPATH}-->mypage/<!--{$smarty.const.DIR_INDEX_URL}-->" accesskey="0">今は登録しない</a></center>
 </form>
-
-<br>
-<hr>
-
-<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
-
-<br>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/frontparts/bloc/site_logo.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/frontparts/bloc/site_logo.tpl	(revision 19961)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/frontparts/bloc/site_logo.tpl	(revision 19961)
@@ -0,0 +1,4 @@
+<!-- ▼ロゴ ここから -->
+<center><img src="<!--{$TPL_DIR}-->img/header/logo.gif" alt="<!--{$arrSiteInfo.shop_name|h}-->"></center>
+<!-- ▲ロゴ ここまで -->
+<br>
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/products/select_find1.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/products/select_find1.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/products/select_find1.tpl	(revision 19961)
@@ -37,14 +37,2 @@
 	<center><input type="submit" name="submit" value="次へ"></center>
 </form>
-
-<br>
-<hr>
-
-<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
-
-<br>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/products/select_find2.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/products/select_find2.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/products/select_find2.tpl	(revision 19961)
@@ -38,14 +38,2 @@
 	<center><input type="submit" name="submit" value="次へ"></center>
 </form>
-
-<br>
-<hr>
-
-<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
-
-<br>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/products/detail.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/products/detail.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/products/detail.tpl	(revision 19961)
@@ -22,7 +22,4 @@
  */
 *}-->
-<center><!--{$tpl_subtitle|h}--></center>
-<hr>
-
 <!--★商品画像★-->
 <!--{if $smarty.get.image != ''}-->
@@ -135,13 +132,2 @@
 <!--{/if}-->
 </form>
-
-<hr>
-
-<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
-
-<br>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/products/search.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/products/search.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/products/search.tpl	(revision 19961)
@@ -22,8 +22,4 @@
  */
 *}-->
-<center>商品検索</center>
-
-<hr>
-
 お探しの商品名・型番を入力してください。<br>
 
@@ -35,14 +31,2 @@
 </center>
 </form>
-
-<br>
-<hr>
-
-<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
-
-<br>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/products/category_list.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/products/category_list.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/products/category_list.tpl	(revision 19961)
@@ -22,8 +22,4 @@
  */
 *}-->
-<center><!--{$arrCategory.category_name|h}--></center>
-
-<hr>
-
 <!--{foreach from=$arrChildren key=i item=arrChild}-->
 <!--{if $arrChild.has_children}-->
@@ -40,12 +36,2 @@
 
 <br>
-<hr>
-
-<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
-
-<br>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/products/list.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/products/list.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/products/list.tpl	(revision 19961)
@@ -22,10 +22,4 @@
  */
 *}-->
-<!-- ▼タイトル ここから -->
-<center><!--{$tpl_subtitle|h}--></center>
-<!-- ▲タイトル ここまで -->
-
-<hr>
-
 <!--{if isset($tpl_previous_page|smarty:nodefaults) || isset($tpl_next_page|smarty:nodefaults)}-->
 <!--{if isset($tpl_previous_page|smarty:nodefaults)}-->
@@ -84,14 +78,2 @@
 <br>
 <!--{/if}-->
-
-<br>
-<hr>
-
-<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
-
-<br>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/products/select_item.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/products/select_item.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/products/select_item.tpl	(revision 19961)
@@ -38,14 +38,2 @@
 	<center><input type="submit" name="submit" value="かごに入れる"></center>
 </form>
-
-<br>
-<hr>
-
-<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
-
-<br>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/index.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/index.tpl	(revision 19903)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/index.tpl	(revision 19961)
@@ -22,21 +22,4 @@
  */
 *}-->
-<!-- ▼ロゴ ここから -->
-<center><img src="<!--{$TPL_DIR}-->img/header/logo.gif"></center>
-<!-- ▲ロゴ ここまで -->
-
-<br>
-
-<!-- ▼新着情報 ここから -->
-<!--{include_php file=`$smarty.const.MOBILE_HTML_REALDIR`frontparts/bloc/news.php}-->
-<!-- ▲新着情報 ここまで -->
-
-<br>
-<hr>
-
-<!-- ▼ピックアップ商品 ここから -->
-<!--{include_php file=`$smarty.const.MOBILE_HTML_REALDIR`frontparts/bloc/best5.php}-->
-<!-- ▲ピックアップ商品 ここまで -->
-
 <!-- ▼メニュー ここから -->
 <!--{1|numeric_emoji}-->商品カテゴリ<br>
@@ -50,11 +33,5 @@
 <a href="guide/<!--{$smarty.const.DIR_INDEX_URL}-->" accesskey="4"><!--{4|numeric_emoji}-->ご利用ガイド</a><br>
 <a href="contact/<!--{$smarty.const.DIR_INDEX_URL}-->" accesskey="5"><!--{5|numeric_emoji}-->お問い合せ</a><br>
-<a href="mypage/<!--{$smarty.const.DIR_INDEX_URL}-->" accesskey="6" utn><!--{6|numeric_emoji}-->MYページ</a><br>
-<a href="order/<!--{$smarty.const.DIR_INDEX_URL}-->" accesskey="7"><!--{7|numeric_emoji}-->特定商取引に関する法律に基づく表記</a><br>
+<a href="order/<!--{$smarty.const.DIR_INDEX_URL}-->" accesskey="6"><!--{6|numeric_emoji}-->特定商取引に関する法律に基づく表記</a><br>
 <!-- ▲メニュー ここまで -->
-
 <br>
-
-<!-- ▼フッター ここから -->
-<!--{include file='footer.tpl'}-->
-<!-- ▲フッター ここまで -->
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/site_main.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/site_main.tpl	(revision 19805)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/site_main.tpl	(revision 19961)
@@ -23,4 +23,5 @@
 *}-->
 <body bgcolor="#ffffff" text="#555555" link="#3a75af" vlink="#3a75af" alink="#3a75af">
+    <a name="top" id="top"></a>
 <!--{* Moba8リクエスト用 *}-->
 <!--{if "sfRequestMoba8"|function_exists === TRUE}-->
@@ -28,6 +29,106 @@
 <!--{/if}-->
 
+<!--{* ▼HeaderHeaderTop COLUMN *}-->
+<!--{if $arrPageLayout.HeaderTopNavi|@count > 0}-->
+    <!--{* ▼上ナビ *}-->
+    <!--{foreach key=HeaderTopNaviKey item=HeaderTopNaviItem from=$arrPageLayout.HeaderTopNavi}-->
+        <!-- ▼<!--{$HeaderTopNaviItem.bloc_name}--> -->
+        <!--{if $HeaderTopNaviItem.php_path != ""}-->
+            <!--{include_php file=$HeaderTopNaviItem.php_path}-->
+        <!--{else}-->
+            <!--{include file=$HeaderTopNaviItem.tpl_path}-->
+        <!--{/if}-->
+        <!-- ▲<!--{$HeaderTopNaviItem.bloc_name}--> -->
+    <!--{/foreach}-->
+    <!--{* ▲上ナビ *}-->
+<!--{/if}-->
+<!--{* ▲HeaderHeaderTop COLUMN *}-->
+
+<!--{* ▼HEADER *}-->
+<!--{include file= $header_tpl}-->
+<!--{* ▲HEADER *}-->
+
+<!--{* ▼TOP COLUMN *}-->
+<!--{if $arrPageLayout.TopNavi|@count > 0}-->
+    <!--{* ▼上ナビ *}-->
+    <!--{foreach key=TopNaviKey item=TopNaviItem from=$arrPageLayout.TopNavi}-->
+        <!-- ▼<!--{$TopNaviItem.bloc_name}--> -->
+        <!--{if $TopNaviItem.php_path != ""}-->
+            <!--{include_php file=$TopNaviItem.php_path}-->
+        <!--{else}-->
+            <!--{include file=$TopNaviItem.tpl_path}-->
+        <!--{/if}-->
+        <!-- ▲<!--{$TopNaviItem.bloc_name}--> -->
+    <!--{/foreach}-->
+    <!--{* ▲上ナビ *}-->
+<!--{/if}-->
+<!--{* ▲TOP COLUMN *}-->
+
+<!--{* ▼メイン上部 *}-->
+<!--{if $arrPageLayout.MainHead|@count > 0}-->
+    <!--{foreach key=MainHeadKey item=MainHeadItem from=$arrPageLayout.MainHead}-->
+        <!-- ▼<!--{$MainHeadItem.bloc_name}--> -->
+        <!--{if $MainHeadItem.php_path != ""}-->
+           <!--{include_php file=$MainHeadItem.php_path}-->
+        <!--{else}-->
+            <!--{include file=$MainHeadItem.tpl_path}-->
+        <!--{/if}-->
+        <!-- ▲<!--{$MainHeadItem.bloc_name}--> -->
+    <!--{/foreach}-->
+<!--{/if}-->
+<!--{* ▲メイン上部 *}-->
+
 <!--▼MAIN-->
 <!--{include file=$tpl_mainpage}-->
 <!--▲MAIN-->
+
+<!--{* ▼メイン下部 *}-->
+<!--{if $arrPageLayout.MainFoot|@count > 0}-->
+    <!--{foreach key=MainFootKey item=MainFootItem from=$arrPageLayout.MainFoot}-->
+        <!-- ▼<!--{$MainFootItem.bloc_name}--> -->
+        <!--{if $MainFootItem.php_path != ""}-->
+            <!--{include_php file=$MainFootItem.php_path}-->
+        <!--{else}-->
+            <!--{include file=$MainFootItem.tpl_path}-->
+        <!--{/if}-->
+        <!-- ▲<!--{$MainFootItem.bloc_name}--> -->
+    <!--{/foreach}-->
+    <!--{/if}-->
+<!--{* ▲メイン下部 *}-->
+
+<!--{* ▼BOTTOM COLUMN*}-->
+<!--{if $arrPageLayout.BottomNavi|@count > 0}-->
+    <!--{* ▼下ナビ *}-->
+    <!--{foreach key=BottomNaviKey item=BottomNaviItem from=$arrPageLayout.BottomNavi}-->
+        <!-- ▼<!--{$BottomNaviItem.bloc_name}--> -->
+        <!--{if $BottomNaviItem.php_path != ""}-->
+            <!--{include_php file=$BottomNaviItem.php_path}-->
+        <!--{else}-->
+            <!--{include file=$BottomNaviItem.tpl_path}-->
+        <!--{/if}-->
+        <!-- ▲<!--{$BottomNaviItem.bloc_name}--> -->
+    <!--{/foreach}-->
+    <!--{* ▲下ナビ *}-->
+<!--{/if}-->
+<!--{* ▲BOTTOM COLUMN*}-->
+
+<!--{* ▼FOOTER *}-->
+<!--{include file=$footer_tpl}-->
+<!--{* ▲FOOTER *}-->
+
+<!--{* ▼FooterBottom COLUMN *}-->
+<!--{if $arrPageLayout.FooterBottomNavi|@count > 0}-->
+    <!--{* ▼上ナビ *}-->
+    <!--{foreach key=FooterBottomNaviKey item=FooterBottomNaviItem from=$arrPageLayout.FooterBottomNavi}-->
+        <!-- ▼<!--{$FooterBottomNaviItem.bloc_name}--> -->
+        <!--{if $FooterBottomNaviItem.php_path != ""}-->
+            <!--{include_php file=$FooterBottomNaviItem.php_path}-->
+        <!--{else}-->
+            <!--{include file=$FooterBottomNaviItem.tpl_path}-->
+        <!--{/if}-->
+        <!-- ▲<!--{$FooterBottomNaviItem.bloc_name}--> -->
+    <!--{/foreach}-->
+    <!--{* ▲上ナビ *}-->
+<!--{/if}-->
+<!--{* ▲FooterBottom COLUMN *}-->
 </body>
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/order/index.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/order/index.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/order/index.tpl	(revision 19961)
@@ -22,8 +22,4 @@
  */
 *}-->
-<center><font color="#008080"><b><!--{$tpl_title|h}--></b></font></center>
-
-<hr>
-
 [emoji:39]<font color="#800000">販売業者</font><br>
 <!--{$arrRet.law_company|h}--><br>
@@ -78,10 +74,3 @@
 [emoji:e42]<font color="#800000">返品・交換について</font><br>
 <!--{$arrRet.law_term06|h|nl2br}--><br>
-<hr>
-
-<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->カート見る</a><br>
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->ホームへ</a><br>
-
 <br>
-
-<!--{include file='footer.tpl'}-->
