/*--------------------------------------------
	トップページ画像ランダム表示
--------------------------------------------*/

　　var num = Math.floor(Math.random()*6);
　　document.write("<img src='img/key_main_"+num+".jpg' width='942' height='253' alt='基盤事業と先進事業の融合、そして更なる成長'>");

