Index: branches/version-2_5-dev/data/Smarty/templates/default/header.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/default/header.tpl	(revision 18700)
+++ branches/version-2_5-dev/data/Smarty/templates/default/header.tpl	(revision 19663)
@@ -26,4 +26,21 @@
       <em><!--{$arrSiteInfo.shop_name|escape}-->/<!--{$tpl_title|escape}--></em></a>
   </h1>
+  <!--{* ▼HeaderInternal COLUMN*}-->
+  <!--{if $arrPageLayout.HeaderInternalNavi|@count > 0}-->
+      <div id="headerinternalcolumn">
+          <!--{* ▼上ナビ *}-->
+          <!--{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}-->
+          <!--{* ▲上ナビ *}-->
+      </div>
+  <!--{/if}-->
+  <!--{* ▲HeaderInternal COLUMN*}-->
   <div id="information">
     <ul>
Index: branches/version-2_5-dev/data/Smarty/templates/admin/design/index.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/admin/design/index.tpl	(revision 18900)
+++ branches/version-2_5-dev/data/Smarty/templates/admin/design/index.tpl	(revision 19663)
@@ -74,5 +74,23 @@
             </tr>
             <tr>
-                <th colspan="3" id="layout-header">ヘッダー部</td>
+                <!-- ★☆★ ヘッダ内部ナビテーブル ☆★☆ -->
+                <th id="layout-header">ヘッダー部</th>
+                <td colspan="2" id="HeaderInternalNavi" class="ui-sortable">
+                    <!--{assign var="firstflg" value=false}-->
+                    <!--{foreach key=key item=item from=$tpl_arrBloc name="bloc_loop"}-->
+                        <!--{if $item.target_id == "HeaderInternalNavi"}-->
+                            <div class="sort<!--{if !$firstflg}--> first<!--{/if}-->">
+                                <input type="hidden" class="name" name="name_<!--{$smarty.foreach.bloc_loop.iteration}-->" value="<!--{$item.name}-->" />
+                                <input type="hidden" class="id" name="id_<!--{$smarty.foreach.bloc_loop.iteration}-->" value="<!--{$item.bloc_id}-->" />
+                                <input type="hidden" class="target-id" name="target_id_<!--{$smarty.foreach.bloc_loop.iteration}-->" value="<!--{$item.target_id}-->" />
+                                <input type="hidden" class="top" name="top_<!--{$smarty.foreach.bloc_loop.iteration}-->" value="<!--{$item.bloc_row}-->" />
+                                <!--{$item.name}-->
+                                <label class="anywherecheck">(<input type="checkbox" class="anywhere" name="anywhere_<!--{$smarty.foreach.bloc_loop.iteration}-->" value="1" <!--{$item.anywhere_selected}--> />全ページ)</label> 
+                            </div>
+                            <!--{assign var="firstflg" value=true}-->
+                        <!--{/if}-->
+                    <!--{/foreach}-->
+              </td>
+              <!-- ★☆★ ヘッダ内部ナビテーブル ☆★☆ -->
             </tr>
             <tr>
