html, body
{
	background: #FFF;
	color: #000;
}

h1
{
	font-weight: bold;
	font-size: 1.5em;
	border-top: solid 1px;
	border-bottom: solid 1px;
}

h2
{
	font-weight: bold;
	font-size: 1em;
	color: #F00;
	margin: 0;
}

h2.back
{
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #000;
	margin-right: 2em;
}

a:link
{
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}

a:visited
{
	font-weight: normal;
	text-decoration: underline;
	color: #333;
}

a:link:hover, a:visited:hover
{
	text-decoration: none;
	background: #000;
	color: #FFF;
}

p
{
	max-width: 40em;
	text-indent: 1em;
	margin-left: 1em;
}

p.ss
{
	text-indent: 0;
	text-align: center;
}

p.back
{
	max-width: 100%;
	border-top: 1px solid;
	margin-top: 1em;
	margin-left: 0;
}

p.next
{
	text-align: right;
}

ul
{
	padding-left: 2em;
}

li p
{
	margin-left: 0;
	text-indent: 0;
}

img
{
	border: none;
}

div.navigation
{
	width: 12em;
	float: left;
	margin: 0;
	margin-left: 1em;
	padding: 0;
}

div.contents
{
	margin-left: 13em;
	max-width: 50em;
}

ul.menu
{
	list-style: none;
	margin: 0.5em 0 0.5em 0.5em;
	padding: 0;
}

ul.menu li.selected
{
}

ul.menu li
{
	padding: 1px;
	margin: 0;
}

ul.menu li p
{
	margin: 0;
	padding: 0;
	text-indent: 0;
}

ul.menu li a
{
}

ul.menu li.selected a
{
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

body
{
	background: #FFF;
	color: #000;
}

em
{
	font-weight: bold;
	font-style: normal;
	color: #F00;
}

caption
{
	text-align: left;
	font-size: 1.5em;
}

table
{
	empty-cells: show;
	border-collapse: collapse;
	border: none;
}

.date:lang(ja)
{
	text-align: right;
}

.incident, .squad
{
	text-align: left;
}

.result
{
	text-align: ":";
}

th, td
{
	border: 1px solid #000;
	white-space: nowrap;
}

th
{
	background: #000;
	color: #FFF;
	text-align: left;
}

.active
{
	color: #00F;
}

.semiactive
{
	color: #0F0;
}

.inactive
{
	color: #F00;
}

.new
{
	color: #990;
}

.points
{
	text-align: right;
}
