.ta1 {
 width: 650px;/*テーブルの幅*/
margin-top:20px;/*テーブルの上にスペース*/
margin-left:0px;/*左にスペース*/
margin-bottom:10px;/*下に少しスペース*/
 }
 
.ta1.status {
 text-align:center;
 }
 

.ta1 th,.ta1 td {
 padding:10px 15px;
 }
 
.ta1 th {
 border-bottom:double 3px #696969;
 text-align:left;
 }
 
.ta1 td {
 border-bottom:dotted 1px #696969;
 }
 
.ta1 a {
 color:#696969;
 }

p.example1 { color: #ff0000; }


