@charset "utf-8";

/* トップ専用
---------------------------------------*/
div.topHeader {
	margin-bottom:16px;
	width: 610px;
	height: 120px;
}


/*　オススメ物件部分
----------------------------*/
div#ossmChintai {
	width: 290px;
	float: left;
	position: relative;
}

div#ossmBaibai {
	width: 290px;
	float: right;
	position: relative;
}

div#ossmChintai h2,
div#ossmBaibai h2 {
	width: 290px;
	height:30px;
	display:block;
}

div.body { padding: 10px 0 10px; 
}

div#ossmChintai div.body {
	border-color:#ff924c;
	position: relative;
}
div#ossmBaibai div.body {
	border-color:#ff6e6e;
	position: relative;
}


/*　新着部分
----------------------------*/
div#newsList div.body {
	border-width: 0 1px 1px;
	border-style:solid;
	border-color:#999999;
}

div#newsList h2 {
	width: 610px;
	height: 30px;
	overflow: hidden;
	position: relative;
}

div#newsList h2 span.rss {
	position: absolute;
	top: 8px;
	right: 10px;
}

div#newsList h2 span.rss img { margin-left:8px; }

div#newsList div.body {
	border-color:#999999;
	padding: 10px 15px 10px;
}

div#newsList div.body dl {}

div#newsList div.body dl dt {
	padding: 10px 10px 10px 0;
	float: left;
	clear: both;
}

div#newsList div.body dl dd {
	padding: 10px 0 10px 10px;
	display: block;
	border-bottom: 1px dotted #999999;
}


div#message {
	width:598px;
	overflow:hidden;
	background-color: #f8f8f8;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #d1d1d1;
	font-size:130%;
}



/* グローバルメニュー
----------------------------------------------------------- */
div#globalMenu {
	width: 820px;
	padding: 0 15px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 39px;
	padding-bottom: 6px;
	background:url(../img/header/bgGMenu.gif) left bottom repeat-x;
	overflow: hidden;
}

div#globalMenu ul{
	width:820px;
	height:39px;
	display:block;
}

div#globalMenu ul li{
	height:39px;
	float:left;
	display:block;
}

div#globalMenu ul li a{
	height:39px;
	display:block;
	text-decoration: none;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
}

div#globalMenu ul li#gM01 {
	width:150px;
	margin-right: 5px;
	background:url(../img/header/btnGM01_on.gif) left top no-repeat;
}
div#globalMenu ul li#gM02 {
	width:330px;
	margin-right: 5px;
	background:url(../img/header/btnGM02_off.gif) left top no-repeat;
}
div#globalMenu ul li#gM03 {
	width:330px;
	background:url(../img/header/btnGM03_off.gif) left top no-repeat;
}


div.bukkenList { 
}




div#topHarfLeft {
	width:290px;
	float:left;
	display:inline;
}

div#topHarfLeft div#chintaiKensaku div.body {
	padding:0;
}


div#topHarfRight {
	width:300px;
	float:right;
	display:inline;
}


div#topHarfRight div#map {
border:1px solid #CCCCCC;
height:283px;
margin:0 0 1em;
width:300px;
}

