@charset "utf-8";
/* CSS Document */

.staff {
	margin: 0 0 30px 0;
}

.staff dl{
	line-height:140%;
	text-align:left;
	margin:7px 0 25px 0;
	}
	
.staff dt{
}

.staff dd{
	margin-left:100px;
	margin-top:-18px;
	margin-bottom:7px;
}

.staff dd.career{
	margin-left:50px;
	margin-top:-18px;
	margin-bottom:7px;
}

.staff ul{
	margin:5px 0 10px 10px;
	list-style-type:none;
}

.staff li{
	line-height:150%;
	list-style-type:none;
	background-image:url(../images/circle_blue.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding:0 0 0 15px;
}

.recruit table{
	margin:25px 10px 10px 5px;
	border-collapse:collapse;
	line-height:150%;
}

.recruit table th{
	background-color:#E7F9DF;
	border:1px solid #68A636;
	padding:10px;
	width:100px;
	text-align:center;
}

.recruit table td{
	background-color:#ffffff;
	border:1px solid #68A636;
	padding:10px;
}

.recruit table td dl{
	margin:0 0 10px 0;
}

.recruit table td dt{
	width:100px;
}

.recruit table td dd{
	margin-top:-18px;
	margin-left:100px;
}

.recruit table ul,li{
	list-style-type:none;
}
