/* CSS Document */
div#content_left h2{
	background:url(../../img/recruit_title.jpg) no-repeat 0 0;
	width:600px;
	height:30px;
	text-indent:-1000em;
	margin-bottom:10px;
}

div#rec_catch{
	background:url(../../img/recruit_catch.jpg) no-repeat  0 0;
	width:520px;
	height:110px;
	padding:40px 40px 0 40px;
	margin-bottom:30px;
}
div#rec_catch h3{
	text-indent:-1000em;
}
div#rec_catch p{
	margin:30px 0 0 10px;
	font-size:12px;
	color:#0066CC;
	line-height:1.3em;
	text-indent:-1000em;
}

/*- table -----------------------------------------------*/
table{
    border-top:1px solid #E1E1E1;
    border-left:1px solid #E1E1E1;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
th{
    border-right:1px solid #E1E1E1;
    border-bottom:1px solid #E1E1E1;
    color:#666666;
    background-color:#EEEEEE;
    padding:0.4em 1em;
    text-align:left;
	font-size:12px;
	width:20%;
	font-weight:bolder;
}
td{
    border-right:1px solid #E1E1E1;
    border-bottom:1px solid #E1E1E1;
    padding:0.4em 1em;
	color:#666666;
	font-size:12px;
}
/*----------------------------------------------------------*/
div#recruit_data{
	width:590px;
	margin:40px auto;
}
div#recruit_data h4{
	font-size:14px;
	color:#CC9900;
	background:url(../../img/question_point.jpg) no-repeat 0 0;
	text-indent:1em;
	margin-bottom:5px;
}
