* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
body {
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 97%;
}
#top {
	margin: auto;
}
#topnavi {
	margin: 0 0 1em;
	padding: 0;
}
.banner {
	float: left;
	text-indent: 0;
	background: none;
	margin: 1em;
}
.banner a {
	width: auto;
	height: 1em;
	display: inline;
	text-indent: 0;
}
	
#news {
	margin: 0 20px 15px;
	border: 2px dashed green;
	clear: both;
	text-align: left;
}
#news h3 {
	margin: 0.5em;
	color: #FF6600;
}
#news p {
	margin: 0 1em;
	line-height: 1.4em;
	text-indent: 1em;
}
#news ul {
	margin: 0 0 0 3em;
	padding: 0;
}
#news li {
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	font-size: small;
}
#news li.bottom {
	margin-bottom: 0.5em;
	border-bottom: 1px dashed green;
}


img {
	border: none;
}

#wrapper {
	width: 800px;
	margin: auto;
	text-align: left;
}
#header {
	width: 760px;
	margin: 0 20px;
	border-bottom: 1px solid #666666;
}
#header h1 {
	font-size: 16px;
	font-weight: normal;
	text-align: right;
	float: right;
}

.fr {
	float: right;
}
.clear {
	clear: both;
}

.object {
	margin: 15px 0 15px 72px;
	width: 650px;
	border: 4px solid navy;
	text-align: center;
}
.object h2 {
	margin: 0;
}

.about, .lot {
	width: 310px;
	margin-left: 10px;
	padding-bottom: 15px;
	float: left;
}
.about table, .about th, .about td {
	border: solid 1px  #009999;
}
.about table {
	width: 300px;
}
.about th {
	width: 90px;
	background: #ccccff;
	text-align: left;
	font-weight: normal;
}
.about td {
	line-height: 1.3em;
	font-size: 14px;
	text-align: left;
}

table.pricelist {
	width: 620px;
	clear: left;
	margin: 15px;
	border: 1px solid #00CCCC;
}
.pricelist th, .pricelist td {
	text-align: center;
	border: 1px solid #00CCCC;
}
.pricelist th {
	background-color: #9999FF;
	line-height: 1.5em;
	font-weight: normal;
}
.pricelist td {
	font-size: larger;
}

.price {
	font-size: 36px;
	font-weight: bolder;
	color: red;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.priceman {
	font-size: 18px;
	font-weight: bolder;
	color: red;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/*　中古住宅、賃貸　*/
.objbldg {
	margin: 15px 0 15px 67px;
	width: 660px;
	border: 4px solid #006600;
	text-align: center;
}
.objbldg h2 {
	margin: 0;
}
.objbldg h3 {
	text-align: right;
	margin-right: 50px;
}
.objbldg p {
	text-align: left;
	text-indent: 1em;
}
.objbldg .second {
	margin-left: 30px;
}
.objbldg table {
	width: 90%;
	margin: 20px auto 0;
	font-size: medium;
	border: 1px solid #009900;
}
.objbldg th {
	background: #BBEEDD;
	text-align: left;
	border: solid 1px #009900;
	padding-left: 0.5em;
}
.objbldg td {
	border: solid 1px #009900;
	padding: 0.5em;
	text-align: left;
}
.objbldg table.mansion {
	width: 340px;
	float: left;
	margin-left: 10px;
}
.objbldg .price {
	text-align: right;
}

/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/*　フッター　*/
#footnavi {
	margin: 20px;
	padding: inherit;
	clear: both;
}
#footnavi li {
	list-style: none outside;
	margin: 0 1em;
	padding: 0;
	float: left;
	font-size: 12px;
	text-indent: 15px;
}
#footnavi li a {
	color: #000;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
#counter {
	text-align: center;
}

#footer {
	width: 760px;
	border-top: 1px solid #666;
	text-align: center;
	clear: both;
	margin: 15px 20px;
	padding-top: 10px;
}
#top #footer {
	width: 600px;
	border-top: 1px solid #666;
	text-align: center;
	clear: both;
	margin: 15px 0;
}
#footer p {
	font-size: 12px;
	margin: 0 0 0.5em;
}
#footer p small {
	font-size: 10px;
}