function CopyRight() {
	date = new Date();
	year = date.getYear();
	if (year < 2000) year += 1900;
	document.write("Copyright &copy; "+year+" ARCHITECTS STUDIO JAPAN INC.")
}


document.write('<div id="footer">');
document.write('<div class="footer01"><a href="http://www.asj-net.com/sitepolicy/index.html">サイトポリシー</a>　　<a href="http://www.asj-net.com/sitepolicy/index.html#p">プライバシーポリシー</a>　　<a href="http://www.asj-net.com/sitemap/index.html">サイトマップ</a>　　<a href="http://www.asj-net.com/aboutlinks/index.html">リンクについて</a>　　<a href="http://www.asj-net.com/contact/contact.php">お問い合わせ</a></div>');
document.write('<div class="footer02">');
CopyRight()
document.write('</div>');
document.write('</div>');


