<!--
// URL
	var url = 'http://f-akiyoshi.com';

// リンク

document.write('|&nbsp;');
document.write('<a href=\"' + url + '/\">ホーム</a>');
document.write('&nbsp;|&nbsp;');
document.write('<a href=\"' + url + '/lease.html\">賃貸物件情報</a>');
document.write('&nbsp;|&nbsp;');
document.write('<a href=\"' + url + '/sale.html\">売り物件情報</a>');
document.write('&nbsp;|&nbsp;');
document.write('<a href=\"' + url + '/rec.html\">お薦め物件情報</a>');
document.write('&nbsp;|&nbsp;');
document.write('<a href=\"https://secure886.sakura.ne.jp/f-akiyoshi.com/inquiry.html\">お問い合わせ</a>');
document.write('&nbsp;|&nbsp;');
document.write('<a href=\"' + url + '/corporate_guidance.html\">会社案内</a>');
document.write('&nbsp;|&nbsp;');
document.write('<a href=\"' + url + '/link.html\">リンク</a>');
document.write('&nbsp;|');


//-->