@import url("base.css");

/*-----------------------------------
	レイアウト
-----------------------------------*/
/*-----------------------------------
	共通
-----------------------------------*/
/*コンテンツ*/
#contents{
	width:720px;
}
/*ヘッダー*/
#contents .title_wrapper{
	padding:5px 0 11px;
	width:720px;
	height:100%;
	background:url(../img/base/dot_3.gif) bottom repeat-x;
}
#contents .title_wrapper .title{
	font-size:14px;
	font-weight:bold;
	color:#333333;
	float:left;
}
#contents .title_wrapper .page_back{
	float:right;
}
/*-----------------------------------
	建売実績
-----------------------------------*/
/*ヘッダー*/
#contents .result_header{
	width:692px;
	height:155px;
	margin:10px 0 14px;
	padding-top:15px;
	padding-left:28px;
	background:url(../img/result/index/header_bg.jpg) top left no-repeat;
}
/*サブタイトル*/
#contents .subtitle{
	font-size:14px;
	font-weight:bold;
	color:#333333;
	line-height:14px;
	padding-bottom:6px;
	background:url(../img/base/dot_line.gif) bottom repeat-x;
}
.result_body{
	padding:34px 0;
	margin-top:12px;
	text-align:center;
	background:url(../img/result/index/result_bg.jpg) top left repeat;
}
/*建売実績*/
#contents table.jiseki {
	font-size:12px;
	line-height:22px;
	width:580px;
	margin:10px 0 16px;
	color:#666666;
	margin:auto;
	text-align:left;
	border-left:solid 1px #DDDDDD;
	border-top:solid 1px #DDDDDD;
}
#contents table.jiseki th {
	width:115px;
	vertical-align:top;
	font-weight:normal;
	padding:8px 0px 8px 8px;
	text-align:left;
	background:#EFEFEF;
	border-right:solid 1px #DDDDDD;
	border-bottom:solid 1px #DDDDDD;
}
#contents table.jiseki th.th_1{
	background:url(../img/result/index/result_chara1.gif) #EFEFEF top left no-repeat;
}
#contents table.jiseki th.th_2{
	background:url(../img/result/index/result_chara2.gif) #EFEFEF top left no-repeat;
}
#contents table.jiseki th.th_3{
	background:url(../img/result/index/result_chara3.gif) #EFEFEF top left no-repeat;
}
#contents table.jiseki th.th_4{
	background:url(../img/result/index/result_chara4.gif) #EFEFEF top left no-repeat;
}
#contents table.jiseki th.th_5{
	background:url(../img/result/index/result_chara5.gif) #EFEFEF top left no-repeat;
}
#contents table.jiseki th.th_6{
	background:url(../img/result/index/result_chara6.gif) #EFEFEF top left no-repeat;
}
#contents table.jiseki td {
	padding:8px 0px 8px 8px;
	border-right:solid 1px #DDDDDD;
	border-bottom:solid 1px #DDDDDD;
}
#contents table.jiseki td.td_1{
	width:178px;
}
#contents table.jiseki td.td_2{
	width:90px;
}
#contents table.jiseki td.td_3{
	width:135px;
}
#contents table.jiseki td.total{
	text-align:right;
	padding:8px 8px 8px 0px;
	border-right:solid 1px #DDDDDD;
	border-bottom:solid 1px #DDDDDD;
}
#contents table.jiseki tr {
	background:#FFFFFF;
}
#contents table.jiseki .base_color {
	background:#EFEFEF;
}
#contents table.jiseki span.sale {
	color:#FF5900;
}
