<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>自動的に閉じるウィンドウ</title>
<META http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<META http-equiv="Content-Style-Type" content="text/css">
<script language="JavaScript">
<!--
function win_open(){
window.open("./menu.html","menu","toolbar=no,location=no,directories=no,status=no,menubar=no,top=10,left=10,width=200,height=200");
}
//-->
</script>
</head>
<body bgcolor="#0033CC" text="#CCFFCC">
<script language="JavaScript">
<!--
win_open()
//-->
</script>
<div align="center">
<table border="0" align="center">
<tr align="center">
<td colspan="4"><img src="welcome.gif" width="400" height="50" border="0"></td>
</tr>
<tr>
<td><img src="movie.gif" width="100" height="30"></td>
<td><img src="music.gif" width="100" height="30"></td>
<td><img src="link.gif" width="100" height="30"></td>
<td><img src="bbs.gif" width="100" height="30"></td>
</tr>
</table>
</div>
</body>
</html>