<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="ja" dir="ltr"> <head> <title></title> </head> <body> <FORM method="POST" onsubmit="return chk_submit()"> <TABLE border=1 cellPadding=10 cellSpacing=0 width="100%"> <TR> <TH ID=Header class="font-large align-center" width="20%">hoge</TH> <TH ID=Header class="font-large align-center" width="80%">hogehoge</TH> </TR> </TABLE> <HR> <div id="div1" class="pane-height-small pane-width-large" style="OVERFLOW: hidden; HEIGHT: 60px"> <TABLE cellPadding="1" cellSpacing="2"> <TR> <TH class="pat1" noWrap style="text-align:middle;width:30px;">No</TH> <TH class="pat1" nowrap class="font-medium align-center" style="width:200px">い</TH> <TH class="pat1" nowrap class="font-medium align-center" style="width:400px">ろ</TH> <TH class="pat1" nowrap class="font-medium align-center" style="width:200px">は</TH> <TH class="pat1" noWrap class="font-medium align-center" style="width:90px">に</TH> <TH class="pat1" nowrap class="font-medium align-center" style="width:50px">ほ</TH> <TH class="pat1" nowrap class="font-medium align-center" style="width:100px">へ</TH> <TH class="pat1" nowrap class="font-medium align-center" style="width:150px">と</TH> <TH class="pat1" nowrap class="font-medium align-center" style="width:100px">ち</TH> <TH class="pat1" nowrap class="font-medium align-center" style="width:200px">り</TH> </TR> </TABLE> </div> </body> </html>