@charset "utf-8";

/*　物件一覧
------------------------------------------------------------ */

body {
	background: url(../images/bg_sub.jpg) left top repeat-x #140F0E;
}

* html .left img {
    behavior: expression(IEPNGFIX.fix(this));
}

#img_sub {
	width: 800px;
	_width: 1000px;
	height: 570px;
	_height: 600px;
	padding: 20px 100px 10px 100px;
	background: url(../images/img_info.jpg) left top no-repeat;
	position: relative;
}

.ul_01 {
    width: 580px;
	padding: 30px 0;
	margin: 0 30px 0 20px;
}
.ul_01 li {
    margin-bottom: 1em;
	color: #EEE;
}

.box_01 {
    width: 280px;
	margin-left: 20px;
	padding: 30px 0;
}

.box_ptb {
    width: 660px;
	margin-left: 70px;
	padding: 20px 0;
}

.box_sales {
    width: 640px;
	_width: 660px;
	border: 1px solid #FFF;
	padding: 10px;
	position: relative;
}

.box_sales .overlays {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #000;
	opacity:0.65;
	-moz-opacity:0.65;
	filter:alpha(opacity=65);
}

.box_sales .pr {
    position: relative;
}

.box_left {
    width: 200px;
	float: left;
}
.box_right {
    width: 420px;
	float: right;
}

/* Let's compensate for IE6's inability to interpret top: 0; and bottom: 0; */
* html .box_sales .overlays { height: expression(document.getElementById("box_sales").offsetHeight); }

.dl_01 {
    width: 200px;
}
.dl_01 dt {
    padding-bottom: 5px;
}
.dl_01 dd {
    width: 200px;
	height: 30px;
	background: url(../images/contact_btn_o.jpg) left top no-repeat;
}
.dl_01 dd a:hover img {
    filter: alpha(opacity=0); 
	-moz-opacity:0.00;
	opacity:0.00;
} 

.box_right h3 {
    font-size: 1.2em;
	font-weight: bold;
	color: #FF9900;
}
.box_right p {
    color: #FFF;
}

.table_01 {
    width: 420px;
	font-size: 1em;
	text-align: left;
	margin: 10px 0 0 0;
	color: #FFF;
}
.table_01 th {
	text-align: right;
	padding: 3px 1em 3px 0;
	width: 80px;
	vertical-align: top;
}
.table_01 td {
	text-align: left;
	padding: 3px 0;
}
