@charset "utf-8";

body {  background-color: #202020;
	color: #cccccc;
}

html,body {scrollbar-face-color:#696969; }

.listname {
  font-size: 2em;
  margin-bottom: 0.25em;
}

/* ---------リンク */

a.yellow:link {
  color: #ffff00;
  text-decoration: none;
}

a.yellow:visited {
  color: #ffff00;
  text-decoration: none;
}

a.yellow:hover {
  color: #ff0000;
  text-decoration: none;
}


/* ---------テーブル */

table.list{
    width: 100%;
    border-top:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#202020;
    empty-cells:show;
    margin-bottom: 25px;
}
.list th{
    border-right:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
    color:#c0c0c0;
    background-color:#202020;
    background-position:left top;
    padding:0.5em 0.5em;
    text-align:center;
}
.list td{
    color:#c0c0c0;
    border-right:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
    background-position:left top;
    padding:0.53em 0.5em;
    text-align:left;
    white-space: nowrap;
    margin-right: 25px;
    margin-bottom: 5px
;}
