@charset "utf-8";
/* CSS Document */

.pageMove {
	width:700px;
	margin-bottom: 20px;
}
.pageMove .pageLeft {
	width:330px;
	float: left;
	padding-left: 20px;
	text-align: left;
	background-image: url(images/arrow_l.jpg);
	background-repeat:no-repeat;
	background-position: left center;
}
.pageMove .pageRight {
	width:330px;
	float: right;
	padding-right: 20px;
	text-align: right;
	background-image: url(images/arrow_r.jpg);
	background-repeat:no-repeat;
	background-position: right center;
}
.eventTitle {
	width:680px;
	padding: 10px ;
	background-image: url(images/event_title_bg.jpg);
	background-repeat:repeat;
	color:#fff;
}
.eventTitle .eventName {
	width: 480px;
	float: left;
	margin-right: 20px;
	font-size: 16px;
}
.eventTitle .eventPeriod {
	width: 180px;
	float: left;
	font-size: 16px;
	text-align: right;
}
.courseBox1 {
	width:620px;
	padding:20px;
	margin-bottom:20px;
	background-color:#FFFFFF;
}
.courseBox1 .courseTitle1 {
	width:620px;
	margin-bottom: 20px;
}
.courseBox1 .courseTitle1 .courseSubTitle {
	width:440px;
	float: left;
	padding-left: 20px;
	background-image: url(images/square1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 16px;
	font-weight: bold;
	color:#932823;
}
.courseBox1 .courseTitle1 .coursePrice {
	width:160px;
	padding: 3px 0px;
	float: left;
	background-color:#932823;
	text-align: center;
	color: #fff;
}
.courseBox1 .courseLeft {
	width: 300px;
	float: left;
	margin-right: 20px;
}
.courseBox1 .courseRight {
	width: 300px;
	float: left;
}
.courseBox1 .courseItem {
	margin-bottom: 20px;
}
.courseBox1 .courseItem .courseSubItem {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color:#932823;
}
.courseBox1 .courseItem  ul li {
	width:300px;
	padding-bottom: 5px;
	margin-bottom:5px;
	border-bottom:dotted 1px #534741;
}
.courseBox2 {
	width:620px;
	padding:20px 20px 0px;
}
.courseBox2 .courseTitle2 {
	width:620px;
	margin-bottom: 20px;
}
.courseBox2 .courseTitle2 .courseSubTitle {
	width:440px;
	float: left;
	padding-left: 20px;
	background-image: url(images/square2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 16px;
	font-weight: bold;
	color:#932823;
}
.courseBox2 .courseTitle2 .coursePrice {
	width:160px;
	padding: 3px 0px;
	float: left;
	background-color:#932823;
	text-align: center;
	color: #fff;
}
.courseBox2 .courseLeft {
	width: 300px;
	float: left;
	margin-right: 20px;
}
.courseBox2 .courseRight {
	width: 300px;
	float: left;
}
.courseBox2 .courseItem {
	margin-bottom: 20px;
}
.courseBox2 .courseItem .courseSubItem {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color:#932823;
	border-bottom:solid 2px #932823;
}
.courseBox2 .courseItem  ul li {
	width:300px;
	padding-bottom: 5px;
	margin-bottom:5px;
	border-bottom:dotted 1px #B4AAA3;
}



/*
.courseBg .courseFull {
	width:620px;
	margin:20px;
}

.courseBg .courseBox {
	width:300px;
	padding-bottom:5px;
	margin-bottom:10px;
	background-position:left bottom;
	background-repeat:no-repeat;
}

.courseBg .courseBoxLast {
	padding-bottom:0px;
	margin-bottom:10px;
	border-bottom:none;
}

.courseBg .courseBox .courseItem {
	width:300px;
	margin-bottom:5px;
	border-bottom:dotted 2px #534741;
}
*/