<!--
// 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;|&nbsp;');

document.write('<a href=\"' + url + '/about_link.html\">リンクについて</a>');
document.write('&nbsp;|');


document.write('<br>');

document.write('|&nbsp;');
document.write('<a href=\"https://secure886.sakura.ne.jp/f-akiyoshi.com/request1.html\">お探し物件（売買）登録コーナー「無料」</a>');
document.write('&nbsp;|&nbsp;');
document.write('<a href=\"https://secure886.sakura.ne.jp/f-akiyoshi.com/request2.html\">お探し物件（賃貸）登録コーナー「無料」</a>');
document.write('&nbsp;|&nbsp;');
document.write('<a href=\"https://secure886.sakura.ne.jp/f-akiyoshi.com/questionnaire.html\">アンケート</a>');
document.write('&nbsp;|&nbsp;');
document.write('<a href=\"' + url + '/protection.html\">個人情報の取り扱いについて</a>');
document.write('&nbsp;|');


//-->