@charset "utf-8";
/* CSS Document */

#table {
	margin: 0px auto 0px auto;;
	}

#colum1 {float:left;}
#colum2 {float:left;}
#colum3 {float:left;}
#colum4 {float:left;}


.line1 {
	text-align: center;
	background-color:#EADCAE;
	font-weight:bold;
	color:#003;
}

ul.lessonList {
list-style: none;
width:130px;
padding-bottom:20px;

}


ul.lessonList li {
	display: block;
	width:130px;
	height:30px;
	line-height:30px;
	border-bottom: 1px solid #666; 
	}


ul.lessonList a {
	text-decoration:none;
	text-align:center;
	display: block; 
	width:130px;
	text-decoration: none;
	background:#D27E00;
	color:#fff;
	}
	
ul.lessonList a:hover {
	background:#008080;
	color: #fff;
}


ul.lessonTitle{
	list-style: none;
    width:300px;
    border-right:1px solid #666;
	border-left:1px solid #666;
	text-indent:5px;
	font-weight:bold;
	
}	

ul.lessonTitle li{
	display: block;
	height:30px;
	line-height:30px;
	border-bottom: 1px solid #666;
	padding-left:10px; 
	}

ul.lessonDue {
	list-style: none;
    width:140px;
    border-right:1px solid #666;
	}
	
ul.lessonDue li{
    display: block;
	height:30px;
	line-height:30px;
	border-bottom: 1px solid #666;
	padding-left:5px; 
	text-align:center;
}

ul.note {
	list-style: none;
    width:330px;
    border-right:1px solid #666;
	}
	
ul.note li{
    display: block;
	height:30px;
	line-height:30px;
	border-bottom: 1px solid #666;
	padding-left:5px; 
}