@charset "UTF-8";

/* トップページ */

#contents{
	position: relative;
	min-height: 450px;
}

/*=======================*/
/* メインビジュアル      */
/*=======================*/

#mainv{
	width: 906px;
	height: 256px;
	margin: 0 auto 20px auto;
	text-indent: -9999px;
	background-image: url(../img/top/advertise.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	clear: both;
}


/*=======================*/
/* メニュー　　　　      */
/*=======================*/

#sitemenu{
	height: 173px;
	margin-bottom: 20px;
}

dl#menu_about,
dl#menu_elderly,
dl#menu_advertise,
dl#menu_landuse,
dl#menu_recruite{
	height: 173px;
	float: left;
}

dl#menu_about{
	width: 240px;
}

dl#menu_elderly,
dl#menu_advertise,
dl#menu_landuse{
	width: 166px;
}

dl#menu_recruite{
	width: 168px;
}

/*-----------------*/

dl#menu_about dd,
dl#menu_elderly dd,
dl#menu_advertise dd,
dl#menu_landuse dd,
dl#menu_recruite dd{
	height: 110px;
	padding: 15px;
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 85%;
	line-height: 1.5em;
}

dl#menu_about dd{ background-image: url(../img/index/menu_about_bg.png); }
dl#menu_elderly dd,
dl#menu_advertise dd,
dl#menu_landuse dd{ background-image: url(../img/index/menu_common_bg.png); }
dl#menu_recruite dd{ background-image: url(../img/index/menu_recruite_bg.png); }



/*=========================*/
/* お知らせ/ブログ更新情報 */
/*=========================*/

#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;
	margin-bottom: 20px;
	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;
}


/*=======================*/
/* 物件紹介　　　　　　　*/
/*=======================*/

#article{
	position: absolute;
	top: 0;
	right: 0;
	width: 240px;
	padding: 50px 18px 25px 18px;
	background-image: url(../img/common/270_bg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#article h2{
	position: absolute;
	top: 0;
	left: 0;
	width: 276px;
	height: 35px;
	text-indent: -9999px;
	background-image: url(../img/index/h2_article.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#alch h3{
	width: 208px;
	height: 15px;
	margin-bottom: 15px;
	text-indent: -9999px;
	background-image: url(../img/elderly/h3_alphaliving_h.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#alch dt{
	text-align: center;
	margin-bottom: 5px;
}


/*=======================*/
/* リンク　　　　　　　　*/
/*=======================*/

#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;
}

