@charset "UTF-8";

/* トップページ */

#contents{
	position: relative;
	overflow: hidden;
}

/*=======================*/
/* メインビジュアル      */
/*=======================*/

#mainv{
	width: 900px;
	height: 250px;
	margin: 0 auto 20px auto;
	text-indent: -9999px;
	background-image: url(../img/index/mv.jpg);
	background-color: #CCC;
	background-position: left top;
	background-repeat: no-repeat;
	clear: both;
}


/*=======================*/
/* メニュー　　　　      */
/*=======================*/

#sitemenu{
	margin-bottom: 20px;
}


/*=========================*/
/* 左カラム　　　　　　　  */
/*=========================*/

#left_col{
	width: 606px;
	float: left;
}


/*==================================*/
/* 有料老人ホーム・高齢者住宅を探す */
/*==================================*/

#search{
	position: relative;
	width: 566px;
	margin-bottom: 20px;
	padding: 55px 15px 15px 25px;
	background-image: url(../img/common/600_bg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	overflow: hidden;
}

	#search h2{
		position: absolute;
		top: 0;
		left: 0;
		width: 606px;
		height: 35px;
	}

	#search p.text{
		margin-bottom: 15px;
		padding-left: 12px;
		line-height: 1em;
		background-image: url(../img/common/arrow2.gif);
		background-position: left center;
		background-repeat: no-repeat;
	}
	
	#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: -26px 30px 0 0;
	}
	
		#search .map img{
			background-image: url(../img/common/search_mini.gif);
			background-repeat: no-repeat;
			background-position: left top;
		}


/*=========================*/
/* お知らせ/ブログ更新情報 */
/*=========================*/

#info,
#blog_info{
	position: relative;
	width: 576px;
	margin-bottom: 20px;
	padding: 34px 15px 20px 15px;
	background-image: url(../img/common/600_bg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#info h2,
#blog_info h2{
	position: absolute;
	top: 0;
	left: 0;
	width: 606px;
	height: 35px;
	text-indent: -9999px;
	background-position: left top;
	background-repeat: no-repeat;
}
#info h2{ background-image: url(../img/index/h2_info.png); }
#blog_info h2{ background-image: url(../img/index/h2_blog_info.png); }


#info dt,
#blog_info dt{
	padding: 13px 0 0 10px;
	background-image: url(../img/common/dotline.gif);
	background-position: left top;
	background-repeat: repeat-x;
	font-size: 90%;
	font-weight: bold;
}
#blog_info dt img{
	margin-left: 0.5em;
	vertical-align: sub;
}

#info dd,
#blog_info dd{
	margin-bottom: 5px;
	padding-left: 10px;
}


/*========================*/
/* お問い合わせ・資料請求 */
/*========================*/

#request{
	position: relative;
	width: 606px;
	height: 116px;
	text-indent: -9999px;
	background-image: url(../img/common/inquiry_bg_type1.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#request a{
	display: block;
	position: absolute;
	bottom: 20px;
	right: 40px;
	width: 239px;
	height: 25px;
	text-indent: -9999px;
	background-image: url(../img/common/inquiry_button.gif);
	background-position: left top;
	background-repeat: no-repeat;
}


/*=========================*/
/* 左カラム　　　　　　　  */
/*=========================*/

#right_col{
	width: 276px;
	float: right;
}


/*=======================*/
/* 物件紹介　　　　　　　*/
/*=======================*/

#article{
	width: 270px;
	margin-bottom: -20px;
	padding: 0 3px;
	background: none;
}

	#article h2{
		display: none;
	}
	
	#article div{
		margin-bottom: 20px;
	}
	
		#article div h3{
			display: none;
		}
		
		#article div dl{
		}
		
			#article div dl dd{
				display: none;
			}


/*=======================*/
/* リンク　　　　　　　　*/
/*=======================*/

#link{
	position: relative;
	right: 10px;
}

#link dl{
	width: 160px;
	margin-left: 20px;
	font-size: 90%;
	line-height: 1.3em;
	float: left;
}

#link dt{
	margin-bottom: 5px;
}

#link dd{
	margin-bottom: 20px;
}


