// 共通のタイトルを表示する
title = document.title;
document.write('<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH="100%">');
document.write('<TR><TD BGCOLOR="#3366CC" ROWSPAN=2>&nbsp;<IMG SRC="Image/Title2.jpg" ALT="Title"></TD>');
document.write('<TD ALIGN=RIGHT BGCOLOR="#3366CC"><BR></TD></TR>');
document.write('<TR><TD ALIGN=RIGHT BGCOLOR="#3366CC" CLASS=mini><FONT COLOR=WHITE>');

document.write('Since : 2000/06/15&nbsp;<BR>Last Update : 2008/08/04&nbsp;</FONT></TD></TR></TABLE>');

document.write('<TABLE BORDER=0 CELLPADDING=1 CELLSPACING=0 WIDTH="100%">');
document.write('<TR><TD BGCOLOR="#3399FF" COLSPAN=2 CLASS=smallw><FONT COLOR=WHITE><B>|');
	document.write('&nbsp;<SPAN CLASS=smalllnk>Home</SPAN>&nbsp;|');
	document.write('&nbsp;<SPAN CLASS=smalllnk>Camp Dialy</SPAN>&nbsp;|');
	document.write('&nbsp;<SPAN CLASS=smalllnk>Camp Goods</SPAN>&nbsp;|');
	document.write('&nbsp;<SPAN CLASS=smalllnk>Yuto&Ayumu</SPAN>&nbsp;|');
	document.write('&nbsp;<SPAN CLASS=smalllnk>BBS</SPAN>&nbsp;|');
	document.write('&nbsp;<SPAN CLASS=smalllnk>blog</SPAN>&nbsp;|');
	document.write('&nbsp;<SPAN CLASS=smalllnk>Link</SPAN>&nbsp;|');
	document.write('&nbsp;<SPAN CLASS=smalllnk>Profile</SPAN>&nbsp;|');
	document.write('&nbsp;<SPAN CLASS=smalllnk>About this site</SPAN>&nbsp;|');
document.write('</B></FONT></TD></TR>');
document.write('</TABLE>');
