/* CSS Document */

.img {
	width: 875ox;
	height: 700px;
	background-image: url(../img/lesson_img/lesson_img.jpg);
	background-repeat: no-repeat;
	background-position: center 120px;
		}

.calendar {
	width: 800px;
	height: 600px;
	margin: auto;
	}


.dot-x {
	background-image: url(../img/dot-x.jpg);
	background-repeat: repeat-x;
	margin-top: 38px;
	margin-bottom: 58px;
	}
	


.le-box {
	width: 875px;
	height: 700px;
	margin-top: 60px;
	margin-left: 10px;
	}
.tit {
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	}
.dot-y {
	background-image: url(../img/dot-y.gif);
	background-repeat: repeat-y;
	float:left;
	height: 700px;
	margin-left: 66px;
	margin-right: 77px;
	}

.box {
	float: left;
	width: 560px;
	margin-bottom: 20px;
	}
	
img.q {
	margin-bottom: 8px;
	}
.left {
	float: left;
	width: 28px;
	}
.right {
	float: left;
	width: 520px;
	margin-left: 12px;
	margin-top: 16px;
	}





