@charset "UTF-8";
/*コンテンツビジュアル*/

#CV{
	width: 1000px;
	height: 240px;
	background-color: #06C;
	margin-bottom: 20px;
}
#CV2{
	width: 1000px;
	height: 372px;
	background-color: #06C;
	margin-bottom: 20px;
}
#Rarea{
	float: right;
	width: 720px;
}
#Rarea h2{
	font-size: 120%;
	line-height: 1.2em;
	margin-bottom: 1em;
	color:#093;
}
#Rarea p{
	line-height: 1.8em;	
}
/*物件リスト*/
.Listbox{
	margin-bottom: 10px;
	padding-bottom: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDEDEE;
}
.Listbox .data{
	float: left;
	width: 500px;
}
.Listbox .data h3{
	color:#060;
	font-size: 100%;
    line-height:1.4em;
}
.Listbox .data h4{
	font-size: 100%;
	margin-bottom: 10px;
}
.Listbox .data h4{
	font-size: 90%;
	line-height: 1.8em;
	margin-bottom: 10px;
}
.Listbox img{
	float: right;
	width: 160px;
	padding: 9px;
	border: 1px solid #3D7CD9;
}
/*リスト２*/
.Listbox2{
	margin-bottom: 10px;
	padding-bottom: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDEDEE;
}
.Listbox2 .data{
	float: left;
	width: 500px;
}
.Listbox2 .data h3{
	color:#060;
	font-size: 100%;
    line-height:1.4em;
}
.Listbox2 .data h4{
	font-size: 100%;
	margin-bottom: 10px;
}
.Listbox2 .data h4{
	font-size: 90%;
	line-height: 1.8em;
	margin-bottom: 10px;
}
.Listbox2 img{
	float: right;
	padding: 9px;
}
/*右カラム*/
.Listbox3{
	margin-bottom: 10px;
	padding-bottom: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDEDEE;
}
.Listbox3 .data{
	float: right;
	width: 220px;
}
.Listbox3 .data h3{
	color:#060;
	font-size: 100%;
    line-height:1.4em;
}
.Listbox3 .data h4{
	font-size: 100%;
	margin-bottom: 10px;
}
.Listbox3 .data h4{
	font-size: 90%;
	line-height: 1.8em;
	margin-bottom: 10px;
}
.Listbox3 img{
	float: right;
	padding: 9px;
}


#Larea{
	float: left;
	width: 240px;
}
#

#Larea ul{
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EDEDEE;
}

#Larea ul li{
	margin-bottom: 5px;
}
#Larea p.bana{
	display: block;
	height: 40px;
	width: 240px;
	margin-top: 10px;
	background-color: #F1ECF5;
}
#Larea p{
    line-height:14px;
}
#Lbox{
	width: 430px;
	margin-bottom: 10px;
	float: left;
}
#Lbox h3{
	margin-bottom: 0.8em;
	font-size: 110%;
	color:#C00;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECECEC;
	letter-spacing: 0.1em;
}
#Lbox p{
	margin-bottom: 1.5em;
}
#Lbox dl{
	width: 430px;
}
#Lbox dl dt{
	display: block;
	float: left;
	height: 90px;
	width: 160px;
	margin-bottom: 10px;
}
#Lbox dl dd{
	float: right;
	width: 240px;
	display: block;
	margin: 0px;
	line-height: 1.8em;
	color: #5E6A85;
	height: 90px;
}

#Rbox{
	float: right;
	width: 240px;
}

#Rbox h3{
	margin-bottom: 0.8em;
	font-size: 110%;
	color: #C00;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECECEC;
	letter-spacing: 0.1em;
}
#Rbox p{
	margin-bottom: 1em;
	line-height: 1.5em;
}
