@charset "utf-8";
/* CSS Document */

/*////////////////////////////////////////////////
=TOPコンテンツ設定
////////////////////////////////////////////////*/
#toppage{
	width:950px;
	margin:0px auto auto auto;
}
#toppage #searchArea{
	background-color:#FFC;
	border:1px solid #CCC;
}
#toppage #searchArea #pickup{
	background-image:url(../images/top/ttl_pickup.jpg);
	background-repeat:no-repeat;
	width:635px;
	margin:10px auto 10px 10px;
	padding-top:60px;
	float:left;
}
#toppage #searchArea #arealine{
	width:270px;
	float:right;
	margin:0px 10px 10px auto;
	_margin:0px 5px 10px auto;
	position:relative;
}
 .button{
	margin-top:10px;
}
#toppage #searchArea #arealine .dropdown a {
	/* The minimum width of the "MAIN" links on top */
	min-width: 250px;
	text-transform: uppercase;
	font-size: 14px;
	display:block;
	padding:8px 10px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px solid #CCC;
}
#toppage #searchArea #arealine .dropdown a:hover{
	color: #FFF;
	background-color: #F90;
}
.dropdown li.head{
	background:url(../../images/top/bg_areabtn.jpg) no-repeat;
	padding:2px;
	border:none;
	margin-top:10px;
	border-bottom:1px solid #CCC;
}
.dropdown li ul a{
	/* The width of the dropdown and popout menu */
	width:250px;
	background-color: #F60;
	/*
		Optional thought i'd make the drop down and popout transparent
		This line is also what is killing the CSS validation
	*/
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}
.dropdown li ul {
	/* time for some math  {a}:width + {a}:padding + {a}:border */
	width:270px;
}
.dropdown li ul li{
	/* time for some math  {a}:width + {a}:padding + {a}:border */
	width:270px;
}
.dropdown {
	margin:0;
	padding:0;
	list-style-type:none;
}
.dropdown ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.dropdown a {
	display:block;
}
.dropdown li{
	float:left;
	position:relative;
	display: block;
}
.dropdown ul {
	position:absolute;
	display:none;
}
.dropdown li ul a{
	float:left;
}
.dropdown li ul {
	float:left;
}
.dropdown li ul li{
	float:left;
	position:relative;
}
.dropdown ul ul{
	top:0;
	left:100%;
}
.dropdown li ul ul {
	width:auto;
	margin: -1px 0px 0px 0px;
	float:left;
}
.dropdown li:hover ul ul, .dropdown li:hover ul ul ul, .dropdown li:hover ul ul ul ul{
	display:none;
}
.dropdown li:hover ul, .dropdown li li:hover ul, .dropdown li li li:hover ul, .dropdown li li li li:hover ul{
	display:block;
}


#toppage #newArea{
	width:645px;
	float:left;
	margin-top:15px;
}
#toppage #newArea h3{
	margin-bottom:10px;
}
/*新着物件上段*/
#toppage #newArea .new_top .name_top{
	padding-left:50px;
	font-weight:bold;
}
#toppage #newArea .new_top .outline{
	border-left:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}
#toppage #newArea .new_top .name_top a{
	color:#311800;	
}
#toppage #newArea .new_top .name_top a:hover{
	color:#630;
}
#toppage #newArea .new_top .price{
	color:#993300;
	font-size:140%;
	font-weight:bold;
}
#toppage #newArea .new_top .aaddress{
	background:url(../images/common/icon_address.jpg) no-repeat;
	padding-top:15px;
	font-size:85%;
	margin-top:5px;
}
#toppage #newArea .new_top .traffic{
	background:url(../images/common/icon_traffic.jpg) no-repeat;
	padding-top:15px;
	font-size:85%;
	margin-top:5px;
}
#toppage #newArea .new_top .comment{
	margin:10px;
	font-size:85%;
}
/*新着物件下段*/
#toppage #newArea #new_bottom{
	background-color:#CCC;
	margin-top:10px;
}
#toppage #newArea #new_bottom td{
	background-color:#FFF;
}
#toppage #newArea #new_bottom .b_block .name2 a{
	font-weight:bold;
	color:#F30;
}
#toppage #newArea #new_bottom .b_block .price2{
	margin-top:5px;
	text-align:left;
}
#toppage #newArea #new_bottom .b_block .price2 .price2_2{
	color:#993300;
	font-size:140%;
	font-weight:bold;
}
#toppage #newArea #new_bottom .b_block .aaddress2{
	background:url(../images/common/icon_address.jpg) no-repeat;
	padding-left:45px;
	font-size:85%;
	margin-top:5px;
	text-align:left;
}
#toppage #newArea #new_bottom .b_block .traffic2{
	background:url(../images/common/icon_traffic.jpg) no-repeat;
	padding-left:45px;
	font-size:85%;
	margin-top:5px;
	text-align:left;
}
#toppage #newArea #new_bottom .b_block .comment2{
	margin:10px;
	font-size:85%;
}

/*右側インフォメーション部分*/
#toppage #infoArea{
	width:280px;
	float:right;
	margin-top:15px;
}
#toppage #infoArea #numArea{
	border:1px solid #E4E4E4;
	background-color:#FFC;
	font-weight:bold;
	text-align:center;
	color:#000;
}
#toppage #infoArea #numArea .num{
	font-size:180%;
	color:#C00;
	font-family:Arial, Helvetica, sans-serif;
	line-height:120%;
}
#toppage #infoArea .newicon{
	color:#C00;
}
#toppage #infoArea .block{
	margin-top:10px;
}
#toppage #infoArea .block dl{
	margin-top:5px;
}
#toppage #infoArea .block dl dt{
	margin-top:0.4em;	
}
#toppage #infoArea .block dl dd{
	padding-left:70px;
	margin-top:-1.4em;	
}
#toppage #infoArea #event{
	margin-top:10px;
}
#toppage #infoArea #event .thum{
	margin-top:10px;
	float:left;
	width:110px;
	text-align:center;
}
#toppage #infoArea #event .txt{
	margin-top:10px;
	float:right;
	width:160px;
}




