/*====================================
               COMMON
=====================================*/

#content_staff {
	position: relative;
	z-index: 500;
	width: 950px;
	height: 515px;
	padding-top: 25px;
	background: url(img/bg_staff.jpg) no-repeat;
}

 * html #content_staff {
	height: 540px;	
}

h2 {
	padding: 25px 0 0 40px;
}

#stafflist {
	margin: 20px 0;
	padding-left: 100px;
}

#stafflist li {
	width: 140px;
	float: left;
	margin-right: 70px;
}

#stafflist li .name {
	margin: 10px 0 0 0;
}

#stafflist li .old {
	font-size: 82%;
	margin-bottom: 5px;
}

#stafflist li .comment {
	font-size: 92%;
	line-height: 130%;
}

#recruit {
	padding-left: 100px;
}

#recruit dt {
	margin-bottom: 10px;
}

#recruit dd {
	padding-left: 30px;
	font-size: 92%;
}


/*====================================
               CLEARFIX
=====================================*/

.group:after,
#stafflist:after

{
	content: ".";
	height: 0;
	clear: both;
	visibility: hidden;
	display: block;
}

.group,
#stafflist
{
	display: inline-block;
}

/*\*/
* html .group,
* html #stafflist
{
	height: 1%;
}

.group,
#stafflist
{
	display: block;
}
