//ページ左メニュー
function printLeftmenuHome() {
	document.write('<img src="../common/spacer.gif" border=0>');
	document.write('<a href="../index.html"><img src="../common/dot1.gif" border=0 align="bottom">HOME</a>');
	document.write('<a href="../com/index.html"><img src="../common/dot1.gif" border=0 align="bottom">会社概要</a>');
	document.write('<a href="../rinen/index.html"><img src="../common/dot1.gif" border=0 align="bottom">経営理念</a>');
			document.write('<a href="http://www.kantoku-worldstation.com/japanese/index-ja.html" target="_blank"><img src="../images/b_wstation.gif" width="160" border=0></a>');
		document.write('<a href="../container/index.html"><img src="../images/kcs_banner.gif" alt="KCS" border="0"></a>');

}

