body{
    margin:0px;          /* ページ全体のmargin */
    padding:0px;         /* ページ全体のpadding */
    text-align:center;   /* 下記のautoに未対応用のセンタリング */
}
.center
    {
     margin-left:auto;    /* 左側マージンを自動的に空ける */
     margin-right:auto;   /* 右側マージンを自動的に空ける */
     text-align:left;     /* 中身を左側表示に戻す */
     width:700px;         /* 幅を決定する */
    }
a:link{
    color:#00e;
}
a:hover{
    color:#08f;
}
a:visited{
    color:#00e;
}
.homelnk{
    position: relative;
    top: 30px;
    left: 10px;
    font-size: 1.0em;
    color:#222;
}table{
    text-align: center;
    border-collapse: collapse;
    font-size: 12px;
}
table th,
table td{
    border: 1px solid #888;
    padding: 4px;
    font-size: 12px;
}
table caption{
    color: orange;
    font-size: 24px;
    font-weight: bold;
}
thead th{
    background-color: #339;
    color: #ddd;
}
tbody th{
    background-color: #ccc;
}
.col1{
    width: 100px;
}
.col2{
    width: 100px;
}
.col3{
    width: 200px;
}
.col4{
    width: 300px;
}
tbody td{
    background-color: #ddd;
    text-align: left;
}
