@charset "utf-8";
/* CSS Document */


/* --- 表全体 --- */
table.sankahi {
width: 500px; /* 表の幅 */
margin-bottom:20px;
border: 1px #666 solid; /* 大枠の境界線 */
border-collapse: collapse;
font-size: 13px;
background:#FFF
}

/* --- セル --- */
table.sankahi th,
table.sankahi td {
/*width: 20%;*/ /* セルの幅（セルの幅を均等にする場合） */
padding: 6px 8px; /* セルのパディング（上下、左右） */
border: 1px #666 solid; /* セルの境界線 */
text-align:center
}

/* --- 会員項目 --- */
tr.member {background: #deefff; /* 会員の背景色 */}
