@charset "utf-8";
#topics {
	width: 310px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#topics h3 span {
	right: 9999px;
	position: absolute;
}
#lecture h3 span {
	position: absolute;
	right: 9999px;
}




#topics dl {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#topics dt {
	float: left;
	width: 80px;
	font-size: 0.8em;
	font-weight: normal;
	color: #333333;
	clear: left;
	line-height: 2em;
}
#topics dd {
	font-size: 0.9em;
	font-weight: normal;
	color: #333333;
	line-height: 2em;
}
#lecture {
	width: 320px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#lecture dl {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#lecture dt {
	float: left;
	width: 80px;
	font-size: 0.8em;
	font-weight: normal;
	color: #333333;
	clear: left;
	line-height: 2.0em;
}
#lecture dd {
	font-size: 0.9em;
	font-weight: normal;
	color: #333333;
	line-height: 2em;
}
#banner {
	float: right;
}

#banner ul {
	margin: 0px;
	padding: 0px;
}
#banner   li  {
	background-color: #99FFCC;
	height: 100px;
	width: 200px;
	list-style-type: none;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}
#banner  li a {
	height: 100px;
	width: 200px;
	display: block;
}

#banner span {
	position: absolute;
	right: 9999px;
}

#blog {
	background-image: url(../image/blog_banner.jpg);
}
#lecture_banner {
	background-image: url(../image/lecture_banner.jpg);
}
#container #main #contents #content #banner ul li a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#flash {
	width: 860px;
	height: 250px;
	background-color: #CCCCCC;
	margin-bottom: 20px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#content #lecture .red dt{
	color: #C00;
}
#content #lecture .red dd a{
	color: #C00;
}

