@charset "utf-8";
/* CSS Document */


/* index==========================

	1.for course index style
	2.for seminor style
	3.for course style
	
*/


/* 1.for course index style
===============================================================*/
div#main h3{
	margin-bottom:10px;
}
div#about{
	margin-bottom:15px;
	width:525px;
	background:url("../../common/image/boxmid.gif") repeat-y;
}
p.aboutTop{
	padding:15px 20px 0;
	background:url("../../common/image/boxtop.gif") no-repeat top;
}
p.aboutBot{
	padding:0 20px 15px;
	background:url("../../common/image/boxbot.gif") no-repeat bottom;
}
div.section h4{
	margin-bottom:15px;
	line-height:32px;
	font-weight:bold;
	background:url("../../common/image/checktitlebg.gif") no-repeat #e8e8e8;
}
div.section h4 span{
	margin-left:10px;
	padding:2px 0 2px 25px;
	background:url("../../common/image/checktitle.gif") no-repeat 0 0 #e8e8e8;
}
div.section h5{
	margin:0 0 10px 15px;
	padding-left:13px;
	font-weight:bold;
	font-size:1.2em;
	background:url(../../common/image/square_gray.gif) no-repeat 0 7px;
}
div.section dl{
	margin:0 15px;
}
div.section dt{
	font-weight:bold;
}
dl.traiangle dt{
	padding-left:10px;
	background:url(../../common/image/triangle_orange.gif) no-repeat 0 7px;
}
div.section dd{
	margin:0 0 10px 20px;
}
div.section ol{
	margin-left:25px;
	list-style:decimal;
}
div#courseLink{
	margin:0 auto 25px;
	width:450px;
}
p.courseTxt{
	margin:0 15px 15px;
}
p.courseImage{
	margin:0 15px 15px;
}
ul.courseList{
	margin-left:20px;
	list-style:disc;
}
div#first02 ul{
	margin:0 0 0 50px;
}

/* 2.for seminor style
===============================================================*/
div#semiDate dt{
	clear:both;
	float:left;
	width:4em;
}
div#semiDate dd{
	margin-left:4em;
}
div#semiDate dd span{
	color:#FF6600;
}
div.section dl.lesson{
	margin-left:0;
}
dl.lesson dt{
	padding-left:0;
	background:none;
}
dl.lesson dd{
	margin:0 0 10px 15px;
}
dl.lesson span{
	color:#48ab34;
}

/* 3.for course style
===============================================================*/
dl#pageLink dt{
	margin-left:15px;
	font-weight:bold;
}
ul.anchor{
	margin-left:15px;
}
ul.anchorTop {
	margin-bottom:10px;
}
div.coursePlan table{
	margin:0 0 0px 0px;
	font-size:11pt;
	border-top:solid 1px #CCC;
	border-right:solid 1px #CCC;
}
div.coursePlan th{
	padding:5px 0;
	text-align:left;
	text-indent:8px;
	font-weight:normal;
	vertical-align:top;
	border-bottom:solid 1px #CCC;
	border-left:solid 1px #CCC;
	background:url("../../common/image/tablebg.gif");
}
div.coursePlan td{
	padding:5px 8px;
	vertical-align:top;
	border-bottom:solid 1px #CCC;
	border-left:solid 1px #CCC;
}
div.coursePlan td li{
	margin-bottom:15px;
}
