table.member_list
{
    width: 40%;
    vertical-align: middle;
    text-align: center;
    font-family: "メイリオ";
}
table.member_list tr
{
    height: 37px;
}
table.member_list td.member_name
{
    width: 30%;
    color: white;
    background-color: darkturquoise;
    font-size: 13pt;
}
table.member_list td.affiliation
{
    width: 68%;
    color: black;
    background-color: lightcyan;
    font-size: 11pt;
}
