<!--
loc = document.location.pathname;


homedirectory="/"
homefile1="/index.html"

//ヘッダー
document.writeln('<div id="footer">');
document.writeln('<ul class="footmenu clearfix">');
document.writeln('<li class="news"><a href="../new/index.html" title="ニュースリリース"></a></li>');
document.writeln('<li class="partner"><a href="../partner/index.html" title="代理店募集">代理店募集</a></li>');
document.writeln('<li class="sitemap"><a href="../sitemap/index.html" title="サイトマップ">サイトマップ</a></li>');
document.writeln('</ul>');
document.writeln('<div class="footinfo">');
document.writeln('<a href="https://www.ladys-svenson.com/php-public/contact.php?&uac8=8" title="カタログの御請求" target="_blank"><img src="../images/head_link_01.gif" alt="カタログの御請求" width="133" height="37" border="0" align="top" onmouseover="this.src=\'../images/head_link_01_on.gif\'" onmouseout="this.src=\'../images/head_link_01.gif\'" /></a><a href="https://www.ladys-svenson.com/php-public/contact.php?&uac16=16" title="相談予約" target="_blank"><img src="../images/head_link_03.gif" alt="相談予約" width="82" height="37" border="0" align="top" onmouseover="this.src=\'../images/head_link_03_on.gif\'" onmouseout="this.src=\'../images/head_link_03.gif\'" /></a>');
document.writeln('<img src="../images/footer_img_01.gif" alt="各種お問い合わせ 0120-59-0480" width="181" height="35" border="0" />');
document.writeln('</div>');
document.writeln('<br class="clear" />');
document.writeln('<div class="dotline01">&nbsp;</div>');
document.writeln('<ul class="footlink">');
document.writeln('<li><a href="../privacy/index.html">個人情報保護方針</a>｜</li>');
document.writeln('<li><a href="../privacy/personal.html">個人情報の取り扱いについて</a>｜</li>');
document.writeln('<li><a href="../privacy/compliance.html">コンプライアンス行動規範</a></li>');
document.writeln('</ul>');
document.writeln('<p class="copyright">Copyright &copy; 2008 SVENSON JAPAN Inc. All Rights Reserved.</p>');
document.writeln('<br class="clear" />');
document.writeln('</div>');
// -->
