﻿///////////////////////////////////////////////////////////////////////
// Info: フットナビゲーションのメニューを表示する。
///////////////////////////////////////////////////////////////////////
/*@cc_on _d=document;eval('var document=_d')@*/

document.write('<ul class="menu_list">',
'<li><a href="' + URL_TOP + 'page_use_guide/index.html">ご利用案内</a>&nbsp;|&nbsp;</li>',
'<li><a href="' + URL_TOP + 'page_inquiry/index.html">お問い合わせ</a>&nbsp;|&nbsp;</li>',
'<li><a href="' + URL_TOP + 'page_sitemap/index.html">サイトマップ</a>&nbsp;|&nbsp;</li>',
'<li><a href="' + URL_TOP + 'page_environmental_line/index.html">環境方針</a>&nbsp;|&nbsp;</li>',
'<li><a href="' + URL_TOP + 'pdf/iwamoto-calendar.pdf" title="当社の営業カレンダーをダウンロードします(PDF)" target="_blank">営業カレンダー(PDF)</a>&nbsp;</li>',
'</ul>',
'<ul class="menu_list_page_action">',
'<li><a href="javascript:history.back()" title="前のページに戻ります">←戻る</a>&nbsp;|&nbsp;</li>',
'<li><a href="#container" title="このページの先頭に移動します">↑先頭へ</a>&nbsp;|&nbsp;</li>',
'<li><a href="' + URL_TOP + 'index.html" title="トップページに移動します">ホームへ</a>&nbsp;</li>',
'</ul>');
