// JavaScript Document
function top_link(){
document.write('<dl id="mainBanner01">');
document.write('<dt><a href="illuminate/partner.html">設計事務所様のパートナー</a></dt>');
document.write('<dd><a href="illuminate/partner.html">設計事務所様のパートナーに関してはこちらをクリック</a></dd>');
document.write('</dl>');

document.write('<dl id="mainBanner02">');
document.write('<dt><a href="illuminate/direction.html">店舗照明の演出家として</a></dt>');
document.write('<dd><a href="illuminate/direction.html">店舗照明の演出家としてに関してははこちらをクリック</a></dd>');
document.write('</dl>');
}
function top_thumb_link(){
document.write('<div id="indexBannerArea">');
document.write('<ul>');
document.write('<li><a href="case/index.html"><img src="images/indexcon01_bn01.jpg" alt="CLUB・ディスコ" width="258" height="88" /></a></li>');
document.write('<li><a href="case/case02.html"><img src="images/indexcon01_bn02.jpg" alt="キャバクラ・SHOW PUB" width="258" height="88" /></a></li>');
document.write('<li><a href="case/case03.html"><img src="images/indexcon01_bn03.jpg" alt="ホテル・レストラン" width="258" height="88" /></a></li>');
document.write('<li><a href="case/case04.html"><img src="images/indexcon01_bn04.jpg" alt="展示会・イベント" width="388" height="88" /></a></li>');
document.write('<li><a href="case/case05.html"><img src="images/indexcon01_bn05.jpg" alt="アミューズメント" width="388" height="88" /></a></li>');
document.write('</ul>');
document.write('</div>');
}
