@charset "utf-8";
body {
	background-color:#131416;
}
#box1 {
	background:url(../images/bg_point.jpg) center top repeat;
}
#box1 .contentBox {
	height:512px;
}
#box2 {
	background:url(../images/bg_class_arrow.jpg) center top repeat-x #131416;
}
#box2 .contentBox {
	height:585px;
}
.title {
	position:absolute;
	left:20px;
	top:65px;
}
#basic {
	background:url(../images/bg_class_basic.png) left top no-repeat;
	width:387px;
	height:53px;
}
#adv {
	background:url(../images/bg_class_adv.png) left top no-repeat;
	width:363px;
	height:55px;
}
.classBox {
	float:left;
	width:100%;
	height:154px;
	background:url(../images/bg_class_line.png) left 7px repeat-x;
	margin-bottom:15px;
}
#basicClass,#advClass {
	margin-top:148px;
}
.classBox a {
	margin:0 9px;
}
.classBox a.first {
	margin:0 9px 0 141px;
}