@charset "UTF-8";
/* CSS Document */


/*  sale 物件売却設定
---------------------------------------------------------- */

#sale {
	width: 700px;
}
#sale2 {
	width: 670px;
}
#sale2 h2 {
	background: url(../../../sale/img/t_sale.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	height: 80px;
	width: 700px;
}
#sale2 .saleTitle1 {
	background: url(../../../sale/img/t2_01.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	height: 40px;
	width: 670px;
	margin: 30px auto 0px;
}
#sale2 .saleTitle2 {
	background: url(../../../sale/img/t2_02.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	height: 40px;
	width: 670px;
	margin: 40px auto 0px;
}

#sale2 .necessityEntry {
	width: 600px;
	margin: 15px auto 0px;
	text-align: right;
	font-size: 80%;
	color: #313131;
}
#sale2 table {
	margin: 10px auto 0px;
	width: 600px;
	border-top: 1px solid #b4c791;
	border-right: 1px solid #b4c791;
	border-left: 1px solid #b4c791;
	font-size: 85%;
	color: #313131;
}
#sale2 table  th {
	font-weight: normal;
	background: #f4fae8;
	padding: 5px;
	width: 120px;
	border-bottom: 1px solid #b4c791;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
#sale2 table td {
	padding: 5px 5px 5px 15px;
	border-bottom: 1px solid #b4c791;
	border-left: 1px solid #b4c791;
}
#sale2 .saleBtn {
	margin: 15px auto 0px;
	width: 300px;
	text-align: center;
}
