var hereURL = (location.href).match(/^https?:\/\/.*?\//);
hereURL = (hereURL=="https://ssl.casareal.co.jp/" ? "http://www.casareal.co.jp/" : hereURL);
document.write('<!--フッター-->');
document.write('<div class="footer">');
document.write('	<div class="footer_line"></div>');
document.write('	<!--フッターメニュー-->');
document.write('	<div class="footer_menu">');
document.write('		<ul>');
document.write('			<li><a href="' + hereURL + 'sitemap/index.html">サイトマップ</a></li>');
document.write('			<li><a href="' + hereURL + 'gaiyo/index_policy.html">プライバシーポリシー</a></li>');
document.write('		</ul>');
document.write('	</div>');
document.write('	<!--/フッターメニュー-->');
document.write('	<div class="footer_copy">');
document.write('		<img src="/common/img/copyright.gif" width="302" height="14" alt="Copyright c 1999-2010 CASAREAL,Inc. All right reserved." title="Copyright c 1999-2010 CASAREAL,Inc. All right reserved." />');
document.write('	</div>');
document.write('</div>');
document.write('<div class="cl"></div>');
document.write('<!--/フッター-->');





