@charset "UTF-8";
body {
	background: url(../image/common/back_main.jpg) repeat-x scroll left top;
	padding: 0px;
	margin: 0px;
	font: 90% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {
	border-style: 0;
}

#wrapper {
	width: 840px;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
	background: #FFFFFF;
}
#header {
	width: 840px;
	background: url(../image/common/header.jpg) no-repeat bottom;
	height: 76px;
	margin-top: 0px;
	font-size: 0.8em;
	color: #999;
	padding: 0px;
}
h1 {
	font-size: 0.8em;
	color: #999;
	margin: 0px;
	padding: 0px;
}
/* ナビゲーション */
#navbar {
	width: 840px;
	height: 35px;
}

#navbar #nav1 a {
	display: block;
	float: left;
	height: 35px;
	width: 140px;
	background: url(../image/common/nav1.jpg) no-repeat;
	text-indent: -9999px;
}
#navbar #nav2 a {
	display: block;
	float: left;
	height: 35px;
	width: 140px;
	background: url(../image/common/nav2.jpg) no-repeat;
	text-indent: -9999px;
}
#navbar #nav3 a {
	display: block;
	float: left;
	height: 35px;
	width: 140px;
	background: url(../image/common/nav3.jpg) no-repeat;
	text-indent: -9999px;
}
#navbar #nav4 a {
	display: block;
	float: left;
	height: 35px;
	width: 140px;
	background: url(../image/common/nav4.jpg) no-repeat;
	text-indent: -9999px;
}
#navbar #nav5 a {
	display: block;
	float: left;
	height: 35px;
	width: 140px;
	background: url(../image/common/nav5.jpg) no-repeat;
	text-indent: -9999px;
}
#navbar #nav6 a {
	display: block;
	float: left;
	height: 35px;
	width: 140px;
	background: url(../image/common/nav6.jpg) no-repeat;
	text-indent: -9999px;
}
#navbar #nav1 a:hover {
	background: url(../image/common/nav1_2.jpg);
}
#navbar #nav2 a:hover {
	background: url(../image/common/nav2_2.jpg);
}
#navbar #nav3 a:hover {
	background: url(../image/common/nav3_2.jpg);
}
#navbar #nav4 a:hover {
	background: url(../image/common/nav4_2.jpg);
}
#navbar #nav5 a:hover {
	background: url(../image/common/nav5_2.jpg);
}
#navbar #nav6 a:hover {
	background: url(../image/common/nav6_2.jpg);
}#top_image {
	height: 285px;
	width: 840px;
	padding-top: 13px;
}
#wrapper #main {
	margin: 0px;
	width: 840px;
}
#main #pass {
	font-size: 0.8em;
	color: #666;
	line-height: 2em;
	border-top: 1px solid #1F2E5E;
}
/* 物件情報 */
#pickup {
	width: 390px;
	float: left;
	display: inline;
}
#pickup #info {
	width: 360px;
	margin-top: 10px;
	height: 130px;
}
#pickup #info img {
	float: left;
	padding-right: 15px;
}
.title_in {
	font-size: 1.1em;
	font-weight: bold;
	color: #039;
}
#pickup #info p {
	font-size: 0.9em;
	line-height: 1.5em;
}
/* 新着情報 */
#news {
	display: inline;
	float: right;
	width: 450px;
}
#news #it {
	width: 450px;
	margin-top: 10px;
	height: 130px;
}
#news #it dl  {
	margin-top: 0px;
	font-size: 0.9em;
	font-weight: bold;
	color: #C00;
}
#news #it dl dd {
	margin-top: 0px;
	padding: 0px 0px 8px;
	font-size: 0.9em;
	line-height: 1.8em;
	color: #000;
	font-weight: normal;
}
/* バナー */
#banner {
	clear: both;
	width: 840px;
	height: 100px;
	padding-top: 30px;
}
#banner p {
	display: block;
	float: left;
	margin-right: 13px;
}
.last {
	margin: 0px;
	float: right;
}
/* フッター */
#footer {
	clear: both;
	width: 840px;
	font-size: 0.8em;
	text-align: center;
	padding-top: 10px;
}
#footer ul {
	text-align: center;
	margin: 5px auto 10px 0px;
	padding: 10px 0px;
	border-bottom: 1px dotted #CCC;
}
#footer ul li    {
	display: inline;
	padding-right: 0.5em;
	border-right: 1px solid #563629;
}
#footer ul li#end{
	border-right-style: none;
}
.name {
	line-height: 1.6em;
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
}

