@charset "ISO-8859-1";
/* CSS Document */

/* ------------------------------------------------------
Start of common styling section
------------------------------------------------------ */
caption,
.caption {
	text-align: left;
	font-weight: bold;
	font-size: 1.1em;
	color: #666666;	
}

#contents {
	width: 760px;
}
#contents .contents_container {
	width: 720px;
	margin: auto;
/*	border: dashed 1px #6699FF;*/
/*	margin-bottom: 1.2em;*/
	margin-top: 1.2em;
	clear: both;
}

/* Style of information table */
.tbl_info_noborder 
{
	border-collapse: collapse;
	border-spacing: 1px;
}
/* Style of border less table */
.tbl_info_border 
{
	border-collapse:collapse;
	border:solid 1px #ccc;
}
.tbl_info_noborder th,
.tbl_info_border th 
{
	background: #fdf3d8;
	text-align: left;
	font-weight: normal;
	padding: 2px;
	border:solid 1px #ccc;
	font-size: 12px;
	line-height: 14px;
	height:26px;
}
.tbl_info_noborder td,
.tbl_info_border td 
{
	background: #ffffff;
	padding: 2px;
	border:solid 1px #ccc;
	font-size: 12px;
	line-height: 14px;
}
.tbl_info_t2_border 
{
	border-collapse: separate;
	background: #999999;
}
.tbl_info_t2_noborder th,
.tbl_info_t2_border th 
{
	background: #ffefef;
	text-align: left;
	font-weight: normal;
	padding: 2px;
}
.tbl_info_t2_noborder td,
.tbl_info_t2_border td 
{
	background: #ffffff;
	padding: 2px;
}
.tbl_detail_info_th_width {
	width: 98px;
}	
.tbl_detail_info_td_width {
	width: 250px;
}
.tbl_list {
	margin-bottom:1em;
}

.line_gray3 {
	height:1px;
	background:url(../image/line_gray3.gif) repeat-x;
	margin:8px 0;
}

.line_gray3 hr {
	border:0;
}
/* -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
	Property list
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ /*

/* --------------------------------------------------
	Condition of show property
-------------------------------------------------- */
/*
#condition_area ul {
	margin: 0px 0px 1em 0px;
	padding: 0px;
	border: 1px solid;
	list-style: none;
}
#condition_container div {
	background-repeat: no-repeat;
	padding: 22px 0px 0px 0px;
}
#condition_container div ul {
	margin: 0px 0px 1em 0px;
	padding: 0.2em;
	border: 2px solid;
	list-style:none;
}
#condition_container div ul li {
	padding: 0.5em 0.5em;
	display: inline;
}
*/
/* --------------------------------------------------
	Property information
-------------------------------------------------- */
div.row {
	margin-bottom: 1.2em;
	float: left;
}
div.property {
	border: 1px solid #dcdddd;
	width: 228px;
	text-align: center;
	vertical-align: top;
	float: left;
	padding: 0;
	margin-right: 13px;
}
div.property h3 {
	font-size: 1.2em;
	color: #666666;
	padding: 0;
	margin: 0;
}
div.property h4 {
	padding: 0;
	margin: 0;
}
div.property p {
	padding: 0;
	margin: 0.2em 0.5em;
	text-align: left;
}
div.property table {
	border: 1px solid #CCCCCC;
	margin: 0 auto;
	border-spacing: 1;
	border-collapse: separate;
	width: 95%;
}
div.property th {
	color: #666666;
	background: #fdf3d8;
	font: normal;
	text-align: left;
	padding: 2px;
	width: 52px;
}
div.property td {
	text-align: left;
	padding: 2px;
}
div.list_img_container {
	width: 220px;
	height: 100px;
	border: 0px;
	padding: 0px;
	margin-bottom: 6px
}
/* -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
	Property details
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */
/* --------------------------------------------------
	Header of property information
-------------------------------------------------- */
#property_header {
	background: url(image/lh.gif) repeat-x;
	border: 1px solid #dcdddd;
	height: 28px;
	vertical-align: middle;
	padding: 0 10;
}
#property_header table {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
#property_header table tr td {
	vertical-align: middle;
}
#property_header table tr td * {
	display: inline;
	margin: 0 1em;
}
#property_header h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #666666;
	padding: 0;
	margin: 0;
}
#sales_comment,
.error_mes
{
	font: 1.2em bold;
	line-height: 1.2em
}

/* --------------------------------------------------
	Property image
-------------------------------------------------- */
#property_img_container {
	float: left;
	width: 320px;
	height: 210px;
	text-align: center;
}
#property_img_container img {
	margin: 0 auto;
}
/* --------------------------------------------------
	Information of property basic
-------------------------------------------------- */
#property_basic_info {
	float: right;
}
/* --------------------------------------------------
	Property details
-------------------------------------------------- */
/* --------------------------------------------------
	Rentroll
-------------------------------------------------- */

.rent-roll-row {
	width: 720px;
	margin-bottom: 1.2em;
	clear: both;
}
.rent-roll-left-box {
	float: left;
}
.rent-roll-right-box {
	float: right;
}
table.rent-roll {
  border: none;
  border-collapse: collapse;
}
table.rent-roll th, 
table.rent-roll td {
  padding: 0.2em 0.5em;
  border-bottom: 1px dotted #999999;
  border-left: none;
  border-right: none;
  empty-cells: show;
  font-weight: normal;
}
table.rent-roll th {
	text-align:left;
}
table.rent-roll td {
	text-align:right;
}
table.rent-roll tbody tr th {
	width: 160px;
}
table.rent-roll thead {
  color: #000000;
  /*background: #ffcc99;*/
  background: #fdf3d8;
}
table.rent-roll thead th {
	border: 1px solid #999999;
	width: 320px;
}
.border_top_solid {
	border-top: 1px solid #999999;
}
table.rent-roll tfoot th,
table.rent-roll tfoot td {
	border-bottom: none ;
	border-top: 3px double #999999;
}

