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="sitepolicy/index.html">サイトポリシー</a>　　<a href="sitepolicy/index.html#p">プライバシーポリシー</a>　　<a href="sitemap/index.html">サイトマップ</a>　　<a href="aboutlinks/index.html">リンクについて</a>　　<a href="contact/contact.php">お問い合わせ</a><br /><a href="https://www.asj-net.com/members/login_a_only" class="rewrite_me">ARCHITECTS ONLY</a>　　<a href="https://www.asj-net.com/members/login_s_only" class="rewrite_me">STUDIO ONLY</a></div>');
document.write('<div class="footer02">');
CopyRight()
document.write('</div>');
document.write('</div>');


