.gray { color: #999; }
.navi {
	margin: 1em;
	padding: .5em;
	border: 2px dashed #c93;
	text-align: center;
}
.tb1 td,th {
	font-size: .8em;
}
.th1 {
	background: #edd;
	border-right: 1px solid #c99;
	border-bottom: 1px solid #c99;
	text-align: center;
	font-weight: normal;
}
.navi2 {
	margin: 1em;
	padding: .5em;
	text-align: center;
}
.navi2 table {
	margin: 0em auto;
	background: #999;
	font-size: 80%;
}
.navi2 tr {
	background: #fff;
}
.navi2 .on {
	font-weight: bold;
	background: #fc6;
}
.bar {
	display: inline-block;
	height: 10px;
	background: url(../img/bar.gif) top center repeat-x;
	border: 1px solid #999;
}
