@charset "utf-8";
/* CSS Document */

/* コンテンツ（Main）
------------------------------------------*/
#topMain {
	width: 790px;
	overflow : hidden; 
  position : relative; 
	margin-bottom: 15px;
}

#topMain #topMain_Left {
	float: left;
	width: 185px;
	margin-right: 10px;
	background-color:#E1FFEF;
}
	
#topMain #topMain_Right {
	float: right;
	width: 185px;
	text-align: center;
	margin-left: 10px;
	padding-top: 5px;
}

#topMain #topMain_Center {
	width: 400px;
	margin-left:195px;
	margin-right: 195px;
}

/* 詳細
------------------------------------------*/

#bannerFrame {
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 1px dotted #093;
	margin-bottom: 10px;
}
	
#bannerFrame ul {
	list-style-type: none;
}

#bannerFrame ul li {
	margin-bottom: 5px;
}

/*流れる文字枠*/
#marqueeBox {
	width: 400px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

#marqueeBox #marqueeBox_Left {
	float: left;
	width: 80px;
	text-align: left;
}

#marqueeBox #marqueeBox_Right {
	float: right;
	width: 320px;
	text-align: center;
	padding-top: 3px;
}

/*新着物件枠*/

#newitemFrame {
	border-left: 1px solid #F90;
	border-right: 1px solid #F90;
	border-bottom: 1px solid #F90;
	margin-bottom: 15px;
}


#newitemBox {
	width: 380px;
	text-align: left;
	padding-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #CCC;
}

#newitemBox #newitemBox_Left {
	float: left;
	width: 110px;
	padding-top: 5px;
}

#newitemBox #newitemBox_Right {
	float: right;
	width: 270px;
	padding-top: 5px;
}


#itemTable td {
	border-left: 5px solid #FFF;
	border-bottom: 8px solid #FFF;
}

.itemTitle {
	text-align: center;
	width: 80px;
	background-color: #FC0;
	padding: 3px;
}


/*ピックアップ物件枠*/

#pickupFrame {
	border-left: 1px solid #01AD4E;
	border-right: 1px solid #01AD4E;
	border-bottom: 1px solid #01AD4E;
	margin-bottom: 20px;
}

#pickupBox {
	width: 380px;
	text-align: left;
	padding-top: 5px;
	margin-bottom: 5px;
}

#pickupBox #pickupBox_Left {
	float: left;
	width: 155px;
	padding-top: 15px;
}

#pickupBox #pickupBox_Right {
	float: right;
	width: 225px;
	padding-top: 5px;
}

.pu_itemTitle {
	text-align: center;
	width: 50px;
	background-color: #FC0;
	padding: 3px;
}

/*ご案内枠*/

#infoBox {
	line-height: 1.3em;
	text-align: left;
	margin-top: 10px;
}

#infoBox_Left {
	float: left;
	width: 185px;
	padding-top: 10px;
	margin-right: 5px;
}

#infoBox_Right {
	float: right;
	width: 210px;
	padding-top: 5px;
}
	
/*不動産コメント*/	
#estateComment {
	text-align: center;
	border-top: 2px solid #01AD4E;
	border-bottom: 2px solid #01AD4E;
	padding-top: 10px;
	padding-bottom: 10px;
}


.baseColor {
	color: #01AD4E;
}

.red {
	color: #F00;
}

.orange {
	color: #F90;
}

.hr_dotted {
	height: 1px;
	border-bottom-style: dotted;
	color: #999;
}











