@charset "UTF-8";


#content .group {
	background:url(../img/group/group_bg_bottom.gif) no-repeat bottom;
	padding-bottom:8px;
	margin-bottom:10px;
	clear:both;
}


#content .group dl {
	width:630px;
	background:url(../img/group/group_bg_top.gif) no-repeat top;
	background-color:#eeeeee;
	padding:10px 10px 0 10px;
}


#content .group dl dt {
	width:285px;
	float:left;
	margin-right:10px;
}


#content .group dl dd {
	width:333px;
	float:left;
}


#content .group dl dd li{
	font-size:0.85em;
	float:left;
	padding:0.2em 1em 0.5em 0;
}


#content .group dl dd li a {
	margin: 0;
	padding-left: 11px;
	background: url(/employ/common/img/arrow_10.gif) no-repeat 0 0.15em;
}


#content .group dl dd li a:hover {
	background: url(/employ/common/img/arrow_10.gif) no-repeat -900px 0.15em;
}



