// JavaScript Document
document.write('<div id="header">');

document.write('<div class="clearfix">');
document.write('<h1><a href="/index.html"><img src="/imgs/gl_logo.gif" width="161" height="47" alt="GUERLAIN&nbsp;PARIS" /></a></h1>');
document.write('<p class="backtop"><a href="/index.html"><img src="/imgs/gl_btn_backtop.gif" width="66" height="18" alt="TOPへ戻る" /></a></p>');
document.write('</div>');

// 通常
document.write('<div id="gnavi" class="clearfix">');
document.write('<ul>');
document.write('<li><a href="/first/index.html"><img src="/imgs/gl_gnavi01_off.gif" width="180" height="50" alt="はじめての方へ&#13;&#10;GUERLAIN PARIS" /></a></li>');
document.write('<li><a href="/treatment/index.html"><img src="/imgs/gl_gnavi02_off.gif" width="180" height="50" alt="トリートメント一覧&#13;&#10;Treatment" /></a></li>');
document.write('<li><a href="/bridal/index.html"><img src="/imgs/gl_gnavi03_off.gif" width="180" height="50" alt="ブライダルエステ&#13;&#10;Bridal" /></a></li>');
document.write('<li><a href="/recommendation/index.html"><img src="/imgs/gl_gnavi04_off.gif" width="180" height="50" alt="おすすめプラン&#13;&#10;Recommendation" /></a></li>');
document.write('<li><a href="/guide/index.html"><img src="/imgs/gl_gnavi05_off.gif" width="180" height="50" alt="サロンリスト&#13;&#10;Salon List" /></a></li>');
document.write('</ul>');

// マウスオーバー
document.write('<ul id="gnavi_on">');
document.write('<li><img src="/imgs/gl_gnavi01_on.gif" width="180" height="50" alt="はじめての方へ&#13;&#10;GUERLAIN PARIS" id="gl_gnavi01" /></li>');
document.write('<li><img src="/imgs/gl_gnavi02_on.gif" width="180" height="50" alt="トリートメント一覧&#13;&#10;Treatment" id="gl_gnavi02" /></li>');
document.write('<li><img src="/imgs/gl_gnavi03_on.gif" width="180" height="50" alt="ブライダルエステ&#13;&#10;Bridal" id="gl_gnavi03" /></li>');
document.write('<li><img src="/imgs/gl_gnavi04_on.gif" width="180" height="50" alt="おすすめプラン&#13;&#10;Recommendation" id="gl_gnavi04" /></li>');
document.write('<li><img src="/imgs/gl_gnavi05_on.gif" width="180" height="50" alt="サロンリスト&#13;&#10;Salon List" id="gl_gnavi05" /></li>');
document.write('</ul>');
document.write('</div>');

document.write('</div>');
