@charset "shift_jis";

/* スケジュールのテーブル */
.sc_table {
	width: 660px;
	width: 560px;
	width: 559px;
	/*width: 672px;*/
	border:none;
	/*border-top:solid 1px #84CABF;
	border-left:solid 1px #84CABF;*/
	border-top:solid 1px #AAA;
	border-left:solid 1px #AAA;
	margin-bottom: 30px;
	/*margin-bottom: 5px;*/
	/*margin-left: 45px;*/
	}

.sc_table td {
	border:none;
	/*border-bottom:solid 1px #84CABF;
	border-right:solid 1px #84CABF;*/
	border-bottom:solid 1px #AAA;
	border-right:solid 1px #AAA;
	padding:4px;
	vertical-align:top;
	font-size: 12px;
	line-height: 130%;
	background-color:#FFFEDF;
	background-color:#FFFDF2;
	color: #222;
	color: #333;
	padding: 4px 4px;
	}

.sc_table .item1 {
	background-color: #C4D5C8;
	background-color: #C4D5D0;
	background-color: #FDE49B;
	background-color: #84CABF;
	background-color: #E1F0E4;;
	background-color: #FFEEBB;
	white-space: nowrap;
	vertical-align: middle;
	text-align: right;
	/*color: #FFF;*/
	}

.sc_table .item2 {
	vertical-align: middle;
	text-align: center;
	background-color: #CAE6F0;
	background-color: #C4D5D0;
	background-color: #FDE49B;
	background-color: #84CABF;
	background-color: #E1F0E4;;
	}

.futoji {
	/*font-weight: bold;*/
}

.sc_table a:link {
	color: #39524D;
	color: #316C96;
	color: #1D405F;
	color: #003E4B;
	text-decoration: none;
	}
.sc_table a:visited {
	color: #39524D;
	color: #316C96;
	color: #1D405F;
	color: #003E4B;
	text-decoration: none;
	}
.sc_table a:hover {
	/*color: #FF9;*/
	color: #F60;
	text-decoration: underline;
	}
.sc_table a:active {
	/*color: #F00;*/
	color: #F00;
	text-decoration: underline;
	}

#info {
	width: 560px;
	/*padding-top: 22px;*/
	/*margin: 14px auto 0 auto;*/
	font-size: 12px;
	line-height: 160%;
	margin-bottom: 0px;
}

#info #info-inner {
	border: double 3px #444;
	border: solid 1px #AAA;
	padding: 11px 16px 10px 16px;
	background-color: #EEE;
	background-color: #FFFDF2;
	color: #222;
	color: #333;
}

#info h3 {
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 1px;
	/*color: #4E261A;*/
}

#info p {
	padding-bottom: 10px;
}

#info ul {
	margin: 0px;
	/*margin-top: 8px;*/
	padding: 0;
	/*padding-top: 4px;*/
	list-style-type: none;
	line-height: 150%;
}

#info li {
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
	/*margin-bottom: 5px;*/
	margin-left: 1em;
	text-indent: -1em;
}

