@charset "UTF-8";
/* teachers CSS Document */

/*----------------------
news
----------------------*/

div.teachers .newsbox {
	width: 680px;
	background:url(../teachers/img/title_news.gif) no-repeat top;
	border-bottom: solid 1px #057a35;
	margin-bottom: 25px;
	padding-top:26px;
}

div.teachers .newsbox ul{
	padding:10px 20px;
	border-left: solid 1px #057a35;
	border-right: solid 1px #057a35;
	display:block;
	}

div.teachers .newsbox ul li{
	text-align:left;
	border-bottom: dotted 1px #CCC;
	margin-bottom:5px;
	padding:5px 0px 5px 20px;
	text-indent:-15px;
	
}

div.teachers .newsbox ul li.last{
	border-bottom: none;
	margin-bottom:0px;
	}

