//選択ボタンの記述
function selectbutton() {
	document.write("
		<div class="click">
			<img src="top/home2.gif" width="110px" border="0" />
			<a href="member/member.html"><img src="top/member1.gif" width="110" border="0" /></a>
			<a href="study/study.html"><img src="top/study1.gif" width="110" border="0" /></a>
			<a href="access/access.html"><img src="top/access1.gif" width="110" border="0" /></a>
			<a href="diary/diary.html"><img src="top/diary1.gif" width="110" border="0" /></a>
			<a href="inquiry/inquiry.html"><img src="top/inquiry1.gif" width="110" border="0" /></a>
			<a href="blog/blog.cgi" target="_blank"><img src="top/blog1.gif" width="110" border="0" /></a>
		</div>
	");
}