@charset "utf-8";

/*--------------------------------------------------------------------
lecture/index.html
--------------------------------------------------------------------*/

#head_inner .lecture_detail_h_4 {
	width: 990px;
	height: 50px;
}

#head_inner .lecture_detail_h_4 .h_4_field {
	width: 990px;
	height: 30px;
	margin-top: 9px;
}

#head_inner .lecture_detail_h_4 ul {
	width: 990px;
	height: 30px;
}

#head_inner .lecture_detail_h_4 li {
	list-style-type: none;
	float: left;
	font-size: 12px;
	margin-right: 12px;
}

#head_inner .lecture_detail_h_4 .h_left {
	float: left;
	width: 10px;
	height: 30px;
	background: url(./../img/bg_btn_l.gif) no-repeat top left;
}

#head_inner .lecture_detail_h_4 .h_center {
	float: left;
	height: 30px;
	background: url(./../img/bg_btn_c.gif) repeat-x top left;
	color: #666666;
	font-weight: bold;
	padding-top: 6px;
}

/*IE6*/
* html #head_inner .lecture_detail_h_4 .h_center { padding-top: 10px; }

#head_inner .lecture_detail_h_4 .h_right {
	float: left;
	width: 10px;
	height: 30px;
	background: url(./../img/bg_btn_r.gif) no-repeat top left;
}

#head_inner .lecture_detail_h_4 .h_center img {
	margin-right: 5px;
}

#head_inner .lecture_detail_h_4 a,
#head_inner .lecture_detail_h_4 a:link,
#head_inner .lecture_detail_h_4 a:visited {
	color: #446e23;
	text-decoration: none;
}

#head_inner .lecture_detail_h_4 a:hover,
#head_inner .lecture_detail_h_4 a:active {
	color: #82b819;
	text-decoration: none;
}

/*--------------------------------------------------------------------*/

#content .lecture_detail_c_1 {
	width: 670px;
	text-align: center;
	margin-bottom: 20px;
}

#content .lecture_detail_c_1 .c_scap {
	width: 614px;
	height: 31px;
	background: url(./../../lecture/images/c1_scap1.gif) no-repeat top left;
	margin: 20px auto;
}

#content .lecture_detail_c_1 .c_scap .c_scap_l {
	float: left;
	height: 29px;
	color: #446e23;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 0 0 10px;
}

/*IE6*/
* html #content .lecture_detail_c_1 .c_scap .c_scap_l { padding: 3px 0 0 7px; }

#content .lecture_detail_c_1 .c_scap .c_scap_r {
	float: right;
	height: 31px;
	color: #f0f0f0;
	font-size: 12px;
	padding: 8px 8px 0 0;
}

#content .lecture_detail_c_1 .c_scap .cx_l {
	float: left;
	width: 6px;
	height: 16px;
	background: url(./../../lecture/images/cx_bg_l.gif) no-repeat top left;
}

#content .lecture_detail_c_1 .c_scap .cx_c {
	float: left;
	height: 16px;
	background: url(./../../lecture/images/cx_bg_c.gif) repeat-x top left;
}

#content .lecture_detail_c_1 .c_scap .cx_r {
	float: left;
	width: 6px;
	height: 16px;
	background: url(./../../lecture/images/cx_bg_r.gif) no-repeat top left;
}

#content .lecture_detail_c_1 .c_content {
	width: 670px;
	text-align: left;
	padding-left: 10px;
}

#content .lecture_detail_c_1 .c_content .c_box1 {
	width: 572px;
/*	height: 162px;	*/
	background-color: #f2f2f2;
	text-align: left;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 15px 30px;
	padding: 10px;
}

/*IE6*/
* html #content .lecture_detail_c_1 .c_content .c_box1 { width: 592px; }

#content .lecture_detail_c_1 .c_content .c_box2 {
	width: 592px;
	text-align: left;
	margin: 0 0 15px 30px;
}

#content .lecture_detail_c_1 .c_content .c_box2 table {
	width: 592px;
	color: #333333;
	font-size: 12px;
	line-height: 1.4;
/*	font-weight: bold;	*/
	border-collapse: collapse;
}

#content .lecture_detail_c_1 .c_content .c_box2 table th {
	width: 152px;
/*	height: 23px;	*/
	background-color: #effaea;
	border-bottom: 1px solid #ffffff;
	text-align: left;
	padding: 2px 10px;
}

#content .lecture_detail_c_1 .c_content .c_box2 table td {
	width: 440px;
/*	height: 23px;	*/
	background-color: #ffffff;
	border-bottom: 1px solid #effaea;
	padding: 2px 10px;
}

#content .lecture_detail_c_1 .c_content .c_box2 table td p {
/*	height: 18px;	*/
	float: left;
	padding-top: 5px;
}

#content .lecture_detail_c_1 .c_content .c_box2 table td p.r1 {
	margin-right: 80px;
}

#content .lecture_detail_c_1 .c_content .c_box3 {
	width: 592px;
	color: #ff9933;
	font-size: 14px;
	text-align: center
}

#content .lecture_detail_c_1 .c_content .c_box3 p {
	margin: 20px 0 30px 0;
}

#content .lecture_detail_c_1 .c_content .c_box3 p a {
	width: 155px;
	height: 25px;
}

#content .lecture_detail_c_1 .c_content .c_box2 table td p a,
#content .lecture_detail_c_1 .c_content .c_box2 table td p a:link,
#content .lecture_detail_c_1 .c_content .c_box2 table td p a:visited {
	color: #3399cc;
	text-decoration: underline;
}

#content .lecture_detail_c_1 .c_content .c_box2 table td p a:hover,
#content .lecture_detail_c_1 .c_content .c_box2 table td p a:active {
	color: #ff0000;
	text-decoration: underline;
}

/*--------------------------------------------------------------------

--------------------------------------------------------------------*/

/*IE6*/
* html #header {  }

/*IE7*/
*:first-child + html #header {  }

