@charset "utf-8";

.Content table {
	border-spacing: 1px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,Helvetica,sans-serif;
	font-size: 10px;
	background-color: #E7E7E7;
	color: #B7B7B7;
}
.Content td, th { padding: 4px; }
.Content thead th {
	text-align: center;
	background: #F5F5F5;
	color: #666;
	border: 1px solid #FFF;
	text-transform: uppercase;
}
.Content tbody th { font-weight: bold; }
.Content tbody tr { background-color: #FFF; text-align: left; }
.Content tbody tr.odd { background: #F9F9F9; border-top: 1px solid #FFF; }
.Content tbody th a:link, tbody th a:visited {
	color: #96D030;
	background: url(http://infectedfx.net/css/tables/layout.gif) no-repeat; 
	padding: 3px 0px 0px 18px;
	}
.Content tbody th a:hover { color: #FF8601; }

.Content tbody tr td { height: 26px; background: #FFF; border: 1px solid #FFF; }

.Content tbody tr.odd td{ background: #F9F9F9; border-top: 1px solid #FFF; }
.Content table td a:link, table td a:visited { color: #1975D7; text-decoration: none; }
.Content tbody td:hover { background-color: #EEE; color: #333 }
.Content tbody td:hover a { background-color: #EEE; color: #333; }
.Content table td a:hover { color: #50ADEA; text-decoration: none; }

