*{
	font-size:14px;
	line-height:140%;
	color:#444;
	margin:0px;
	padding:0px;
}
body{
	background-color:#FFF8EB;
}
a{
	color:#3838C1;
}
img{
	border:0px;
}

#wrapper{
	width:960px;
	text-align:left;
}


#header{
	width:960px;
	height:120px;
}
#header > div{
	float:left;
}
#header1{
	width:580px;
	height:120px;
}
#header1 > h1{
	float:left;
	height:20px;
	line-height:20px;
}
#header1 > h1 a{
	font-size:12px;
	line-height:20px;
	font-weight:normal;
}
#header1 > h2{
	height:100px;
	float:left;
}
#header2{
	width:380px;
	height:120px;
}
#header2_1{
	height:50px;
}
#header2_1 img{
	float:right;
}
#header2_2{
	height:70px;
	text-align:right;
	line-height:70px;
}



/********** コンテンツブロック **********/
#content{
	width:960px;
	background-color:#FFF;
	background-image:URL('img/bg_border.gif');
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;

}

/********** コンテンツブロック左側 **********/
#content1{
	width:620px;
	float:left;
}
#content1 > div {
	margin:30px;
}

/********** サブタイトル **********/
#content .sttl{
	background-image:URL('img/bg_sttl.gif');
	background-repeat:no-repeat;
	width:560px;
	height:50px;
	margin-bottom:30px;
}
#content .sttl > div{
	margin-left:25px;
	font-size:24px;
	line-height:50px;
	font-weight:bold;
}



/********** コンテンツブロック右側 **********/
#content2{
	width:340px;
	float:left;
}
#content2 > div{
	margin:30px auto 50px 10px;
}
.bukken_t{
	width:300px;
	height:50px;
	background-image:URL('img/sttl_bukken.gif');
	background-repeat:no-repeat;
}

/********** おすすめ物件 **********/
.bukken_nbd{
	padding-bottom:40px;
}
.bukken_bd{
	margin-right:30px;
	padding-top:20px;
	border-top:1px dotted #444;
	
}
.bukken1{
	width:300px;
	margin-top:20px;
}
.bukken1 a{
	font-size:18px;
	font-weight:bold;
	color:#F66;
}
.bukken2{
	margin:10px 0px;
}
.bukken3{
	width:300px;
	height:10px;
	background-image:URL('img/bg_bukken_t.gif');
	background-repeat:no-repeat;
}
.bukken4{
	width:300px;
	background-image:URL('img/bg_bukken_m.gif');
	background-repeat:repeat-y;
}
.bukken4 > div{
	margin:0px 5px 0px 10px;
	padding:10px 0px;
	height:250px;
	overflow:auto;
}
.bukken4 > div b{
	margin-right:10px;
}
.bukken5{
	width:300px;
	height:10px;
	background-image:URL('img/bg_bukken_b.gif');
	background-repeat:no-repeat;
}











/********** フッターナビ **********/
#footer{
	background-color:#EEE;
	padding:15px 0px;
	margin-top:15px;
}

#fmenu {
	text-align:left;
	overflow:hidden;
	margin-bottom:10px;
}
#fmenu ul {
	list-style:none;
	float:left;
	position:relative;
	left:50%;
	margin-top:10px;
}
#fmenu li{
	padding:0px 5px;
	float:left;
	position:relative;
	left:-50%;
}

/********** フッター **********/
#fwrite_box{
	width:960px;
	margin:20px auto 30px auto;
}
#fwrite{
	width:480px;
	float:left;
}
#fwrite_bn{
	width:480px;
	text-align:right;
	float:right;
}
#copy{
	padding-top:15px;
	text-align:center;
}
