Index: branches/feature-module-update/html/install/user_data/include/bloc/login.tpl
===================================================================
--- branches/feature-module-update/html/install/user_data/include/bloc/login.tpl	(revision 15259)
+++ 	(revision )
@@ -1,73 +1,0 @@
-<!--{*
- * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
- *
- * http://www.lockon.co.jp/
- *}-->
-<!--▼ログインここから-->
-<!--{if $smarty.post.url == ""}-->
-    <!--{if sfIsHTTPS}-->
-        <!--{assign var=url value="https://`$smarty.server.HTTP_HOST``$smarty.server.REQUEST_URI`"}-->
-    <!--{else}-->
-        <!--{assign var=url value="http://`$smarty.server.HTTP_HOST``$smarty.server.REQUEST_URI`"}-->
-    <!--{/if}-->
-<!--{else}-->
-    <!--{assign var=url value="`$smarty.post.url`"}-->
-<!--{/if}-->
-<table width="166" border="0" cellspacing="0" cellpadding="0" summary=" ">
-<form name="login_form" id="login_form" method="post" action="<!--{$smarty.const.SSL_URL}-->frontparts/login_check.php" onsubmit="return fnCheckLogin('login_form')">
-<input type="hidden" name="mode" value="login">
-<input type="hidden" name="url" value="<!--{$url|escape}-->">
-    <tr>
-        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/side/title_login.jpg" width="166" height="35" alt="ログイン"></td>
-    </tr>
-    <tr>
-        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
-        <td align="center" bgcolor="#ffffff">
-        <!--ログインフォーム-->
-        <table width="146" border="0" cellspacing="0" cellpadding="0" summary=" ">
-            <tr>
-                <td height="10"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="50" height="1" alt=""></td>
-                <td><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="96" height="1" alt=""></td>
-            </tr>
-            <!--{if $tpl_login}-->
-                <tr>
-                    <td align="center" colspan="3" class="fs12">ようこそ <br> <!--{$tpl_name1|escape}-->　<!--{$tpl_name2|escape}--> 様<br />
-                    所持ポイント：<span class="redst"> <!--{$tpl_user_point|number_format|default:0}--> pt</span></td>
-                </tr>
-                <!--{if !$tpl_disable_logout}-->
-                <tr>
-                    <td colspan="3" align="center"><a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="fnFormModeSubmit('login_form', 'logout', '', ''); return false;"><img src="<!--{$smarty.const.URL_DIR}-->img/header/logout.gif" width="44" height="21" alt="ログアウト" /></a></td>
-                </tr>
-                <!--{/if}-->
-            <!--{else}-->
-                <tr>
-                    <td><img src="<!--{$smarty.const.URL_DIR}-->img/side/icon_mail.gif" width="40" height="21" alt="メールアドレス"></td>
-                    <td><input type="text" name="login_email" value="<!--{$tpl_login_email|escape}-->" size="10" class="box10" /></td>
-                </tr>
-                <tr><td height="5"></td></tr>
-                <tr>
-                    <td><img src="<!--{$smarty.const.URL_DIR}-->img/side/icon_pw.gif" width="40" height="22" alt="パスワード"></td>
-                    <td><input type="password" name="login_pass" size="12" class="box12" /></td>
-                </tr>
-                <tr><td height="5"></td></tr>
-                <tr>
-                    <td colspan="2" class="fs10n" align="right"><a href="<!--{$smarty.const.SSL_URL|sfTrimURL}-->/forgot/index.php" onclick="win01('<!--{$smarty.const.SSL_URL|sfTrimURL}-->/forgot/index.php','forget','600','400'); return false;" target="_blank">パスワードを忘れた方はこちら</a></td>
-                </tr>
-                <tr><td height="10"></td></tr>
-                <tr>
-                    <td width="50"><input type="checkbox" name="login_memory" value="1" <!--{$tpl_login_memory|sfGetChecked:1}-->/><img src="<!--{$smarty.const.URL_DIR}-->img/header/memory.gif" width="18" height="9" alt="記憶" /></td>
-                    <td align="center"><input type="image" onMouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/side/button_login_on.gif',this)" onMouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/side/button_login.gif',this)" src="<!--{$smarty.const.URL_DIR}-->img/side/button_login.gif" width="51" height="22" alt="ログイン" border="0" name="subm"></td>
-                </tr>
-            <!--{/if}-->
-        </table>
-        <!--ログインフォーム-->
-        </td>
-        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
-    </tr>
-    <tr>
-        <td colspan="3" height="14"><img src="<!--{$smarty.const.URL_DIR}-->img/side/flame_bottom03.gif" width="166" height="15" alt=""></td>
-    </tr>
-    <tr><td height="10"></td></tr>
-</form>
-</table>
-<!--▲ログインここまで-->
Index: branches/feature-module-update/html/install/user_data/include/bloc/search_products.tpl
===================================================================
--- branches/feature-module-update/html/install/user_data/include/bloc/search_products.tpl	(revision 15079)
+++ 	(revision )
@@ -1,56 +1,0 @@
-<!--{*
- * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
- *
- * http://www.lockon.co.jp/
- *}-->
-<!--▼検索条件ここから-->
-<table width="166" border="0" cellspacing="0" cellpadding="0" summary=" ">
-	<tr>
-		<td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/side/title_search.jpg" width="166" height="35" alt="検索条件"></td>
-	</tr>
-	<tr>
-		<td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
-		<td align="center" bgcolor="#ffffff">
-		<!--検索フォーム-->
-		<table width="146" border="0" cellspacing="0" cellpadding="0" summary=" ">
-		<form name="search_form" id="search_form" method="get" action="<!--{$smarty.const.URL_DIR}-->products/list.php">
-		<input type="hidden" name="mode" value="search">
-			<tr><td height="10"></td></tr>
-			<tr>
-				<td><img src="<!--{$smarty.const.URL_DIR}-->img/side/search_cat.gif" width="104" height="10" alt="商品カテゴリから選ぶ"></td>
-			</tr>
-			<tr><td height="3"></td></tr>
-			<tr>
-				<td>
-					<select name="category_id">
-					<option label="すべての商品" value="">全ての商品</option>
-					<!--{html_options options=$arrCatList selected=$category_id}-->
-					</select>
-				</td>
-			</tr>
-			<tr><td height="10"></td></tr>
-			<tr>
-				<td><img src="<!--{$smarty.const.URL_DIR}-->img/side/search_name.gif" width="66" height="10" alt="商品名を入力"></td>
-			</tr>
-			<tr><td height="3"></td></tr>
-			<tr>
-				<td><input type="text" name="name" size="18" class="box18" maxlength="50" value="<!--{$smarty.get.name|escape}-->"/></td>
-			</tr>
-			<tr><td height="10"></td></tr>
-			<tr>
-				<td align="center">
-					<input type="image" onMouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/side/button_search_on.gif',this)" onMouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/side/button_search.gif',this)" src="<!--{$smarty.const.URL_DIR}-->img/side/button_search.gif" width="51" height="22" alt="検索" border="0" name="search">
-				</td>
-			</tr>
-		</form>
-		</table>
-		<!--検索フォーム-->
-		</td>
-		<td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
-	</tr>
-	<tr>
-		<td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/side/flame_bottom03.gif" width="166" height="15" alt=""></td>
-	</tr>
-	<tr><td height="10"></td></tr>
-</table>
-<!--▲検索条件ここまで-->
Index: branches/feature-module-update/html/install/user_data/include/bloc/cart.tpl
===================================================================
--- branches/feature-module-update/html/install/user_data/include/bloc/cart.tpl	(revision 15079)
+++ 	(revision )
@@ -1,50 +1,0 @@
-<!--{*
- * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
- *
- * http://www.lockon.co.jp/
- *}-->
-<!--現在のカゴの中ここから-->
-<table width="166" border="0" cellspacing="0" cellpadding="0" summary=" ">
-	<tr>
-		<td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/side/title_cartin.jpg" width="166" height="35" alt="現在のカゴの中"></td>
-	</tr>
-	<tr>
-		<td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
-		<td align="center" bgcolor="#ffffff">
-		<table width="146" border="0" cellspacing="0" cellpadding="0" summary=" ">
-			<tr><td height="5"></td></tr>
-			<tr>
-				<td class="fs10">商品数：<!--{$arrCartList.0.TotalQuantity|number_format|default:0}-->点</td>
-			</tr>
-			<tr><td height="10"><img src="<!--{$smarty.const.URL_DIR}-->img/side/line_146.gif" width="146" height="1" alt=""></td></tr>
-			<tr>
-				<td class="fs12"><span class="redst">合計：<!--{$arrCartList.0.ProductsTotal|number_format|default:0}-->円</span></td>
-			</tr>
-			<tr><td height="5"><!--{$arrCartList.0.free_rule}--></td></tr>
-			
-			<!-- カゴの中に商品がある場合にのみ表示 -->
-			<!--{if $arrCartList.0.TotalQuantity > 0 and $arrCartList.0.free_rule > 0}-->
-			<tr>
-				<td class="fs10">
-				<!--{if $arrCartList.0.deliv_free > 0}-->
-					送料手数料無料まであと<!--{$arrCartList.0.deliv_free|number_format|default:0}-->円（税込）です。
-				<!--{else}-->
-					現在、送料は「<span class="redst">無料</span>」です。
-				<!--{/if}-->
-				</td>
-			</tr>
-			<tr><td height="10"></td></tr>
-			<!--{/if}-->
-			<tr>
-				<td align="center"><a href="<!--{$smarty.const.URL_DIR}-->cart/index.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/side/button_cartin_on.gif','button_cartin');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/side/button_cartin.gif','button_cartin');"><img src="<!--{$smarty.const.URL_DIR}-->img/side/button_cartin.gif" width="87" height="22" alt="カゴの中を見る" border="0" name="button_cartin"></a></td>
-			</tr>
-		</table>
-		</td>
-		<td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
-	</tr>
-	<tr>
-		<td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/side/flame_bottom01.gif" width="166" height="15" alt=""></td>
-	</tr>
-	<tr><td height="10"></td></tr>
-</table>
-<!--現在のカゴの中ここまで-->
Index: branches/feature-module-update/html/install/user_data/include/bloc/news.tpl
===================================================================
--- branches/feature-module-update/html/install/user_data/include/bloc/news.tpl	(revision 15079)
+++ 	(revision )
@@ -1,32 +1,0 @@
-<!--{*
- * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
- *
- * http://www.lockon.co.jp/
- *}-->
-<link rel="alternate" type="application/rss+xml" title="RSS" href="<!--{$smarty.const.SITE_URL}-->/rss/index.php">
-<table width="400" border="0" cellspacing="0" cellpadding="0" summary=" ">
-	<tr>
-		<td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/top/news.jpg" width="400" height="29" alt="新着情報"></td>
-	</tr>
-	<tr>
-		<td colspan="3"><span class="fs10">☆★☆ 新着情報は<a href="<!--{$smarty.const.URL_DIR}-->rss/index.php" target="_blank">RSS</a>で配信しています。★☆★ </span></td>
-	</tr>
-	<tr>
-		<td height="10"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="16" height="1" alt=""></td>
-		<td><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="90" height="1" alt=""></td>
-		<td><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="294" height="1" alt=""></td>
-	</tr>
-
-	<!--{section name=data loop=$arrNews}-->
-	<tr valign="top">
-		<td><img src="<!--{$smarty.const.URL_DIR}-->img/top/news_icon.gif" width="16" height="16" alt=""></td>
-		<td class="fs10"><!--{$arrNews[data].news_date_disp|escape}--></td>
-		<td class="fs10"><!--{if $arrNews[data].news_url}--><a href="<!--{$arrNews[data].news_url}-->" <!--{if $arrNews[data].link_method eq "2"}-->target="_blank"<!--{/if}--> ><!--{/if}--><!--{$arrNews[data].news_title|escape|nl2br}--><!--{if $arrNews[data].news_url}--></a><!--{/if}--><br/><!--{$arrNews[data].news_comment|escape|nl2br}--></td>
-	</tr>
-	<!--{if !$smarty.section.data.last}-->
-	<tr><td colspan="3" height="20"><img src="<!--{$smarty.const.URL_DIR}-->img/common/line_400.gif" width="400" height="1" alt=""></td></tr>
-	<!--{/if}-->
-	<!--{/section}-->
-
-	<tr><td height="35" colspan="3"></td></tr>
-</table>
Index: branches/feature-module-update/html/install/user_data/include/bloc/category.tpl
===================================================================
--- branches/feature-module-update/html/install/user_data/include/bloc/category.tpl	(revision 15079)
+++ 	(revision )
@@ -1,56 +1,0 @@
-<!--{*
- * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
- *
- * http://www.lockon.co.jp/
- *}-->
-<!--▼商品カテゴリーここから-->
-<table width="166" border="0" cellspacing="0" cellpadding="0" summary=" ">
-	<tr>
-		<td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/side/title_cat.jpg" width="166" height="35" alt="商品カテゴリー"></td>
-	</tr>
-	<tr>
-		<td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
-
-		<td align="center" bgcolor="#fff1e3">
-			<table width="146" border="0" cellspacing="0" cellpadding="0" summary=" ">
-				<tr>
-					<td height="10"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="15" height="1" alt=""></td>
-					<td><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="131" height="1" alt=""></td>
-				</tr>
-				
-				<!--{section name=cnt loop=$arrTree}-->
-				<!--{assign var=level value="`$arrTree[cnt].level`}-->
-				
-				<!--{* 区切り線表示 *}-->				
-				<!--{if $level == 1 && !$smarty.section.cnt.first}-->
-				<tr><td colspan="2" height="15"><img src="<!--{$smarty.const.URL_DIR}-->img/side/line_146.gif" width="146" height="1" alt=""></td></tr>
-				<!--{/if}-->
-				<!--{* カテゴリ名表示 *}-->
-				<!--{assign var=disp_name value="`$arrTree[cnt].category_name`"}-->
-				<!--{if $arrTree[cnt].display == 1}-->
-				<tr>
-					<td colspan="2" class="fs12">
-						<!--{if $tpl_category_id == $arrTree[cnt].category_id || $root_parent_id == $arrTree[cnt].category_id}-->
-							<!--{section name=n loop=`$level-1`}-->&nbsp;&nbsp;<!--{/section}--><!--{if $level == 1}--><img src="<!--{$smarty.const.URL_DIR}-->img/common/arrow_red.gif" width="11" height="14" alt=""><!--{/if}-->
-						<!--{else}-->
-							<!--{section name=n loop=`$level-1`}-->&nbsp;&nbsp;<!--{/section}--><!--{if $level == 1}--><img src="<!--{$smarty.const.URL_DIR}-->img/common/arrow_blue.gif" width="11" height="14" alt=""><!--{/if}-->
-						<!--{/if}-->
-						<!--{if $tpl_category_id == $arrTree[cnt].category_id }-->
-							<a href="<!--{$smarty.const.URL_DIR}-->products/list.php?category_id=<!--{$arrTree[cnt].category_id}-->"><span class="redst"><!--{$disp_name|sfCutString:20|escape}-->(<!--{$arrTree[cnt].product_count|default:0}-->)</span></a>						
-						<!--{else}-->							
-							<a href="<!--{$smarty.const.URL_DIR}-->products/list.php?category_id=<!--{$arrTree[cnt].category_id}-->"><!--{$disp_name|sfCutString:20|escape}-->(<!--{$arrTree[cnt].product_count|default:0}-->)</a>
-						<!--{/if}-->
-					</td>
-				</tr>
-				<!--{/if}-->
-				<!--{/section}-->
-			</table>
-		</td>
-		<td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
-	</tr>
-	<tr>
-		<td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/side/flame_bottom02.gif" width="166" height="15" alt=""></td>
-	</tr>
-	<tr><td height="10"></td></tr>
-</table>
-<!--▲商品カテゴリーここまで-->
Index: branches/feature-module-update/html/install/user_data/include/bloc/guide.tpl
===================================================================
--- branches/feature-module-update/html/install/user_data/include/bloc/guide.tpl	(revision 15079)
+++ 	(revision )
@@ -1,31 +1,0 @@
-<!--{*
- * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
- *
- * http://www.lockon.co.jp/
- *}-->
-<!--▼リンクここから-->
-<table width="166" border="0" cellspacing="0" cellpadding="0" summary=" ">
-	<tr>
-		<!--{if $tpl_page_category != "abouts"}-->
-			<td><a href="<!--{$smarty.const.URL_DIR}-->abouts/index.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/side/about_on.jpg','about');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/side/about.jpg','about');"><img src="<!--{$smarty.const.URL_DIR}-->img/side/about.jpg" width="166" height="30" alt="当サイトについて" border="0" name="about"></a></td>
-		<!--{else}-->
-			<td><a href="<!--{$smarty.const.URL_DIR}-->abouts/index.php"><img src="<!--{$smarty.const.URL_DIR}-->img/side/about_on.jpg" width="166" height="30" alt="当サイトについて" border="0" name="about"></a></td>
-		<!--{/if}-->
-	</tr>
-	<tr>
-		<!--{if $tpl_page_category != "contact"}-->
-			<td><a href="<!--{$smarty.const.URL_DIR}-->contact/index.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/side/contact_on.jpg','contact');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/side/contact.jpg','contact');"><img src="<!--{$smarty.const.URL_DIR}-->img/side/contact.jpg" width="166" height="30" alt="お問い合わせ" border="0" name="contact"></a></td>
-		<!--{else}-->
-			<td><a href="<!--{$smarty.const.URL_DIR}-->contact/index.php"><img src="<!--{$smarty.const.URL_DIR}-->img/side/contact_on.jpg" width="166" height="30" alt="お問い合わせ" border="0" name="contact"></a><td>
-		<!--{/if}-->
-	</tr>
-	<tr>
-		<!--{if $tpl_page_category != "order"}-->
-			<td><a href="<!--{$smarty.const.URL_DIR}-->order/index.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/side/low_on.jpg','low');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/side/low.jpg','low');"><img src="<!--{$smarty.const.URL_DIR}-->img/side/low.jpg" width="166" height="30" alt="特定商取引に関する法律" border="0" name="low"></a></td>
-		<!--{else}-->
-			<td><a href="<!--{$smarty.const.URL_DIR}-->order/index.php"><img src="<!--{$smarty.const.URL_DIR}-->img/side/low_on.jpg" width="166" height="30" alt="特定商取引に関する法律" border="0" name="low"></a></td>
-		<!--{/if}-->
-	</tr>
-	<tr><td height="10"></td></tr>
-</table>
-<!--▲リンクここまで-->
Index: branches/feature-module-update/html/install/user_data/include/bloc/best5.tpl
===================================================================
--- branches/feature-module-update/html/install/user_data/include/bloc/best5.tpl	(revision 15079)
+++ 	(revision )
@@ -1,90 +1,0 @@
-<!--{*
- * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
- *
- * http://www.lockon.co.jp/
- *}-->
-<!--▼おすすめ情報ここから-->
-<table width="400" border="0" cellspacing="0" cellpadding="0" summary=" ">
-	<tr>
-		<td colspan="2"><img src="<!--{$smarty.const.URL_DIR}-->img/top/osusume.jpg" width="400" height="29" alt="おすすめ情報"></td>
-	</tr>
-	<tr><td height="10"></td></tr>
-
-	<!--{section name=cnt loop=$arrBestProducts step=2}-->
-	<tr valign="top">
-		<td>
-		
-		<!--{if $arrBestProducts[cnt].main_list_image != ""}--><!--{assign var=image_path value="`$arrBestProducts[cnt].main_list_image`"}--><!--{else}--><!--{assign var=image_path value="`$smarty.const.NO_IMAGE_DIR`"}--><!--{/if}-->
-		
-		<table width="190" border="0" cellspacing="0" cellpadding="0" summary=" ">
-			<tr valign="top">
-				<td align="center" valign="middle"><a href="<!--{$smarty.const.URL_DIR}-->products/detail.php?product_id=<!--{$arrBestProducts[cnt].product_id}-->"><img src="<!--{$smarty.const.SITE_URL}-->resize_image.php?image=<!--{$image_path|sfRmDupSlash}-->&width=48&height=48" alt="<!--{$arrBestProducts[cnt].name|escape}-->"></a></td>
-				<td align="right">
-				<table width="132" border="0" cellspacing="0" cellpadding="0" summary=" ">
-					<tr>
-						<!--{assign var=price01 value=`$arrBestProducts[cnt].price01_min`}-->
-						<!--{assign var=price02 value=`$arrBestProducts[cnt].price02_min`}-->
-						<td><span class="fs12"><a href="<!--{$smarty.const.URL_DIR}-->products/detail.php?product_id=<!--{$arrBestProducts[cnt].product_id}-->"><!--{$arrBestProducts[cnt].name|escape}--></a></span><br>
-						<span class="red"><span class="fs12">価格</span><span class="fs10">(税込)</span></span><span class="redst"><span class="fs12">：
-						<!--{if $price02 == ""}-->
-						<!--{$price01|sfPreTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->
-						<!--{else}-->
-						<!--{$price02|sfPreTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->
-						<!--{/if}-->
-						円</span></span></td>
-					</tr>
-					<tr><td height="5"></td></tr>
-					<tr>
-						<td class="fs10"><!--{$arrBestProducts[cnt].comment|escape|nl2br}--></td>
-					</tr>
-				</table>
-				</td>
-			</tr>
-		</table>
-		
-		</td>
-		<td align="right">
-		
-		<!--{assign var=cnt2 value=`$smarty.section.cnt.iteration*$smarty.section.cnt.step-1` }-->
-		<!--{if $arrBestProducts[$cnt2]|count > 0}-->
-			<!--{if $arrBestProducts[$cnt2].main_list_image != ""}--><!--{assign var=image_path value="`$arrBestProducts[$cnt2].main_list_image`"}--><!--{else}--><!--{assign var=image_path value="`$smarty.const.NO_IMAGE_DIR`"}--><!--{/if}-->
-			<table width="190" border="0" cellspacing="0" cellpadding="0" summary=" ">
-				<tr valign="top">
-					<td align="center" valign="middle"><a href="<!--{$smarty.const.URL_DIR}-->products/detail.php?product_id=<!--{$arrBestProducts[$cnt2].product_id}-->"><img src="<!--{$smarty.const.SITE_URL}-->resize_image.php?image=<!--{$image_path|sfRmDupSlash}-->&width=48&height=48" alt="<!--{$arrBestProducts[$cnt2].name|escape}-->"></a></td>
-					<td align="right">
-					<table width="132" border="0" cellspacing="0" cellpadding="0" summary=" ">
-						<tr>
-							<!--{assign var=price01 value=`$arrBestProducts[$cnt2].price01_min`}-->
-							<!--{assign var=price02 value=`$arrBestProducts[$cnt2].price02_min`}-->
-							<td><span class="fs12"><a href="<!--{$smarty.const.URL_DIR}-->products/detail.php?product_id=<!--{$arrBestProducts[$cnt2].product_id}-->"><!--{$arrBestProducts[$cnt2].name|escape}--></a></span><br>
-							<span class="red"><span class="fs12">価格</span><span class="fs10">(税込)</span></span><span class="redst"><span class="fs12">：
-							<!--{if $price02 == ""}-->
-							<!--{$price01|sfPreTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->
-							<!--{else}-->
-							<!--{$price02|sfPreTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->
-							<!--{/if}-->
-							円</span></span></td>
-						</tr>
-						<tr><td height="5"></td></tr>
-						<tr>
-							<td class="fs10"><!--{$arrBestProducts[$cnt2].comment|escape|nl2br}--></td>
-						</tr>
-					</table>
-					</td>
-				</tr>
-			</table>
-		<!--{/if}-->
-	
-	<!--{if !$smarty.section.cnt.last}-->
-	<tr>
-		<td height="20"><img src="<!--{$smarty.const.URL_DIR}-->img/common/line_190.gif" width="190" height="1" alt=""></td>
-		<td align="right"><img src="<!--{$smarty.const.URL_DIR}-->img/common/line_190.gif" width="190" height="1" alt=""></td>
-	</tr>
-	<!--{/if}-->
-	
-	<!--{/section}-->
-<tr><td height="35"></td></tr>
-</table>
-<!--▲おすすめ情報ここまで-->
-		
-		
Index: branches/feature-module-update/html/install/user_data/include/header.tpl
===================================================================
--- branches/feature-module-update/html/install/user_data/include/header.tpl	(revision 15079)
+++ 	(revision )
@@ -1,57 +1,0 @@
-<!--{*
- * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
- *
- * http://www.lockon.co.jp/
- *}-->
-<!--▼HEADER-->
-<table width="780" border="0" cellspacing="0" cellpadding="0" summary=" ">
-	<tr align="center">
-		<td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
-		<td bgcolor="#ffffff">
-		<table width="778" border="0" cellspacing="0" cellpadding="0" summary=" ">
-			<tr bgcolor="#ff6600"><td><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="3" alt=""></td></tr>
-			<tr bgcolor="#ffa85c"><td><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td></tr>
-		</table>
-		<table width="762" border="0" cellspacing="0" cellpadding="0" summary=" ">
-			<tr>
-				<td><a href="<!--{$smarty.const.SITE_URL}-->index.php"><img src="<!--{$smarty.const.URL_DIR}-->img/header/logo.gif" width="302" height="81" alt="おふとんのインターネットショッピング ふとん屋サン" border="0"></a></td>
-				<td>
-				<table width="460" border="0" cellspacing="0" cellpadding="0" summary=" ">
-					<tr><td height="9"></td></tr>
-					<tr>
-						<td colspan="2"><img src="<!--{$smarty.const.URL_DIR}-->img/header/tell.gif" width="460" height="34" alt="お電話でのご注文は0120-000-000 FAXでのご注文は0120-00-0000"></td>
-					</tr>
-					<tr>
-						<td><img src="<!--{$smarty.const.URL_DIR}-->img/header/time.gif" width="160" height="38" alt="受付時間：朝9:00〜夜7:00 土曜日午後6時迄"></td>
-						<td>
-						<!--BUTTON-->
-						<table width="300" border="0" cellspacing="0" cellpadding="0" summary=" ">
-							<tr>
-								<td><a href="<!--{$smarty.const.URL_DIR}-->mypage/login.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/mypage_on.gif','mypage');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/mypage.gif','mypage');"><img src="<!--{$smarty.const.URL_DIR}-->img/header/mypage.gif" width="95" height="20" alt="ログイン情報変更" border="0" name="mypage"></a></td>
-								<td align="center"><a href="<!--{$smarty.const.URL_DIR}-->entry/kiyaku.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/member_on.gif','member');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/member.gif','member');"><img src="<!--{$smarty.const.URL_DIR}-->img/header/member.gif" width="95" height="20" alt="会員登録" border="0" name="member"></a></td>
-								<td align="right"><a href="<!--{$smarty.const.URL_DIR}-->cart/index.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/cartin_on.gif','cartin');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/cartin.gif','cartin');"><img src="<!--{$smarty.const.URL_DIR}-->img/header/cartin.gif" width="95" height="20" alt="カゴの中を見る" border="0" name="cartin"></a></td>
-							</tr>
-						</table>
-						<!--BUTTON-->
-						</td>
-					</tr>
-				</table>
-				</td>
-			</tr>
-		</table>
-		<table width="778" border="0" cellspacing="0" cellpadding="0" summary=" ">
-			<tr><td bgcolor="#666666"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="778" height="1" alt=""></td></tr>
-			<tr><td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="4" alt=""></td></tr>
-			<tr><td bgcolor="#ff8a20"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="778" height="1" alt=""></td></tr>
-		</table>
-		<table width="778" border="0" cellspacing="0" cellpadding="0" summary=" ">
-			<tr><td bgcolor="#ffffff"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="778" height="1" alt=""></td></tr>
-			<tr><td bgcolor="#ffffff"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="4" alt=""></td></tr>
-			<tr><td bgcolor="#ffffff"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="778" height="1" alt=""></td></tr>
-		</table>
-		</td>
-		<td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
-	</tr>
-</table>
-
-<!--▲HEADER-->
Index: branches/feature-module-update/html/install/user_data/include/footer.tpl
===================================================================
--- branches/feature-module-update/html/install/user_data/include/footer.tpl	(revision 15079)
+++ 	(revision )
@@ -1,34 +1,0 @@
-<!--{*
- * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
- *
- * http://www.lockon.co.jp/
- *}-->
-<!--▼FOTTER-->
-<table width="780" border="0" cellspacing="0" cellpadding="0" summary=" ">
-	<tr>
-		<td rowspan="3" bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
-		<td align="center" bgcolor="#ffffff">
-		<table width="762" border="0" cellspacing="0" cellpadding="0" summary=" ">
-			<tr><td height="30"></td></tr>
-			<tr>
-				<td align="right" class="fs10n"><a href="#top"><img src="<!--{$smarty.const.URL_DIR}-->img/common/pagetop.gif" width="100" height="10" alt="このページのTOPへ" border="0"></a></td>
-			</tr>
-			<tr><td height="15"></td></tr>
-		</table>
-		</td>
-		<td rowspan="3" bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
-	</tr>
-	<tr><td bgcolor="#ff6600"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="778" height="1" alt=""></td></tr>
-	<tr>
-		<td align="center" bgcolor="#ffa85c">
-		<table width="762" border="0" cellspacing="0" cellpadding="0" summary=" ">
-			<tr><td height="15"></td></tr>
-			<tr>
-				<td class="fs10n"><span class="white">Copyright(C)2000-2007 EC-CUBE All rights reserved.</span></td>
-			</tr>
-			<tr><td height="15"></td></tr>
-		</table>
-		</td>
-	</tr>
-</table>
-<!--▲FOTTER-->
