/* CSS Document */
#recruit {
	background-image: url(../img/recruit_bg.jpg);
	background-repeat: no-repeat;
	line-height: 150%;
	background-position: bottom;
	height: 800px;

}

#recruit .title {
	margin-top: 10px;
}


#recruit .content {
	padding: 10px;
	margin: 0px;
	line-height: 160%;
}
#recruit .content h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
}

#recruit td {
	padding: 10px;
}
#recruit .td_left {
	width: 80px;
}

#recruit .table2 {
	width: 50%;
	padding: 0px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

#recruit .table2 td,tr{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#recruit table {
	width: 95%;
	padding: 0px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

#recruit table a{
	color: #FF6600;

}

#recruit .map a{
	color: #FF6600;
	text-align: center;
	font-size: 10px;
}

