*{}

body{
	color: #aaaaaa;
	background-color: #191919;
	font-family: "メイリオ", "Times New Roman";
}
body,table,th,td{
	font-size: 13px;
	line-height: 22px;
}

table{
	border-collapse: collapse;
	empty-cells: show;
	border: solid 1px #666666;
}
th {
	color: #dddddd;
	background: #333333;
	font-size: 12px;
	font-family: courier;
}
td{
	padding: 3px;
	text-align: left;
}

a[href]{
	cursor: pointer;
	text-decoration: none;
	color: #aaaaff;
}
a:visited{color:#996699;}
a[href]:hover{
	color: #eeeeee;
	text-decoration: underline;
}
a[href^="http://"], a[href^="https://"]{
	cursor: alias;
}
a[href*="wikipedia.org/"]{
	color: #b0d0b0;
	cursor: help;
}
a[href^="#"]{
	cursor: s-resize;
}

.uncertain{background-color: #191912; color: #464633;}
.uncertain a{color: #5e5e44;}
.cancel{background: #201010; color: #6f3737;}
.cancel a{color: #964b4b;}
.star{color: #ddbb55;}

h1{color: #ccccaa;}
