﻿#center_box {
	width: 740px;
	font-size: 12px;
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 50px;
}

/*インフォメーション*/
#left_box {
	width: 500px;
	font-size: 12px;
	color: #333;
	float: left;
}

/*ページタイトル*/
#left_box #page_title {
	width: 500px;
	padding-bottom: 20px;
}

#left_box #page_title p{
	font-size: 12px;
	text-align: left;
	line-height: 20px;
	padding-left: 7px;
}
.info_box {
	background-color: #FFFFFF;
	width: 480px;
	text-align: center;
}
.info_title {
	width: 490px;
	border: 1px solid #79ABF7;
	text-align: left;
	background-color: #CDE0FC;
	padding: 5px;
	clear: left;
	font-size: 11px;
	font-weight: bold;
}
.info_shousai {
	width: 460px;
	text-align: left;
	background-color: #FFFFFF;
	padding: 5px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	line-height: 20px;
}
.navi {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding: 10px;
	width: 480px;
	background-image: url(/images/next_page_bg.gif);
	background-repeat: no-repeat;
	height: 30px;
	letter-spacing : 1px;
}

/*左サイド*/
#sidebar_right{
	width: 200px;
	float: right;
	height: auto;
	padding: 10px;
	border: 1px solid #CCC;
}

/*左サイド フリーワード検索*/
#sidebar_right #freeword{
	width:200px;
}

/*左サイドその他の物件*/
#sidebar_right #other_list{
	width:200px;
	margin-bottom: 10px;
}
/*左サイドアンダーライン*/
.line {
	width:200px;
	height: 20px;
	background-image: url(/images/line200.gif);
	background-repeat: no-repeat;
	clear: both;
}

.list01{
	width: auto;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 6px;
	padding-right: 3px;
	padding-left: 3px;
	height: 20px;
	background-image: url(/images/sub_title_bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
.list_bukken{
	width:200px;
	height:auto;
	margin: 0px;
	padding-bottom: 5px;
}
.list_bukken dl{
	height: auto;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*写真*/
.list_bukken dl dt{
	width:90px;
	height:auto;
	float:left;
}
/*種別*/
.list_bukken dl dd.title{
	font-size: 12px;
	font-weight: bold;
	background-color: #FFEBD7;
	width: 95px;
	margin-left: 95px;
	padding: 3px;
	margin-bottom: 3px;
}
/*所在*/
.list_bukken dl dd.juusho{
	line-height:17px;
	font-size: 12px;
	width: 95px;
	margin-left: 95px;
	margin-bottom: 3px;
}
/*価格*/
.list_bukken dl dd.price{
	color:#FF3333;
	font-weight:bold;
	font-size:12px;
	margin-left: 95px;
	width: 95px;
	margin-bottom: 3px;
}

