@charset "UTF-8";
@import url("./common.css");
@import url("./fonts.css");

/*
 Theme Name: Nishizawa Black
 Theme URI: http: //nishizawafudosan.com/nishizawa/
 Description: 西沢不動産テーマ
 Author: Collage Designs
 Author URI: http://collage-designs.com/
 Version: 1.0
*/

a {
	color: #1F73A8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline:none;
}

body {
	padding-bottom: 40px;
	color: #333;
	background: white url(./images/background.gif) repeat left top;
	text-align: center;
	font-size: 77%;
	line-height: 1.2;
}

div#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background: white url(./images/wrapper_back.gif) repeat-x left top;
	border-left: 1px solid #454545;
	border-right: 1px solid #454545;
	border-bottom: 1px solid #454545;
}

div#header {
	width: 800px;
	height: 86px;
	padding-top: 20px;
	padding-left: 10px;
}

div#header h1 {
	width: 230px;
	height: 64px;
	margin-top: 10px;
	float: left;
	background: white url(./images/header.gif) no-repeat left top;
	text-indent: -9999px;
}

p#blog-description {
	width: 218px;
	height: 46px;
	margin: 20px 10px 0 10px;
	float: left;
}

p#inquiry a {
	width: 312px;
	height: 86px;
	float: left;
	background: white url(./images/inquiry.gif) no-repeat left top;
	text-indent: -9999px;
}

div#menu {
	position: relative;
	height: 26px;
	width: 780px;
	margin: 6px 10px 0 10px;
	clear: left;
}

div#menu ul li {
	display: inline;
	float: left;
}

div#menu ul li a {
	display: block;
	height: 26px;
	width: 156px;
	text-indent: -9999px;
}

li#to-home {
	background: transparent url(./images/home_over.gif) no-repeat left top;
}

li#to-home a {
	background: transparent url(./images/home_btn.gif) no-repeat left top;
}

li#to-home a:hover {
	background: none;
}

li#to-company-info {
	background: transparent url(./images/company_info_over.gif) no-repeat left top;
}

li#to-company-info a {
	background: transparent url(./images/company_info_btn.gif) no-repeat left top;
}

li#to-company-info a:hover {
	background: none;
}

/* ポップアップメニュー用スタイル */
li.menu-host{
	font-weight:bold;/* 文字の太さ 普通にするときはnormalに */
	background:#ffcccc;/* 背景色 */
	color:#000000;/* 文字色 */
	cursor:hand;/* マウスカーソルの形 */
}

/* ポップアップメニュー内、子メニューあるいは孫メニューに適用するスタイル */
li#to-object-info ul.child{
	position: absolute;
	visibility: hidden;/* 表示しないでおく */
	font-weight: bold;/* 文字の太さ 太くするときはboldなどに */
	margin: 0px;/* マージン(外周の幅) */
	padding: 3px;
	background: #ffe4e1;/* 背景色 */
}

/* 以下のCSSはなぜか…IEでは適用されない */
ul.parent a{color:#000000;}/** ポップアップメニュー内のハイパーリンクに関するCSS **/
ul.parent a:hover{color:#ff7f50;}/** ハイパーリンクにマウスがポイントしているときのCSS **/

li#to-object-info {
	background: transparent url(./images/object_detail_over.gif) no-repeat left top;
}

li#to-object-info a {
	background: transparent url(./images/object_detail_btn.gif) no-repeat left top;
}

li#to-object-info a:hover {
	background: none;
}

li#to-object-info ul.child li {
	border: solid 1px #666;
	background: none;
	clear: both;
}

li#to-object-info ul.child li a {
	background: none;
	text-indent: 0;
	text-align: center;
}

li#to-inquiry {
	background: transparent url(./images/inquiry_over.gif) no-repeat left top;
}

li#to-inquiry a {
	background: transparent url(./images/inquiry_btn.gif) no-repeat left top;
}

li#to-inquiry a:hover {
	background: none;
}

li#to-blog {
	background: transparent url(./images/blog_over.gif) no-repeat left top;
}

li#to-blog a {
	background: transparent url(./images/blog_btn.gif) no-repeat left top;
}

li#to-blog a:hover {
	background: none;
}

div#content, div#company-info-content, div#inquiry-content, div#subscribe-content {
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 770px;
}

div#main, div#company-info-main, div#inquiry-main, div#subscribe-main {
	width: 500px;
	float: left;
}

div#news {
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	border-left: 1px solid #AAA;
}

div#news h2 {
	width: 500px;
	height: 20px;
	background: transparent url(./images/news_title.gif) no-repeat left top;
	text-indent: -9999px;
}

div#news ul {
	overflow: auto;
	width: 500px;
	height: 200px;
}

div#news ul li {
	width: 480px;
	margin: 4px 10px;
	padding-left: 16px;
	line-height: 1.4;
	list-style: none;
	background: transparent url(./images/arrow.gif) no-repeat left center;
}

div#recommend {
	margin-top: 10px;
	width: 500px;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	border-left: 1px solid #AAA;
}

div#recommend h2 {
	width: 500px;
	height: 20px;
	background: transparent url(./images/recommend_title.gif) no-repeat left top;
	text-indent: -9999px;
}

dl.object {
	margin: 6px 6px 10px 6px;
	background: #FEFFFC;
	border: solid 1px #CCC;
}

dl.object dt.title {
	padding: 6px 14px;
	background: #E7F7EA url(./images/recommend_title_back.gif) no-repeat left top;
	font-size: 105%;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
}

dl.object dt.title a {
	color: #333;
}

dl.object dd.date {
	margin-right: 4px;
	text-align: right;
}

dl.object dd.content {
	padding: 4px 20px 10px 20px;
}

dl.object dd.content img {
	margin-right: 12px;
	clear: left;
	float: left;
}

dl.object dd.detail-link {
	position: relative;
	left: 416px;
	margin-bottom: 8px;
	clear: left;
	text-indent: -9999px;
}

dl.object dd.detail-link a {
	display: block;
	width: 60px;
	height: 28px;
	background: transparent url(./images/detail_btn.gif) no-repeat left top;
}

dl.object p.postmetadata

/* single page */
div#single-content {
	margin: 10px 15px 0 15px;
	width: 720px:
}

div#single-content h2.title {
	padding-left: 10px;
	background: transparent url("./images/title_back.gif") no-repeat left top;
	line-height: 2em;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14pt;
}

div#single-content dl.metadata {
}

div#single-content dl.metadata dt {
	float: left;
}

div#single-content p {
	margin-top: 20px;
	width: 600px
	clear: both;
}

div#single-content p img {
	clear: both;
	float: left;
	margin: 10px;
}

div#single-content p img.left {
	clear: both;
	float: left;
}

div#single-content p img.center {
	clear: both;
	text-align: center;
}

div#single-content p img.right {
	clear: both;
	float: right;
}

dl#object-data {
	clear: both;
	font-size: 110%;
}

dl#object-data dt {
	width: 6em;
	background-color: #e7f7ea;
	clear: both;
	float: left;
	line-height: 1.6em;
	text-align: center;
	font-weight: bold;
	border: solid 1px white;
}

dl#object-data dd {
	width: 35em;
	line-height: 1.6em;
	background-color: #f6fcf7;
	border: solid 1px white;
}

div#comments {
	margin-top: 20px;
	clear: both;
}

div#comments h3 {
	font-weight: 600;
	font-size: 12pt;
}

/* 会社案内ページ */
div#company-info-content h2 {
	padding-left: 10px;
	background: transparent url("./images/recommend_title_back.gif") no-repeat left top;
	line-height: 2em;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14pt;
}

div#company-info-main {
}

div#company-info-main dl {
	padding: 6px 0;
}

div#company-info-main dl dt {
	width: 6em;
	padding-right: 10px;
	clear: both;
	float: left;
	font-size: 12pt;
	font-weight: bold;
	text-align: right;
	line-height: 1.6;
}

div#company-info-main dl dd {
	padding-left: 20px;
	font-size: 12pt;
	line-height: 1.6;
}

/* お問い合せページ */
div#inquiry-content h2 {
	padding-left: 10px;
	background: transparent url("./images/recommend_title_back.gif") no-repeat left top;
	line-height: 2em;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14pt;
}

div#inquiry-main form p {
	margin-top: 4px;
}

div#inquiry-main form input {
	width: 18em;
	margin-left: 6px;
}

div#inquiry-main form textarea {
	width: 24em;
	height: 10em;
	margin-left: 6px;
}

div#inquiry-main form p.submit input {
	width: 6em;
}


/* メールマガジン登録ページ */
div#subscribe-content h2 {
	margin-bottom: 14px;
	padding-left: 10px;
	background: transparent url("./images/recommend_title_back.gif") no-repeat left top;
	line-height: 2em;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14pt;
}

div#subscribe-main p {
	margin-bottom: 1em;
	margin-left: 20px;
	font-size: 120%;
	line-height: 1.4;
}

div#subscribe-main div#mail-magazine-form {
	margin-top: 16px;
	margin-left: 14px;
	margin-bottom: 16px;
}

div#subscribe-main blockquote p {
	color: #EFAD3B;
}

div#subscribe-main p strong {
	font-weight: bold;
}

div#mail-magazine-subscribe-link {
	margin-top: 6px;
	margin-left: 4px;
}

div#mail-magazine-subscribe-link h2 {
	display: none;
}

/* sidebar */
div#sidebar {
	width: 260px;
	float: right;
}

div#sidebar h2 {
	margin-bottom: 0;
}

div#object-detail-links h2 {
	width: 260px;
	height: 20px;
	background: white url(./images/object_detail_title.gif) no-repeat left top;
	text-indent: -9999px;
}

div#object-detail-links {
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	border-left: 1px solid #AAA;
}

ul#rent-list {
	position: relative;
	padding: 4px 4px;
	clear: left;
}

ul#rent-list li {
	margin-bottom: 2px;
}

ul#rent-list li a {
	display: block;
	height: 34px;
	width: 250px;
	text-indent: -9999px;
}

ul#rent-list li#apart {
	background: transparent url(./images/rent-apart_over.gif) no-repeat left top;
}

ul#rent-list li#apart a {
	background: transparent url(./images/rent-apart_btn.gif) no-repeat left top;
}

ul#rent-list li#apart a:hover {
	background: none;
}

ul#rent-list li#detached-building {
	background: transparent url(./images/rent-house_over.gif) no-repeat left top;
}

ul#rent-list li#detached-building a {
	background: transparent url(./images/rent-house_btn.gif) no-repeat left top;
}

ul#rent-list li#detached-building a:hover {
	background: none;
}

ul#rent-list li#tenant {
	background: transparent url(./images/rent-tenant_over.gif) no-repeat left top;
}

ul#rent-list li#tenant a {
	background: transparent url(./images/rent-tenant_btn.gif) no-repeat left top;
}

ul#rent-list li#tenant a:hover {
	background: none;
}

ul#rent-list li#parking {
	background: transparent url(./images/rent-parking_over.gif) no-repeat left top;
}

ul#rent-list li#parking a {
	background: transparent url(./images/rent-parking_btn.gif) no-repeat left top;
}

ul#rent-list li#parking a:hover {
	background: none;
}

ul#rent-list li#apart {
	background: transparent url(./images/rent-apart_over.gif) no-repeat left top;
}

ul#rent-list li#apart a {
	background: transparent url(./images/rent-apart_btn.gif) no-repeat left top;
}

ul#rent-list li#apart a:hover {
	background: none;
}

ul#sale-list {
	position: relative;
	padding: 4px 4px;
	clear: left;
}

ul#sale-list li {
	margin-bottom: 2px;
}

ul#sale-list li a {
	display: block;
	height: 34px;
	width: 250px;
	text-indent: -9999px;
}

ul#sale-list li#ground {
	background: transparent url(./images/sell-ground_over.gif) no-repeat left top;
}

ul#sale-list li#ground a {
	background: transparent url(./images/sell-ground_btn.gif) no-repeat left top;
}

ul#sale-list li#ground a:hover {
	background: none;
}

ul#sale-list li#building {
	background: transparent url(./images/sell-building_over.gif) no-repeat left top;
}

ul#sale-list li#building a {
	background: transparent url(./images/sell-building_btn.gif) no-repeat left top;
}

ul#sale-list li#building a:hover {
	background: none;
}

div#company-info-link {
	margin-top: 10px;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	border-left: 1px solid #AAA;
}

div#company-info-link h2 {
	width: 260px;
	height: 20px;
	background: white url(./images/company_info_title.gif) no-repeat left top;
	text-indent: -9999px;
}

div#company-info-link p {
	margin: 4px;
} 

div#blog-link {
	margin-top: 10px;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	border-left: 1px solid #AAA;
}

div#blog-link h2 {
	width: 260px;
	height: 20px;
	background: white url(./images/blog_title.gif) no-repeat left top;
	text-indent: -9999px;
}

div#blog-link ul {
	padding: 6px 20px 10px 20px;
	list-style: none;
	line-height: 1.5;
}

div#blog-link ul li a {
}

div#blog-link ul li a:hover {
	text-decoration: none;
}

div#blog-link p.fc2-link {
	padding-right: 10px;
	text-align: right;
}

div#links {
	margin-top: 10px;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	border-left: 1px solid #AAA;
}

div#links h2 {
	width: 260px;
	height: 20px;
	background: white url(./images/link_title.gif) no-repeat left top;
	text-indent: -9999px;
}

div#footer {
	position: relative;
	top: 40px;
	margin: 0 20px;
	padding: 10px 0 40px 0;
	clear: both;
	border-top: 1px solid #454545;
}

div#address {
	padding-left: 6px;
	border-left: 20px solid #E7F7EA;
}

div#address address {
	font-weight: bold;
}

p#hato {
	position: absolute;
	top: 56px;
	left: 580px;
}

p#copyright {
	margin-top: 20px;
	text-align: center;
}
