.ta1 {
 width: 650px;/*テーブルの幅*/
margin-top:20px;/*テーブルの上にスペース*/
margin-left:0px;/*左にスペース*/
margin-bottom:10px;/*テーブルの下にスペース*/
 }
 
.ta1 td, .ta1 th{
 border-right: 1px solid #999999;/*線の色*/
border-bottom: 1px solid #999999;/*線の色*/
 }
 
.ta1 {
 border-top: 1px solid #999999;/*線の色*/
border-left: 1px solid #999999;/*線の色*/
 }
 
.ta1 .status {
 text-align:center;
 }
 
.ta1 .num {
 text-align:right;
 }
 
.ta1 td, .ta1 th {
 padding:3px 12px;
 }
 
.ta1 tr {
 background-image:url(../images/bk2.gif);
 border-right:solid 1px #999999;
 border-bottom:solid 1px #999999;
 }
 
.ta1 th {
 background-image:url(../images/bk1.gif);
 }

