body{
background-color:#eeeeee;
}

h1{
text-align:center;
font-size:28pt;
color:#6666ff;
}

span.vol{
font-size:125%;
font-weight:800;
font-family:Eras Bold ITC,Cooper Black,Arial,Times New Roman,Century;
}

span.problem{
background-color:#0000ff;
color:#ffffff;
}

/*--表形式--*/

table{
table-layout:fixed;
vertical-align:top;
background-color:#ffffff
}

th{
color:#0000ff !important;
text-align:center;
}

td.no{
text-align:right;
}

td.a,td.other{
color:#ffffff;
}

/*---リスト形式--*/
ul,ol{
list-style-type:decimal;
line-height:125%;
}

li{
padding:3mm 0mm 0mm 0mm;
line-height:125%;
}
