﻿@charset "utf-8";
/* =======================================================================
	CSS information

	file name  :top.css
	version:1.0
	style info :トップページ用。
======================================================================= */
/* import　各ディレクトリのスタイルシートは以下を必ず読み込む
----------------------------------------------------------------------------- */
@import "default.css"; /*リセット、font.css、再定義*/
@import "base.css"; /*サイトの初期設定*/
@import "layout.css"; /*サイトの基本レイアウト*/


body#index {
	background: #F4F2DE url(../img/index/body_index_bg.jpg) no-repeat center top;
}

#index #mainImg {
	height: 147px;
	padding-top: 12px;
}


/* 今月の動画付きおすすめ物件案内
------------------------------------------------------------------------*/

.recMove {
	width: 490px;
	margin: 0 0 0 10px;
	padding-bottom: 5px;
}

.recMove h3 {
	margin-bottom: 5px;
	font-size: 114%;
}

.recMove h3,
.recMove li,
.recMove p {
	line-height: 1.4;
}

.recMove ul,
.recMove p {
	margin-bottom: 0.5em;
}


/* エイブルの物件を検索する
------------------------------------------------------------------------*/

.searchBox {
	width: 371px !important;
	width /**/: 388px;
	margin: 0 0 5px;
	padding: 0 5px 15px 12px;
	background: url(../img/index/search_box_bg.png) no-repeat center bottom;
}

.searchBox select { width: 120px;}

.searchBox img {
	vertical-align: middle;
}

.searchLi li {
	position: relative;
	background: url(../img/index/search_li_bg.jpg) no-repeat left bottom;
	padding: 8px 0 15px;
}

.searchLi li input {
	position: absolute;
	top: 30px;
	left: 143px;
}

.searchLi li h3 {
	margin-bottom: 4px;
}

.searchLi li.searchLiLast {
	background: url(../img/index/search_li_bg.jpg) no-repeat left 11px;
	padding: 8px 0 0;
}


/* しが賃貸1.comのおススメ物件情報
------------------------------------------------------------------------*/

.recBox {
	background: url(../img/index/rec_box_bg.jpg) repeat-y center top;
}

.recLine {
	margin: 20px 0 0 0;
	width: 918px;
}

.proBox {
	display: inline;
	float: left;
	width: 190px;
	margin-left: 40px;
}

.proBox h3 {
	margin-bottom: 5px;
}

.proBox h3 a{
	text-decoration:none;
	}

.proBox h3 img{
vertical-align: middle;
padding-left: 0.5em;
}

.proBox h3,
.proBox p {
	line-height: 1.4;
	margin: 0 !important;
}

.proBox .imgBox{
	margin: 10px auto;
	padding: 1px;
	border: 1px solid #999999;
	width: 125px;
	}
	
.proBox .outline{
	background-color: #F0F0F0;
	padding: 5px;
	overflow: hidden;
	}	
	
* html .proBox .outline{
	height: 100%;
	}	

.proBox .outline dt,
.proBox .outline dd{
	float:left;
	}
	
.proBox .outline dt{
	width: 70px;
	text-align: right;
	padding-right: 5px;
	}
	
.proBox .outline dd{
	width: 100px;
	}	
	
.proBox .msg {
	padding-top: 10px;
	padding-bottom: 10px;
}




/* 地元のスタッフがおしえる、生活情報！
------------------------------------------------------------------------*/

#livBox {
	width: 930px;
	background: url(../img/index/liv_box_bg.jpg) no-repeat center top;
	margin-bottom: 10px;
	padding-top: 109px;
}

#livBox h2 {
	display: none;
}

#livBox .columns226 {
	margin: 0 5px 0 0;
}

.livOutline {
	width: 200px;
	margin: 0 0 0 12px;
	padding-bottom: 5px;
}

.livOutline a {
	display: block;
	width: 181px !important;
	width /**/: 197px;
	background: url(../img/index/liv_photo_bg.jpg) no-repeat 0 0;
	padding: 18px 0 0 16px;
	text-decoration: none;
}

.livOutline a img {
	width: 163px;
	height: 122px;
	margin-bottom: 20px;
}


/* スタッフブログ
------------------------------------------------------------------------*/

#blogBox {
	width: 930px;
	margin-bottom: 20px;
}

.blogFirst {
	margin: 0 15px 10px;
	padding: 0 0 10px;
	background: url(../img/common/line_bot_01.gif) repeat-x left bottom;
}

.blogSecond {
	margin: 0 15px 10px;
}

.blogFirst dt,
.blogSecond dd {
	line-height: 1.4;
}

.blogFirst dd span,
.blogSecond dd span {
	display: block;
	margin-top: 2px;
	font-size: 107%;
	font-weight: bold;
	line-height: 1;
}

#konanStaff { background: url(../img/index/konan_staff_bg.jpg) repeat-y center top;}
#rittoStaff { background: url(../img/index/ritto_staff_bg.jpg) repeat-y center top;}
#minakuchiStaff { background: url(../img/index/minakuchi_staff_bg.jpg) repeat-y center top;}
#yasuStaff { background: url(../img/index/yasu_staff_bg.jpg) repeat-y center top;}


/* お部屋探しお助け情報！
------------------------------------------------------------------------*/

.pickupBox {
	overflow: hidden;
	height: 243px;
	padding: 0 0 0 71px;
	background: url(../img/index/pickup_bg.jpg) no-repeat left top;
}

.pickupBox .columns270 {
	position: relative;
	margin: 0 47px 0 0;
	padding-top: 17px;
}

.pickupBox .columns266 {
	position: relative;
	margin: 0 40px 0 0;
	padding-top: 17px;
}

.pickupBox .columns226 {
	padding-top: 10px;
}

.pickupBox .columns226 a {
	text-decoration: none;
	color: #666666;
}

.pickupBox .columns226 a:hover {
	color: #FF9900;
}

.pickupBox .columns226 a img {
	margin-bottom: 2px;
}

.pickupBox h4 {
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
}

.pickupBox ul li {
	margin-bottom: 5px;
	font-size: 107%;
	line-height: 1.4;
}

.pickupBox .columns226 ul li {
	font-size: 12px;
	line-height: 1;
}

.pickupBox .columns270 .buDetail,
.pickupBox .columns266 .buDetail {
	position: absolute;
	top: 130px;
	right: -10px;
}

/*20100428追加*/
.proBox h3.rec_area {
	height: 75px;
	width: 190px;
	background-image: url(../img/index/rec_area.gif);
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

.proBox h3.rec_area a {
	height: 75px;
	width: 190px;
	display: block;
	text-indent:-9999px;
	background-image: url(../img/index/rec_area.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

.proBox h3.rec_area01,
.proBox h3.rec_area01 {
	background-position: 0px 0px;
}

.proBox h3.rec_area02,
.proBox h3.rec_area02 a {
	background-position: -190px 0px;
}

.proBox h3.rec_area03,
.proBox h3.rec_area03 a {
	background-position: -380px 0px;
}

.proBox h3.rec_area04,
.proBox h3.rec_area04 a {
	background-position: -570px 0px;
}

