/* ヘッダーナビリンク */
function headerNavi(){
	document.write('<ul>');
	document.write('<li>|&nbsp;&nbsp;<span class="gray2">■</span><a href="/corp_eng/index.html" target="_self">CORPORATE and INVESTORS Information</a>&nbsp;&nbsp;</li>');
	document.write('<li>|&nbsp;&nbsp;<span class="gray2">■</span><a href="/corp/index.html" target="_blank">JAPANESE</a>&nbsp;&nbsp;|</li>');
	document.write('</ul>');
};
/* フッターナビリンク */
function footerNavi(){
	document.write('<div class="navi"><ul>');
	document.write('<li>|&nbsp;&nbsp;<a href="/corp_eng/sitemap/index.html" target="_top">Sitemap</a>&nbsp;&nbsp;</li>');
	document.write('<li>|&nbsp;&nbsp;<a href="http://www.hudsonsoft.net/" target="_blank">Global&nbsp;Site</a>&nbsp;&nbsp;</li>');
	document.write('<li>|&nbsp;&nbsp;<a href="/corp_eng/about/index.html" target="_top">Disclaimer</a>&nbsp;&nbsp;</li>');
	document.write('<li>|&nbsp;&nbsp;<a href="/corp_eng/news/contact.html" target="_top">Inquiries</a>&nbsp;|</li>');
	document.write('</ul></div>');
};

function copyright(){
	document.write('<div class="copyright">&copy;HUDSON&nbsp;SOFT ALL&nbsp;RIGHT&nbsp;RESERVED.</div>');
}