/*
FREE-WILL ONLINE管理画面
スタイルシート
$Id: stylesheet.css,v 1.2
*/
body
{
	background-color:black;
	font-color:white;
}

//table {background-image:url("image/login.gif")}
a:link, a:visited {
	color: #2327D7;
	text-decoration: none;
}

a:active, a:hover {
	background: #2327D7;
	color: #FAFC74;
	text-decoration: none;
}
th.gene {
	background: navajowhite;
	color: #000000;
}
tr.gene {
	background: navajowhite;
	color: #000000;
}
th.au {
	background: tomato;
	color: #000000;
}
td.au {
	background: tomato;
	color: #000000;
}

th.i {
	background: #99ccff;
	color: #000000;
}
td.i {
	background: #99ccff;
	color: #000000;
}

th.v {
	background: #DD88DD;
	color: #000000;
}
td.v {
	background: #DD88DD;
	color: #000000;
}
p.title {
	text-align: right;
	font-size: 150%;
	font-family: "Tempus Sans ITC";
	font-style: italic;
	border-width: 0 15px 1px 0;
	border-style: solid;
	border-color: #000;
	padding-right: 0.2em
}

tr.au {
	background: tomato;
}

tr.i {
	background: #99ccff;
}
tr.v {
	background: #DD88DD;
}

tr.fontred {
	color: #FF0000;
}
tr.bgred {
	background: red;
}
tr.white {
	background: black;
	color: white;
	font-size: 90%;
}
