@charset "utf-8";
/* CSS Document */

/*---------index----------*/
#index {
	width: 660px;
	margin: 0 0 50px 20px;
}
#index li {
	width: 310px;
	height: 100px;
	float: left;
	margin: 0 20px 20px 0;
}

/*-----------other----------*/
.t_recruit {
	width: 640px;
	margin: 0 auto 50px;
	border: solid 3px #e2e2e2;
}
.t_recruit th {
	width: 110px;
	text-align: left;
	padding: 10px;
	background-color: #fffae5;
	border-bottom: dashed 1px #e2e2e2;
}
.t_recruit td {
	padding: 10px;
	border-bottom: dashed 1px #e2e2e2;
}

