<html> <head> <title>soup</title> <META 省略> <script language="JavaScript"> <!-- 省略 //--> </script> <style TYPE="text/css"> <!-- 省略 --> </style> <link rel="SHORTCUT ICON" href="http://www.soup-web.net/img/favicon.ico"> </head> <body bgcolor=#ffffff> /* (1) */ <div class="fb_12"> /* (2) */ <frameset rows=55,* border="0" framespacing="0"> <frame src="http://www.soup-web.net/_header.html" name="frame_header" frameborder=0 noresize scrolling="no" marginheight=0> <frame src="http://www.soup-web.net/_main.html#about" name="frame_main" frameborder=0 marginheight=0> <noframes> <body bgcolor=#ffffff> /* (1)' */ 省略 </body> /* (3)' */ </noframes> </frameset> </body> /* (3) */ </html>