
.dept {
	WIDTH: 260px;
	height:300px;
	color: #333;
	float: left;
	padding: 0px;
	margin:0 0 10px 15px;
}
.dept H2 {
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	background: url("../images/icon/icon_01.gif") no-repeat 1px 3px;
	font-family: "ºÚÌå";
	color: #666;
	margin:11px 0 11px 0;
	padding:0 0 0 10px;
}
.dept P {
	font-size: 12px;
	font-weight: normal;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
	height:80px;
}
.dept UL{
	text-align: left;
	color: #333;
	list-style: none;
	float: left;
	margin:6px 0 0 0;
	padding:6px 0 0 0;
}
.dept LI{
	background:url("../images/icon/icon_01.gif") no-repeat 1px 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 16px;
	line-height: 150%;
	padding-bottom: 0px;
	display: block;
}
.dept LI A {
	color: #333;
	text-decoration: none;

}
.dept LI A:hover {
	color:#fff;
	background: #205AA7;
}

