@charset "utf-8";

/* 全ページ共通CSS読み込み */
@import url("common.css");
@import url("menu.css");	/* ヘッダーメニュー用CSS */


/*---------- 物件詳細ページ用CSS記述 ----------*/
/***** 物件一覧へ戻る *****/
#backto_list{
	width:110px;
	height:22px;
	display:block;
	margin-top:10px;
	background-image:url(../_images/detail/backto_list.jpg); 
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-indent:-1000em;
	text-decoration:none;
	overflow:hidden;
}
	a:hover#backto_list{
		background-position:0px -22px;
	}

/***** 物件名 *****/
#bname_title{
	width:635px;
	height:32px;
	margin-top:10px;
	background-image:url(../_images/detail/detail_titlebg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
	/* タイトル文字 */
	.bname_txt{
		height:32px;
		padding-left:20px;
		line-height:32px;
		font-size:120%;
		color:#FFFFFF;
		float:left;
	}
	/* 物件種別アイコン */
	.kind_icon{
		padding:6px 10px 6px 0px;
		float:right;
	}
	/* 物件種別カテゴリーアイコン */
	.cate_icon{
		padding:7px 10px 6px 0px;
		float:right;
	}

/***** アピール文 *****/
#detail_catch{
	padding-top:10px;
	font-size:110%;
	color:#990000;
}

/***** 物件基本情報　上部 *****/
#info_top{
	width:615px;
	padding:10px;
	margin-top:10px;
	background-color:#EBEBEB;
}
	#info_top strong{
		font-size:110%;
	}

/***** ページ内リンク *****/
#anchor_link{
	padding:5px 0px;
	text-align:right;
}

/***** メイン写真・間取り図 *****/
#main_pic{
	width:370px;
	padding:9px;
	border:1px solid #D9D9D9;
	background-color:#F7F7F7;
	text-align:center;
	float:left;
}
#madori_pic{
	width:215px;
	padding:9px;
	border:1px solid #D9D9D9;
	text-align:center;
	float:right;
}

/***** その他の写真 *****/
#other_pic_box{
	width:600px;
	padding:0px 15px 10px 20px;
	margin-top:5px;
	background-color:#333333;
}
table.other_pic_box{
	margin-top:10px;
}
	.other_pic{
		width:145px;
		margin-right:5px;
	}
	.pic{
		width:145px;
		text-align:center;
	}
		.pic img{
			border:1px solid #FFFFFF;
		}
	.caption{
		text-align:center;
		color:#FFFFFF;
	}

/***** 物件基本情報　表 *****/
table#info_table{
	margin-top:10px;
	border-top:2px solid #FFFFFF;
	border-left:2px solid #FFFFFF;
}
table#info_table th{
	width:120px;
}
table#info_table th, table#info_table td{
	padding:2px 5px;
	text-align:left;
	border-right:2px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
}
table#info_table td.info_table_td{
	width:197px;
}
	table#info_table th{
		background-color:#EDE6D3;
		color:#003366;
	}
	table#info_table td{
		background-color:#F0F0F0;
	}

/* 管理画面からの確認msg */
#kanri_msg{
	border:1px solid #FF0000;
	padding:5px;
	margin-bottom:10px;
	background-color:#EEEEEE;
}

/* 契約申込み/お見積り */
#form_box{
	width:531px;
	padding:15px 0px 0px;
	margin:0px auto;
}
#form_box02{
	width:254px;
	padding:15px 0px 0px;
	margin:0px auto;
}
	#contract_btn, #estimate_btn{
		display:block;
		width:254px;
		height:64px;
		text-decoration:none;
		text-indent:-1000em;
		overflow:hidden;
		float:left;
	}
	#contract_btn{
		background:url(../_images/detail/contract_btn.jpg) 0px 0px no-repeat;
	}
	#form_box a#contract_btn{
		margin-right:23px;
	}
	#estimate_btn{
		background:url(../_images/detail/estimate_btn.jpg) 0px 0px no-repeat;
	}
	#contract_btn a, #estimate_btn a{
		background-position:0px -64px;
	}
