/* インクルード
----------------------------------------------------------------------------- */
@import url("layout.css");

/* タイトル
----------------------------------------------------------------------------- */
#contents h2{
	background-image:url(../fudosan/img/title.jpg);
	height:124px;
	background-position: 0px 10px;
}

#contents .back{
background-image:url(../img/aroow_back.jpg);
background-repeat:no-repeat;
width:105px;
margin-left:auto;
padding-left:18px;
height:15px;
margin-bottom:10px;
margin-top:10px;
font-size:12px;
}



/* 中古・土地物件
----------------------------------------------------------------------------- */

#contents .list{
margin-left:20px;
margin-right:20px;
margin-bottom:30px;
}

#contents .list span{
color:#FF0000;
font-weight:bold;
font-size:14px;
}

#contents .list td{
border-bottom-color:#cccccc;
border-bottom-style:dotted;
border-bottom-width:1px;
padding-bottom:5px;
padding-top:5px;
padding-left:10px;
font-size:12px;
}
#contents .list th{
padding-bottom:5px;
font-size:12px;
padding-top:5px;
background-color:#E1E1E1;
padding-left:10px;
}

#contents sup{
font-size:8px;
}


#contents .used{
padding-left:10px;
margin-bottom:50px;
}

#contents .used p{
color:#CC3333;
font-weight:bold;
font-size:122%;
margin-bottom:20px;
margin-top:20px;
}

#contents .used table{
width:95%;
margin-left:auto;
margin-right:auto;
margin-top:20px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


#contents .used table th, 
#contents .used table td{
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#contents .used table th{
background-color:#ededeb;
font-weight:normal;
text-align:left;
}

#contents .used table span{
color:#FF0000;
font-size:20px;
}


