table {
width: 650px; /* 表の幅 */
margin-bottom: 0px; /* 表の下マージン */
font-size: 80%;
}

/* --- 表タイトル --- */

/* --- セル --- */
table th,
table td {
/*padding: 0px 0px; *//* セルのパディング（上下、左右） */

}


/* --- データセル --- */
table tbody td {
/*background-color: #ffffff;*/ /* データセルの背景色 */
}

