Content-type: text/html; charset=<TMPL_VAR NAME=CHARSET>

<?xml version="1.0" encoding="<TMPL_VAR NAME=CHARSET>"?>
<!DOCTYPE html PUBLIC
  "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
    <head>
        <meta http-equiv="Content-Language" content="ja" />
        <meta http-equiv="Content-Type" content="text/html; charset=<TMPL_VAR NAME=CHARSET>" />
        <meta http-equiv="content-style-type" content="text/css" />
        <link href="<TMPL_VAR NAME=CSS_URL>" type="text/css" rel="stylesheet" />
        <title><TMPL_VAR NAME=TITLE></title>
    </head>
    <body>
        <a id="logo" href="<TMPL_VAR NAME=CGI_URL>"><img src="<TMPL_VAR NAME=GIF_URL>" /></a>

        <form method="post" action="<TMPL_VAR NAME=CGI_URL>">
            <input type="hidden" name="mycmd" id="mycmd" value="search" /><br />
            <input type="text" name="myword" id="myword" size="40" /><br />
            <input type="submit" value="Search and Search" />
        </form>

        <TMPL_INCLUDE NAME="footer.txt">
    </body>
</html>