function footer() {
	document.write('<div id="footer">');
	document.write('<ul>');
	document.write('<li class="fnavi-dataprotect"><a href="http://www.kobayashi.co.jp/dataprotect/index.html" target="_blank">個人情報の取り扱いについて</a></li>');
	document.write('<li class="fnavi-security"><a href="http://www.kobayashi.co.jp/security/index.html" target="_blank">セキュリティポリシー</a></li>');
	document.write('<li class="fnavi-company"><a href="http://www.kobayashi.co.jp/corporate/company/index.html" target="_blank">会社概要</a></li>');
	document.write('<li class="fnavi-customer"><a href="http://www.kobayashi.co.jp/customer/index.html" target="_blank">お問い合わせ</a></li>');
	document.write('</ul>');
	document.write('<p class="copyright">Copyright(C) 2009 Kobayashi Pharmaceutical Co,. Ltd.</p>');
	document.write('</div>');
}