//==============================================================================
// 文字サイズ変更書き出し
//==============================================================================
var Write_CFoot= '';
Write_CFoot += '<div id="footer-area">\n';
Write_CFoot += '<ul class="footer-menu">\n';
Write_CFoot += '<li class="f-top"><a href="' + absolutePATH + 'smap/bsmap-f.html">サイトマップ</a></li>\n';
Write_CFoot += '<li><a href="http://www.navida.ne.jp/about/gaiyo.html">福祉振興財団とは</a></li>\n';
Write_CFoot += '<li><a href="' + absolutePATH + 'about/menseki.html">ご利用上の注意事項</a></li>\n';
Write_CFoot += '<li><a href="' + absolutePATH + 'about/minasama.html">掲載事業所の皆様へ</a></li>\n';
Write_CFoot += '<li><a href="' + absolutePATH + 'about/koukoku.html">広告掲載について</a></li>\n';
Write_CFoot += '</ul>\n';
Write_CFoot += '<div id="copy-area"><img src="' + absolutePATH + 'img/copyright.gif" alt="Copyright (c) 財団法人神奈川県経営者福祉振興財団. All Rights Reserved." width="355" height="15" /></div>\n';
Write_CFoot += '</div>\n';

document.write(Write_CFoot);
