/* CSS Document */

/*一括資料請求*/
.all_check{
	width:730px;
	height:30px;
	margin:20px 0;
	background-color:#CC99FF;
}

p.checkbox{
	float:left;
	display:inline;/*IE6 ダブルマージン対応*/
	margin-top:4px;
	margin-left:160px;
}

#all_check_submit{
	float:left;
	width:270px;
	height:30px;
	margin-left:10px;
	background:transparent url(images/allcheck_button.gif) no-repeat scroll 0 0;
	border:0 none;
	text-indent:-9999px;
}

#all_check_submit:hover{
	background:transparent url(images/allcheck_button.gif) no-repeat scroll 0 -30px;
}

/*物件情報*/
.bukken{
	width:712px;
	margin:20px 9px;
}

.bukken img{
	border:none;
}

.bukken_checkbox{
	float:left;
	width:24px;
	height:280px;
	background-color:#CC99FF
}

.bukken_left{
	float:left;
	width:226px;
	height:280px;
	background-color:#CC99FF;
}

.bukken_name{
	float:left;
	margin-top:10px;
	width:226px;
	height:70px;
}

.bukken_name h4 a{
	display:block;
	width:226px;
	height:70px;
	text-indent:-9999px;
}

.bukken_table{
	float:left;
	margin-top:10px;
	width:226px;
	font-size:12px;
}


.bukken_table th{
	width:40px;
	height:20px;
	color:#333333;
	font-weight:normal;
	vertical-align:top;
}

.bukken_table td{
	color:#333333;
	vertical-align:top;
}

.bukken_table td a{
	color:#333333;
}

.bukken_right{
	float:left;
	width:460px;
	height:278px;
	border:1px solid #CC99FF;
	background-color:#FFFFFF;
	position:relative;
}

.bukken_photo{
	float:left;
	width:240px;
	height:180px;
	position:absolute;
	left:20px;
	bottom:10px;
}

.bukken_photo img{
	width:240px;
	height:180px;
}

.bukken_button{
	float:right;
	position:absolute;
	right:20px;
	bottom:10px;
	width:160px;
	height:80px;
}

.bukken_button ul{
	display:block;
}

li.bukken_send_detail{
	display:block;
	margin-top:10px;
	text-indent:-9999px;
	overflow:hidden;
}

li.bukken_send_detail a{
	background:url(images/bukken_button.gif) no-repeat scroll 0 0;
	display:block;
	width:160px;
	height:30px;
}

li.bukken_send_detail a:hover{
	background:transparent url(images/bukken_button.gif) no-repeat scroll -160px 0;
	display:block;
	width:160px;
	height:30px;
}

li.bukken_send_material{
	display:block;
	margin-top:10px;
	text-indent:-9999px;
	overflow:hidden;
}

li.bukken_send_material a{
	background:transparent url(images/bukken_button.gif) no-repeat scroll 0 -30px;
	display:block;
	width:160px;
	height:30px;
}

li.bukken_send_material a:hover{
	background:transparent url(images/bukken_button.gif) no-repeat scroll -160px -30px;
	display:block;
	width:160px;
	heigth:30px;
}

p.bukken_header{
	clear:both;
	display:block;
	width:420px;
	margin-top:10px;
	margin-left:20px;
	font-weight:bold;
	color:#333333;
}



