document.open();
document.write('<ul class="footNavi01">');
document.write('<li><a href="index.html">ホーム</a>&nbsp;|');
document.write('<li><a href="mantenance/mantenance.html">メンテナンス</a>&nbsp;|');
document.write('<li><a href="modefied/modefied.html">モディファイ</a>&nbsp;|');
document.write('<li><a href="originalParts/originalParts.html">オリジナルパーツ</a>&nbsp;|');
document.write('<li><a href="demo/demo.html">デモンストレーション</a>&nbsp;|');
document.write('<li><a href="gallery/gallery.html">ギャラリー</a>');
document.write('<br />');
document.write('<li><a href="customStory/customStory.html">カスタムストーリー</a>&nbsp;|');
document.write('<li><a href="touringClub/touringClub.html">ツーリングクラブ</a>&nbsp;|');
document.write('<li><a href="shop/shop.html">ショップ</a>&nbsp;|');
document.write('<li><a href="shop/link.html">リンク</a>&nbsp;|');
document.write('<li><a href="aboutSite/aboutSite.html">ご利用にあたって</a>&nbsp;|');
document.write('<li><a href="siteMap/siteMap.html">サイトマップ</a>');
document.write('</ul">');
document.close();
