/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 100%;
	height: 100%;
	padding: 0.3em;
}

div.navi {
	padding: 0.7em;
	background: #88B3EB;
	text-indent: 1.2em;
	font-size: 10px;
}

div.navi a{color:#D9E6FF;}
div.navi a:hover{color:#D9DB51;}

h1 {
	background: #333;
	margin: 0.75em 0em;
	padding: 0.2em;
	text-indent: 0.2em;
	font-size: 14px;
	color: #FFF;
}

h2 {
	border-left: 4px solid #39C;
	border-top: 1px solid #39C;
	border-bottom: 1px solid #39C;
	border-right: 1px solid #39C;
	margin: 0.75em 0em;
	padding: 0.2em;
	text-indent: 0.2em;
	font-size: 14px;
	color: #39C;
}

table.listtbl {
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
	border: 1px solid #333;
}

table.listtbl th {
	padding: 0.3em;
	font-weight: bold;
	border-collapse: collapse;
	border: 1px solid #333;
	background-color: #666;
	white-space: nowrap;
	text-align: left;
	color: #FFF;
}

table.listtbl th.num {
	padding: 0.3em;
	font-weight: bold;
	border-collapse: collapse;
	border: 1px solid #333;
	background-color: #666;
	white-space: nowrap;
	text-align: left;
	color: #FFF;
}

table.listtbl tr td {
	padding: 0.3em;
	border-collapse: collapse;
	border: 1px solid #333;
	background-color: #FFF;
	text-align: left;
}

span.caution {
	font-size: x-small;
	color: #C00;
}
