#recruit {
	font-size: 13px;
}

#recruit p {
	margin: 13px 0px 13px 10px;
}

#recruit h2 {
	background-image: url("../images/title_aboutrecruit.png");
	background-position: left top;
	background-repeat: no-repeat;
}

#recruit table {
	margin: 0px 0px 20px 5px;
	border-spacing: 5px;
}

#recruit th, #recruit td {
	padding: 5px 0px 5px 10px;
	margin: 2px 2px 2px 2px;
}

#recruit th {
	border: 1px solid #333366;
	background-color: #EEEEFF;
	color: #333366;
	width: 120px;
	text-align: left;
}

#recruit td {
	border-bottom: 1px solid #CCCCCC;
	width: 470px;
}

