@charset "utf-8";

/*　求人
------------------------------------------------------------ */

#sub {
    height: 700px;
}

#img_top {
	width: 600px;
	height: 200px;
	_height: 220px;
	padding-bottom: 20px;
	text-indent: -9999em;
	background: url(../common/images/recruit_mainphoto.jpg) no-repeat;
}

#box_01 {
    width: 580px;
	margin-left: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

#box_02 {
    width: 580px;
	margin-left: 10px;
	padding-top: 10px;
}

table {
    width: 580px;
	margin-left: 10px;
	border: 3px double #666666;
	border-collapse: collapse;
}

th,td {
    border: 1px solid #666;
	padding: 10px 5px;
}

th {
    background-color: #999;
	color: #FFF;
}
    
