// JavaScript Document


function writeFooter()
{
document.write('<ul>');
document.write('<li class="f-left"><a href="/guide.html"><img src="/common/img/icon.gif" width="3" height="5"> このサイトについて</a></li>');
document.write('<li class="f-left"><a href="/sitemap.html"><img src="/common/img/icon.gif" width="3" height="5"> サイトマップ</a></li>');
document.write('</ul>');
document.write('<address>Copyright &copy; 1945-2012 MIZMA Co.,Ltd All Rights Reserved.</address>');
	}


function workswriteFooter()
{
document.write('<ul>');
document.write('<li class="f-left"><a href="/guide.html"><img src="/common/img/icon.gif" width="3" height="5"> このサイトについて</a></li>');
document.write('<li class="f-left"><a href="/sitemap.html"><img src="/common/img/icon.gif" width="3" height="5"> サイトマップ</a></li>');
document.write('</ul>');
document.write('<address>無断転載を禁じます。Copyright &copy; 1945-2012 MIZMA Co.,Ltd All Rights Reserved.</address>');
	}
