[新着] Webテンプレートを仮オープンしました
<!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>
<style type="text/css">
table,td,th{
border-width: 0px;
width: auto;
height: auto;
border-collapse: collapse;
}
#whole{
color: #000000;
background-color: #C8E9FF;
font-size: xx-large;
text-align: center;
width: 700px;
height: 600px;
margin: 0px auto 0px auto;
}
.test1{
color: #000000;
background-color: #FFFFFF;
font-size: medium;
border-width: 1px;
border-style: ridge;
border-color: #FFFFFF;
width: 550px;
}
.test1 table{
color: #000000;
background-color: #C8E9FF;
width: 450px;
margin: 0px auto 0px auto;
border-width: 1px;
border-style: solid;
border-color: #CCCCCC;
height: 90px;
}
.test1 th{
border-width: 1px;
border-style: solid;
border-color: #CCCCCC;
width: 150px;
}
.test1 td{
font-weight: bold;
border-width: 1px;
border-style: solid;
border-color: #CCCCCC;
width: 80px;
}
</style>
</head>
<body>
<table id="whole">
<tr>
<td>サンプル</td>
</tr>
<tr>
<td>
<div class="test1">
<table>
<tbody>
<tr>
<th></th>
<td>前売1日券</td>
<td>-</td>
</tr>
</tbody>
</table>
</div>
</td>
</tr>
</table>
</body>
</html>