@charset "UTF-8";
/*department*/
#department {
	clear: left;
	margin-bottom: 20px;
}

#department li {
	float: left;
	width: 183px;
	margin-right: 2px;
	margin-top: 3px;
	border-bottom: 2px solid #00aacc;
}

#department li a {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	text-indent: 12px;
	background: url(../common/img/arrow.gif) no-repeat left center;
}

#department li a:hover {
	background: #f3f3f0 url(../common/img/arrow.gif) no-repeat left center;
	text-decoration: none;
}


/*specialDep*/
#specialDep {
	clear: left;
	margin-bottom: 20px;
}

#specialDep li {
	float: left;
	width: 183px;
	margin-right: 2px;
	margin-top: 3px;
	border-bottom: 2px solid #00aacc;
}

#specialDep li a {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	text-indent: 12px;
	background: url(../common/img/arrow.gif) no-repeat left center;
}

#specialDep li a:hover {
	background: #f3f3f0 url(../common/img/arrow.gif) no-repeat left center;
	text-decoration: none;
}

ul.member li{
	margin:0;
	padding:0;
	}
