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

/* 基本レイアウト ここから↓ */
header, nav, #path, #contents, footer {
	width: 840px;
	margin: 0 auto 0 auto;
}
header h1 {
	margin-bottom: 26px;
	text-align: center;
}
nav ul {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
	overflow: hidden;
}
nav ul li {
	width: 210px;
	float: left;
}
nav ul li a {
	overflow: hidden;
	display: block;
	padding-top: 45px;
	height: 0;
}
nav ul li#nav_sell a {
	background: url(../images/nav1.png);
}
nav ul li#nav_buy a {
	background: url(../images/nav2.png);
}
nav ul li#nav_inherit a {
	background: url(../images/nav3.png);
}
nav ul li#nav_manage a {
	background: url(../images/nav4.png);
}

#main {
	width: 570px;
	float: left;
}
#sub {
	width: 230px;
	float: right;
}
footer {
	padding-top: 70px;
	clear: both;
}
#main h1 {
	margin-bottom: 30px;
	padding: 0px 40px 20px 30px;
	background: url(../images/bg_h1_right.gif), url(../images/bg_h1_bottom.gif);
	background-repeat: no-repeat, repeat-x;
	background-position: right top, left bottom;
}
.bnr_area a img:hover {
	opacity: 0.8;
}
#sell #nav_sell a,
#buy #nav_buy a,
#inherit #nav_inherit a,
#manage #nav_manage a,
nav ul li a:hover {
	background-position: 0 -45px;
}
/* 基本レイアウト ここまで↑ */

/* トップページ ここから↓ */

/* トップページ ここまで↑ */

/* 「不動産を売る」ページ ここから↓ */

/* 「不動産を売る」ページ ここまで↑ */

/* 「不動産を買う」ページ ここから↓ */

/* 「不動産を買う」ページ ここまで↑ */

/* 「相続計画」ページ ここから↓ */

/* 「相続計画」ページ ここまで↑ */

/* 「管理委託」ページ ここから↓ */

/* 「管理委託」ページ ここまで↑ */

