<HTML>
<HEAD>
<TITLE>画像切り替え</TITLE>
</HEAD>
<!---------START OF PROGRUM--------->
<BODY>
<TABLE bgcolor="#ffffff" border="1">
<TR>
<TH width="100" height="100" onmouseover="this.style.backgroundColor='#e6ffe6'"
onmouseout="this.style.backgroundColor='#ccccff'"
style="border-color:blue; border-width:3px; border-style:solid;">
<A HREF="inter01.html" target="_top">
<FONT size="3">旅 紀 行<BR>(北海道)</FONT></A>
</TH>
<TH width="100" height="100" onmouseover="this.style.backgroundColor='#ffe0ff'"
onmouseout="this.style.backgroundColor='#ccffe6'"
style="border-color:blue; border-width:3px; border-style:solid;">
<A HREF="inter02.html" target="_top">
<FONT size="3">旅 紀 行<BR>(九州沖縄)<FONT></A>
</TH>
</TR>
</TABLE>
<!----------END OF RUN---------->
</BODY>
</HTML>
|