//ページの共通フッター(ヘッダーメニュー)
function header(){
document.write('<CENTER>');
document.write('<TABLE id="_____01" width="980" height="116" border="0" cellpadding="0" cellspacing="0">');
document.write('<tr>');
document.write('<td rowspan="4"><IMG src="images/cresto_01.jpg" width="29" height="73" alt="" border="0"></td>');
document.write('<td colspan="2" rowspan="4"><A href="http://www.crestodigitals.com"><IMG src="images/cresto_02.gif" width="143" height="73" alt="クレストデジタルズ株式会社" border="0"></A></td>');
document.write('<TD colspan="3" rowspan="4" bgcolor="#FFFFFF"><IMG src="images/spacer.gif" width="533" height="73" border="0"></TD>');
document.write('<td colspan="5"><IMG src="images/cresto_04.jpg" width="275" height="16" alt="" border="0"></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td colspan="2"><A href="index_company.html"><IMG src="images/cresto_05.jpg" width="84" height="24" alt="会社案内" border="0"></A></td>');
document.write('<td><A href="mailto:info@crestodigitals.com"><IMG src="images/cresto_06.jpg" width="72" height="24" alt="メール" border="0"></A></td>');
document.write('<td><A href="index_sitemap.html"><IMG src="images/cresto_07.jpg" width="91" height="24" alt="サイトマップ" border="0"></A></td>');
document.write('<td><img src="images/cresto_08.jpg" width="28" height="24" alt="" border="0"></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<TD colspan="5" bgcolor="#FFFFFF" background="images/cresto_09.jpg"><IMG src="images/spacer.gif" width="275" height="24" border="0" alt="お問合せ電話　089-998-7033"></TD>');
document.write('</tr>');
document.write('<tr>');
document.write('<td colspan="5"><IMG src="images/cresto_10.jpg" width="275" height="9" alt="" border="0"></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td colspan="2"><A href="http://www.crestodigitals.com"><IMG src="images/cresto_11.jpg" width="123" height="42" alt="トップ" border="0"></A></td>');
document.write('<td colspan="2"><A href="index_consul_planning.html"><IMG src="images/cresto_12.jpg" width="243" height="42" alt="ＩＴ・コンサルティング企画" border="0"></A></td>');
document.write('<td><A href="index_web_solution.html"><IMG src="images/cresto_13.jpg" width="234" height="42" alt="Ｗｅｂ制作・クリエィティブ" border="0"></A></td>');
document.write('<td colspan="2"><A href="index_system_solution.html"><IMG src="images/cresto_14.jpg" width="183" height="42" alt="システム開発・導入" border="0"></A></td>');
document.write('<td colspan="4"><A href="index_travel_incentive.html"><IMG src="images/cresto_15.jpg" width="197" height="42" alt="旅行・ＭＵＳＩＣ" border="0"></A></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<TD bgcolor="#FFFFFF"><img src="images/spacer.gif" width="29" height="1" alt=""></TD>');
document.write('<TD bgcolor="#FFFFFF"><img src="images/spacer.gif" width="94" height="1" alt=""></TD>');
document.write('<TD bgcolor="#FFFFFF"><img src="images/spacer.gif" width="49" height="1" alt=""></TD>');
document.write('<TD bgcolor="#FFFFFF"><img src="images/spacer.gif" width="194" height="1" alt=""></TD>');
document.write('<TD bgcolor="#FFFFFF"><img src="images/spacer.gif" width="234" height="1" alt=""></TD>');
document.write('<TD bgcolor="#FFFFFF"><img src="images/spacer.gif" width="105" height="1" alt=""></TD>');
document.write('<TD bgcolor="#FFFFFF"><img src="images/spacer.gif" width="78" height="1" alt=""></TD>');
document.write('<TD bgcolor="#FFFFFF"><img src="images/spacer.gif" width="6" height="1" alt=""></TD>');
document.write('<TD bgcolor="#FFFFFF"><img src="images/spacer.gif" width="72" height="1" alt=""></TD>');
document.write('<TD bgcolor="#FFFFFF"><img src="images/spacer.gif" width="91" height="1" alt=""></TD>');
document.write('<TD bgcolor="#FFFFFF"><img src="images/spacer.gif" width="28" height="1" alt=""></TD>');
document.write('</tr>');
document.write('</TABLE>');
document.write('</CENTER>');
}