@charset "UTF-8";

/* 高齢者住宅事業 */

/*=======================*/
/* イントロ　　　　      */
/*=======================*/

#contents{
}

#contents h2{
	width: 263px;
	height: 21px;
	margin: 0 0 20px 15px;
	text-indent: -9999px;
	background-image: url(../img/elderly/h2_elderly.png);
	background-position: left top;
	background-repeat: no-repeat;
}

p.intro{
	margin-bottom: 40px;
	padding: 0 15px;
}


/*=========================*/
/* 地域から物件を探す　　  */
/*=========================*/

#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/elderly/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 .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;
		}


/*=========================*/
/* 各県　　　　　　　　　  */
/*=========================*/

.pref{
	margin: 0 0 50px -23px;
	overflow: hidden;
}

	.pref h3{
		width: 871px;
		height: 30px;
		margin: 0 0 0 23px;
		padding: 13px 0 0 35px;
		font-size: 16px;
		font-weight: bold;
		line-height: 1em;
		background-image: url(../img/common/common_head.png);
		background-position: left top;
		background-repeat: no-repeat;
	}
	
	.pref dl{
		float: left;
		margin: 20px 0 0 30px;
		line-height: 1em;
	}
	
		.pref dl dt{
			width: 200px;
			height: 150px;
			text-align: center;
			overflow: hidden;
		}
		
			.pref dl dt img{
				max-width: 200px;
				max-height: 150px;
			}
		
		.pref dl dd{
			padding: 7px 0;
			font-size: 11px;
			font-weight: bold;
			text-align: center;
			background-color: #EEE;
		}


/*=======================*/
/* 問い合わせ・資料請求  */
/*=======================*/

#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;
}


