.t-1 {
	font-size: 12px;
}

.t-2 {
	font-size: 13px;
}

table#recruit01{
	width:440px;
}
table#recruit01 th{
	background:#FC0;
/*	background:#FFED00;*/
	width:80px;
	padding:10px 10px;
	border-bottom:2px white;
}
table#recruit01 th.even{
	background:#FC0;
}
/*table#recruit01 td.even{
	background:#CCC;
}*/
table#recruit01 td{
	width:400px;
	padding:10px 10px;
	border-bottom:2px white;
}

table#recruit02{
	width:440px;
	border:1px solid gray;
	border-left:10px solid;
}
table#recruit02 th{
	width:350px;
	padding:10px 10px;
	text-align:left;
/*	background:#FFED00;*/
	font-weight:100;
}
table#recruit02 th.even{
}
/*table#recruit01 td.even{
	background:#CCC;
}*/
table#recruit02 td{
	width:40px;
	padding:10px 10px;
	text-align:center;
}

table#recruit03{
	width:440px;
	border:1px solid gray;
}
table#recruit03 th,td.contact{
	background:#CCC;
/*	background:#FFED00;*/
	width:140px;
	padding:10px 10px;
	border-bottom:2px white;
	font-weight:bold;
	text-align:left;
	border-left:5px solid gray;
}
table#recruit03 td{
	width:340px;
	padding:10px 10px;
	border-bottom:2px white;
}
table#recruit03 td input{
	padding:0 3px;
}

