@charset "UTF-8";

/* リクルート */

#contents{
}

#contents h2{
	width: 190px;
	height: 21px;
	margin: 0 0 20px 15px;
	text-indent: -9999px;
	background-image: url(../img/recruite/h2_recruite.png);
	background-position: left top;
	background-repeat: no-repeat;
}


/*=======================*/
/* イントロ　　　　      */
/*=======================*/

#intro{
	margin: 0 0 40px 0;
	padding-left: 15px;
}

#intro p{
	margin-bottom: 0.8em;
}

#intro p.image{
	float: right;
	margin: -30px 0 0 20px;
}

#intro ul{
	margin: 0 0 0.8em 1.5em;
}

#intro ul li{
	list-style: disc;
}


/*=========================*/
/* 地域から物件を探す　　  */
/*=========================*/

#search{
	position: relative;
	width: 691px;
	margin: 0 auto 50px auto;
	padding: 65px 20px 20px 35px;
	background-image: url(../img/common/740_bg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	overflow: hidden;
}

	#search h3{
		position: absolute;
		top: 0;
		left: 0;
		width: 746px;
		height: 35px;
		text-indent: -9999px;
		background-image: url(../img/recruite/h3_search.png);
		background-position: left top;
		background-repeat: no-repeat;
	}
	
	#search p{
		margin-bottom: 15px;
		font-size: 12px;
		line-height: normal;
	}

	#search dl{
		float: left;
		font-size: 90%;
		line-height: 1em;
		overflow: hidden;
	}
	
		#search dl dt{
			float: left;
			margin-right: 10px;
			padding: 3px 5px;
			color: #FFF;
			font-weight: bold;
			border-radius: 3px;
			clear: both;
		}
		
		#search dl dt.kinki{ background-color: #9960A6; }		/* 近畿 */
		#search dl dt.chugoku{ background-color: #869B31; }		/* 中国 */
		#search dl dt.shikoku{ background-color: #DA9B25; }		/* 四国 */
		#search dl dt.kyushu{ background-color: #E06565; }		/* 九州 */
		
		#search dl dd{
			float: left;
			margin: 3px 5px 13px 0;
			padding-right: 5px;
			border-right: solid 1px #666;
		}
		
			#search dl dd a:visited{ color: #64A01B; }
	
	#search .map{
		float: right;
		margin: -45px 35px 0 0;
	}

		#search .map img{
			background-image: url(../img/common/seaarch_big.gif);
			background-repeat: no-repeat;
			background-position: left top;
		}


/*=========================*/
/* リザルト　　　　　　　  */
/*=========================*/

#result{
	position: relative;
	width: 836px;
	margin-bottom: 50px;
	padding: 63px 30px 25px 40px;
	background-image: url(../img/common/900_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

	#result h3{
		position: absolute;
		top: 0;
		left: 3px;
		width: 865px;
		height: 29px;
		padding: 14px 0 0 35px;
		font-size: 14px;
		font-weight: bold;
		line-height: 1em;
		background-image: url(../img/recruite/h3_result.png);
		background-repeat: no-repeat;
		background-position: left top;
	}
	
		#result h3 em{
			margin-right: 3px;
			font-size: 17px;
			letter-spacing: 1px;
		}
		
	#result ul{
		margin-left: -5%;
		overflow: hidden;
	}
	
		#result ul li{
			float: left;
			width: 45%;
			margin-left: 5%;
			list-style: disc outside;
		}
	
	#result p{
		position: absolute;
		top: 15px;
		right: 20px;
		padding-left: 13px;
		line-height: 1em;
		background-image: url(../img/common/arrow2.gif);
		background-position: left center;
		background-repeat: no-repeat;
	}


/*=========================*/
/* リクルート情報　　　　  */
/*=========================*/

.info{
	position: relative;
	width: 846px;
	margin-bottom: 50px;
	padding: 20px 30px 25px 30px;
	background-image: url(../img/common/900_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
	
	.info h3{
		margin-top: 5px;
		padding: 2px 0 0 20px;
		font-size: 16px;
		font-weight: bold;
		line-height: 1em;
		background-image: url(../img/common/arrow.png);
		background-position: left center;
		background-repeat: no-repeat;
	}
	
	.info p{
		margin: 10px 220px 30px 0;
		padding-top: 15px;
		background-image: url(../img/common/dotline.gif);
		background-position: top;
		background-repeat: repeat-x;
	}
	
	.info .image{
		float: right;
		width: 200px;
		margin: 0 0 10px 20px;
		padding: 0;
		text-align: center;
		background: none;
		border: none;
	}
	
		.info .image img{
			max-width: 200px;
			max-height: 160px;
		}

	.info table{
		width: 100%;
		margin-bottom: 25px;
		background-color: #FFF;
		border-collapse: collapse;
		clear: both;
	}
	
		.info table th,
		.info table td{
			padding: 5px 10px;
			text-align: left;
			border: solid 1px #AAA;
		}

		.info table th{
			background-color: #EBF7FC;
		}
		
		.info table td{
		}
		
			.info table td ul{
				margin-left: 1.5em;
			}
			
				.info table td ul li{
					list-style: disc outside;
				}
			
			.info table td ol{
				margin-left: 1.8em;
			}
			
				.info table td ol li{
					list-style: decimal outside;
				}
		
	.info .button{
		margin-right: -40px;
		text-align: center;
		overflow: hidden;
	}
	
		.info .button li{
			display: inline;
			margin-right: 40px;
		}
	
	.info .head{
		position: absolute;
		top: 0;
		left: 0;
		width: 906px;
		height: 5px;
		line-height: 0;
		background-image: url(../img/common/900_head.png);
		background-position: center;
		background-repeat: no-repeat;
	}


/*=======================*/
/* 問い合わせ・資料請求  */
/*=======================*/

#request{
	position: relative;
	width: 906px;
	height: 116px;
	text-indent: -9999px;
	background-image: url(../img/common/inquiry_bg_type2.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#request a{
	display: block;
	position: absolute;
	bottom: 20px;
	right: 15px;
	width: 194px;
	height: 25px;
	text-indent: -9999px;
	background-image: url(../img/common/inquiry_button2.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

