//トップページ左メニュー
function printLeftmenuHome() {
	document.write('<img src="../common/spacer.gif" border=0>');
	document.write('<a href="../index_e.html"><img src="../common/dot1.gif" border=0 align="bottom">HOME</a>');
	document.write('<a href="../com_e/index.html"><img src="../common/dot1.gif" border=0 align="bottom">Profile</a>');
	document.write('<a href="../activity_e/index.html"><img src="../common/dot1.gif" border=0 align="bottom">Our Business</a>');
	document.write('<a href="../ckdcbu_e/index.html"><img src="../common/dot1.gif" border=0 align="bottom">The Way of Shipment</a>');
		document.write('<a href="http://www.kantoku-worldstation.com" target="_blank"><img src="../images/b_wstation.gif" width="160" border=0></a>');

}


