@charset "utf-8";
.photoList{
	clear:both;
	padding: 9px;
	display: block;
}
.photoList li{
	list-style:none;
	display:block;
	height: 70px;
	width: 180px;
	float:left;
	margin: 4px;

}
.photoList li a{
	display:block;
	padding:4px 4px 4px 70px;
	line-height:100%;
	width:106px;
	height:62px;
}
.photoList li a:hover{
	text-decoration:none;
	color:#F90;
}


.p01{
	background: url(img/list01.jpg) no-repeat;	
}
.p02{
	background: url(img/list02.jpg) no-repeat;	
}
.p03{
	background: url(img/list03.jpg) no-repeat;	
}
.p04{
	background: url(img/list04.jpg) no-repeat;	
}
.p05{
	background: url(img/list05.jpg) no-repeat;	
}
.p06{
	background: url(img/list06.jpg) no-repeat;	
}
.p07{
	background: url(img/list07.jpg) no-repeat;	
}
.p08{
	background: url(img/list08.jpg) no-repeat;	
}
.p09{
	background: url(img/list09.jpg) no-repeat;	
}
.photoList strong {
	display: block;
	padding-top:5px;
	line-height: 120%;
}
.photoList em {
	font-size: 10px;
	font-style: normal;
	color: #666;
	display: block;
	padding-top:5px;
}
.mtitle_bg{
	background: url(../img/mtitle_bg.jpg) no-repeat top;
	padding-top: 5px;
}
h4 {
	border-bottom: 1px solid #D6D6D6;
}

.courseList{
	clear:both;
	padding: 9px;
	display: block;
}
.courseList li{
	list-style:none;
	display:block;
	width: 180px;
	float:left;
	margin: 4px;
}