//ページ左メニュー
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('<strong>環境活動</strong>');
	document.write('<a href="index.html#01"><img src="../common/dot1.gif" border=0 align="bottom">チームマイナス6％に参加</a>');
	document.write('<a href="index.html#02"><img src="../common/dot1.gif" border=0 align="bottom">営業車にプリウス導入</a>');
	document.write('<a href="20050922.html"><img src="../common/dot1.gif" border=0 align="bottom">2005年9月20日環境マネジメントシステムISO14001認証取得</a>');
	document.write('<a href="20071003.html"><img src="../common/dot1.gif" border=0 align="bottom">2007年9月14日品質マネジメントシステムISO9001認証取得</a>');
	document.write('<a href="20071004.html"><img src="../common/dot1.gif" border=0 align="bottom">経営方針</a>');

	document.write('<strong>社会貢献活動</strong>');
	document.write('<a href="index.html#03"><img src="../common/dot1.gif" border=0 align="bottom">ユニセフ募金</a>');
	document.write('<a href="index.html#04"><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>');
}

