@charset "utf-8";

/* curriculum
-----------------------------------------------------------------*/
#curriculum #main ul li{
	float:left;
	margin-bottom:30px;
}

#curriculum #main ul li#box02{
	margin:0 15px;
}

#curriculum #main table{
	clear:both;
}


/* teacher
-----------------------------------------------------------------*/
#teacher div.mainBox{
	margin-bottom:15px;
}

#teacher div.end{
	margin-bottom:0;
}

#teacher .mainBox h3{
	margin-bottom:15px;
}

#teacher .leftBox h3,
#teacher .rightBox h3{
	margin-bottom:5px;
}

#teacher .leftBox{
	float:left;
	width:283px;
}

#teacher .rightBox{
	float:right;
	width:283px;
}

#teacher #main dl dt,
#teacher #main dl dd{
	font-size:10px;
	line-height:18px;
}

#teacher #main dl dt{
	font-weight:bold;
}

#teacher #main dl dd{
	margin-bottom:20px;
}

#teacher #main dl dd.end{
	margin-bottom:0;
}

