/* css of "index.htm" */
/* 20090801 */
/* blue: #6495ED */
.schedule {
	font-weight: bold;
	color: #666666;
	margin-left: 15px;
}
.calendar {
	margin-left: 15px;
}
.calendar li {
	list-style: none;
}
.calendar li span {
	color: #6495ED;
}
.flowchart {
	width: 200px;
	float: right;
	text-align: center;
	margin-right: 5px;
}
.flowchart img {
	width: 200px;
}
.flowchart a img {
	border: 2px solid #666666;
}
.flowchart a:hover img {
	border: 2px solid #cccccc;
}
.slecture a {
	display: block;
	width: 450px;
	height: 100px;
	background: url("../images/s_lecture_bg.jpg") no-repeat top left;
	text-indent: -1000px;
}
.slecture a {
	background-position: 0 0px;
}
.after {
	margin: 0 10px 20px 15px;
	color: #6495ED;
	font-weight: bold;
	text-align: justify;
}
hr {
   border-width: 1px 0px 0px 0px;
   border-style: dotted;
   border-color: #666666;
   height: 1px;
   margin: 0 5px 20px 0;
}
