@charset "Shift_JIS";
/* ------------------------------
 * グレー囲みのテーブル
 * ------------------------------ */
.gray_border {
	border: 1px solid #CCCCCC;
}
.table_nomargin {
	border-collapse: collapse;
	margin: 0px;
	padding: 5px;
}
.houshin {
	font-size: small;
	font-weight: normal;
	color: #333333;
	background-color: #CAEBE2;
	padding: 2px 2px 2px 5px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
ol {
	list-style: none;
	text-align: center;
	margin: 5px 0px 0px;
	padding: 0px;
}

ol li {
	padding-bottom: 35px;
	padding-top: 11px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.dim {
	background-image: url(../images/list_ol_li_1_a.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	color: #999999;
}
.hit {
	background-image: url(../images/list_ol_li_1_b.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	color: #000000;
}
.dim_end {
	background-image: url(../images/list_ol_li_2_a.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	color: #999999;
}
.hit_end {
	background-image: url(../images/list_ol_li_2_b.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	color: #000000;
}
#flow {
	background-color: #FFFFFF;
	padding: 5px;
	background-image: url(../images/flow_back.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.IndexRiver{
	padding:0px;
}


.PlanTitle{
	padding:8px 10px;
	background-color:#CAEBE2;
	font-size:70%;
	font-weight:normal;
}

.Planimg{
	text-align:center;
	margin:10px 0px 20px 0px;
}