@charset "utf-8";

/* 全ページ共通CSS読み込み */
@import url("common.css");
@import url("menu.css");	/* ヘッダーメニュー用CSS */


/*---------- TOPページ用CSS記述 ----------*/

/***** TOPページのみ上部の背景画像を差し替え *****/
/* body */
body{
	background-image:url(../_images/index/index_header_bg.jpg);
}
/* header */
#header{
	background-image:url(../_images/index/index_header_bg.jpg);/* wrapの背景画像に重ねる */
}

/***** TOPページmain *****/
#index_main{
	width:870px;
	margin:0px auto;
	padding:15px 15px 72px;	/* padding-bottomの高さをfooterのheightと合わせる */
}

/***** FLASH *****/
#flash{
	width:898px;
	height:215px;
	padding:0px 1px;
	margin:0px auto;
	background-image:url(../_flash/load.gif);/* 「読み込み中」のgifアニメ */
	background-position:center;
	background-repeat:no-repeat;
}
#flash_print{/* 印刷時に表示するCSS（通常は非表示） */
	width:0px;
	height:0px;
	padding:0px 1px;
	margin:0px auto;
	display:none;
}

		/* Flashの印刷設定 */
		@media print{
			#flash{/* 印刷時flash非表示 */
				width:0px;
				height:0px;
				padding:0px 1px;
				margin:0px auto;
				display:none;
			}
			#flash_print{/* 印刷時に表示 */
				width:898px;
				height:215px;
				padding:0px 1px;
				margin:0px auto;
				display:block;
			}
		}
		

/***** TOPページ左 *****/
#index_left{
	width:580px;
	float:left;
	padding-right:15px;
	padding-bottom:20px;
}
/*** 物件検索　ここから ***/
#search_bg_box01{
	width:561px;
	padding:0px 9px 0px 10px;
	background-image:url(../_images/index/search_bg01.jpg);
	background-position:left top;
	background-repeat:repeat-y;
}
#search_bg_box02{
	width:561px;
	background-image:url(../_images/index/search_bg02.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
}
	/* 賃貸物件 */
	#search_lease{
		width:280px;
		float:left;
	}
	/* 売買物件 */
	#search_dealing{
		width:280px;
		border-left:1px solid #DDDDDD;
		float:left;
		margin-right:-3px;/* IE6バグ対策 */
	}
		.search_box{
			width:260px;
			padding:0px 10px 10px;
		}
		/* タイトル */
		.lease_titlebg, .dealing_titlebg{
			width:245px;
			height:23px;
			padding-left:15px;
			margin:15px 0px 3px;
			background-position:left top;
			background-repeat:no-repeat;
			font-size:110%;
			line-height:23px;
		}
		.lease_titlebg{
			background-image:url(../_images/index/search_titlebg01.jpg);
		}
		.dealing_titlebg{
			background-image:url(../_images/index/search_titlebg02.jpg);
		}
		/* チェックボックス */
		.search_check{
			width:245px;
			padding-left:15px;
		}
		/* 「上記で検索する」ボタンは、common.cssに記述 */
		
		/* 詳細検索はこちら */
		.search_detail{
			width:260px;
			text-align:right;
			padding-top:5px;
		}
/*** 物件検索　ここまで ***/

/*** 新着物件・新着情報 ***/
/* タイトル */
#newbuild_title, #whatsnew_title{
	width:580px;
	height:23px;
	margin-top:15px;
	background-position:left top;
	background-repeat:no-repeat;
}
#newbuild_title{
	background-image:url(../_images/index/title_build.jpg);
}
#whatsnew_title{
	background-image:url(../_images/index/title_whatsnew.jpg);
}
	/* テキスト部分 */
	.title_txt{
		padding-left:15px;
		height:23px;
		line-height:23px;
		font-size:120%;
		float:left;
	}
	/* ボタン部分 */
	#to_build_list, #to_whatsnew_list{
		width:94px;
		height:15px;
		display:block;
		margin:4px 5px 4px 0px;
		background-position:0px 0px;
		background-repeat:no-repeat;
		text-indent:-1000em;
		text-decoration:none;
		overflow:hidden;
		float:right;
	}
	a:hover#to_build_list, a:hover#to_whatsnew_list{
		background-position:0px -15px;
	}
	#to_build_list{
		background-image:url(../_images/index/to_build_list.jpg);
	}
	#to_whatsnew_list{
		background-image:url(../_images/index/to_whatsnew_list.jpg);
	}
/* 新着物件リストは、common.cssに記述（物件一覧ページにも使用するため） */

/* 新着情報 */
#whatsnew_box{
	width:560px;
	padding:7px 9px 12px;
	background-color:#F7F7F7;
	border-bottom:1px solid #F0F0F0;
	border-left:1px solid #F0F0F0;
	border-right:1px solid #F0F0F0;
}
table#table_wn{
}
#table_wn td{
	padding:3px 5px;
	border-bottom:1px dotted #999999;
	text-align:left;
}


/***** TOPページ右 *****/
#index_right{
	width:275px;
	float:left;
	margin-right:-3px;/* IE6バグ対策 */
	padding-bottom:20px;
}
/*** バナー ***/
#bnnr01, #bnnr02, #bnnr03, #bnnr04, #bnnr05, #bnnr06, #bnnr07{
	width:275px;
	display:block;
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-indent:-1000em;
	text-decoration:none;
	overflow:hidden;
}
a:hover#bnnr01, a:hover#bnnr02{
	background-position:0px -130px;
}
a:hover#bnnr03, a:hover#bnnr04, a:hover#bnnr07{
	background-position:0px -120px;
}
a:hover#bnnr05, a:hover#bnnr06{
	background-position:0px -70px;
}
	#bnnr01{/* 富山大学周辺物件 */
		height:130px;
		background-image:url(../_images/index/bnnr_college.jpg);
	}
	#bnnr02{/* 投資物件 */
		height:130px;
		margin-top:10px;
		background-image:url(../_images/index/bnnr_investment.jpg);
	}
	#bnnr03{/* サンライズプロジェクト */
		height:120px;
		margin-top:10px;
		background-image:url(../_images/index/bnnr_project.jpg);
	}
	#bnnr04{/* スタッフブログ */
		height:120px;
		margin-top:10px;
		background-image:url(../_images/index/bnnr_staffblog.jpg);
	}
	#bnnr05{/* お問い合わせ */
		height:70px;
		margin-top:10px;
		background-image:url(../_images/index/bnnr_contact.jpg);
	}
	#bnnr06{/* シートピア氷見 */
		height:70px;
		margin-top:10px;
		background-image:url(../_images/index/bnnr_seatopia.jpg);
	}
	#bnnr07{/* サンライズ カルティエパーク */
		height:120px;
		margin-top:10px;
		background-image:url(../_images/index/bnnr_cartier.jpg);
	}

/*** 会社情報は、common.cssに記述 ***/


/***** TOPページfooter *****/
#index_footer{
	position:relative;
	width:100%;
	margin:0px auto;
	margin-top:-72px;	/* heightの高さをマイナス値で設定する */
	height:72px;	/* footerの高さを指定 */
	clear:both;
}
	/* sitemap */
	#sitemap{
		text-align:center;
		height:19px;
		line-height:19px;
		background-color:#999999;
	}
