body,td,tr,th { font-size: 13px; }
#li { line-height: 1.5; }

a { text-decoration:none; }
a:hover { text-decoration:underline; }


/* リンクの色を変更（青色） */
a.b:link { color: blue; }
a.b:visited { color: purple; }
a.b:hover { color: 4682b4; }
a.b:active { color: purple; }
a#b:link { color: blue; }
a#b:visited { color: purple; }
a#b:hover { color: 4682b4; }
a#b:active { color: purple; }

/* リンクの色を変更（灰色） */
a.g:link { color: 606060; }
a.g:visited { color: 606060; }
a.g:hover { color: 4682b4; }
a.g:active { color: 4682b4; }

/* リンクの色を変更（白） */
a.w:link { color: silver; }
a.w:visited { color: silver; }
a.w:hover { color: 4682b4; }
a.w:active { color: 4682b4; }

tr.a {
background-color: 303030;
text-align: center;
color: white;
}

td.a {
border-width: 1px;
border-style: solid;
border-top-color: 707070;
border-left-color: 606060;
border-bottom-color: black;
border-right-color: black;
}

tr.b {
background-color: white;
text-align: center;
}

td#c { text-align: left; }
td#w { color: white; }
#g { color: green; }
#r { color: red; }
#b { color: blue; }
#m { color: maroon; }
#o { color: orange; }
#p { color: purple; }
#db { color: darkblue; }
#s { color: 4682b4; }

tr.c {
background-color: abb8e6;
text-align: center;
}

td.c {
border-width: 1px;
border-style: solid;
border-top-color: dccbf9;
border-left-color: dccbf9;
border-bottom-color: 9aa7d5;
border-right-color: 9aa7d5;
}

b.b { font-size: 17px;color: 4682b4; }
b.g { font-size: 17px;color: green; }

ul { list-style-type: decimal }

/* 通常チップ */
tr.ex {
background-color: CCCCFF;
text-align: center;
}

td.ex {
border-width: 1px;
border-style: solid;
border-top-color: EEEEFF;
border-left-color: EEEEFF;
border-bottom-color: BBBBFF;
border-right-color: BBBBFF;
}

/* ダーク（悪方向）チップ */
tr.exe {
background-color: c0c0c0;
text-align: center;
}

td.exe {
border-width: 1px;
border-style: solid;
border-top-color: d1d1d1;
border-left-color: d1d1d1;
border-bottom-color: a0a0a0;
border-right-color: a0a0a0;
}

tr.aa {
background-color: 303030;
text-align: left;
color: white;
}

tr.a {
background-color: 303030;
text-align: center;
color: white;
}

td.a {
border-width: 1px;
border-style: solid;
border-top-color: 707070;
border-left-color: 606060;
border-bottom-color: black;
border-right-color: black;
}

tr.bb {
background-color: white;
text-align: left;
}

tr.b {
background-color: white;
text-align: center;
}


