@charset "UTF-8";

.lead {
	font-size: 90%;
}
ol {
	margin-left: 1.5em;
}
h3 {
	margin: 30px 0 7px;
}
ol li {
	margin-bottom: 20px;
}
.t_rt{
text-align:right;
}

/* --- Table --- */

table.ichiran {
	width: 590px;
	border-collapse: collapse;
	margin-top: 15px;
}
table.ichiran th.head{
	background-color: #999;
	color: #FFF;
	font-size: 70%;
	text-align: center;
	border-right: solid #fff 1px;
	border-bottom: solid #fff 1px;
}
table.ichiran td.time {
	text-align: center;
}
table.ichiran td {
	padding: 3px;
	border-bottom: solid #a3a3a3 1px;
	border-left: solid #a3a3a3 1px;
	color: #000;
}
table.ichiran tr.gry {
	background-color: #f5f5f5;
}
table.ichiran th{
	border-bottom: solid #a3a3a3 1px;
	text-align: left;
	padding: 3px;
	color: #000;
}
