<!--
/* フッターナビ */

document.write('<p>');
document.write('<a href="/policy.html">サイトのご利用にあたって</a>');
document.write(' &nbsp;│&nbsp; ');
document.write('<a href="/privacy_info.html">個人情報の取り扱いについて</a>');
document.write(' &nbsp;│&nbsp; ');
document.write('<a href="/privacy_policy.html">個人情報保護方針</a>');
document.write(' &nbsp;│&nbsp; ');
document.write('<a href="/ir/disclaimer.html">免責事項</a>');
document.write('</p>');

-->