@charset "UTF-8";

/* CSS Infomation --------------------

有限会社賃貸倶楽部ウェブサイト

File name: estate.css
description: 既存物件詳細ページのスタイルです。
Date: 2009/10/21
Editors: Sayoko Nishimura, Wataru Shitami
Table of contents:

--------------------------------------*/

/* Update history --------------------

Date: 2009/10/21
Last editor: Wataru Shitami
Contents of update: -

--------------------------------------*/

#estate { font-size: 12px; }

.description {
	width: 580px;
	float: left;
}

.thumbnail {
	width: 240px;
	float: right;
}

.description p { margin-bottom: 29px; }

.left { float: left; }

.right { float: right; }

.image {
	font-size: 10px;
	color: #666;
	text-align: center;
}

.image a, .thumbnail a {
	display: block;
	padding: 4px;
	border: 1px dotted #CCC;
}

.image a:hover, .thumbnail a:hover { border-color: #666; }

.left a { margin-right: 10px; }

.right a { margin-left: 10px; }

.image img {
	width: 200px;
	height: 200px;
	border: 1px solid #E0E0E0;
}

.comment {
	display: block;
	text-indent: 1em;
	margin-bottom: 1.5em;
}

.thumbnail { text-align: center; }

.thumbnail ul { width: 240px; }

.thumbnail li {
	margin-right: 16px;
	margin-bottom: 16px;
	float: left;
}

.thumbnail img {
	width: 100px;
	height: 100px;
	border: 1px solid #E0E0E0;
}

.thumbnail p {
	font-size: 10px;
	clear: both;
}

/*詳細情報欄*/

#infomation {
	border-top: 1px dotted #CCC;
	padding-top: 30px;
}

#infomation h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

.detail {
	width: 410px;
	margin-bottom: 15px;
}

#infomation table { width: 410px; }

#infomation th, #infomation td {
	padding: 6px;
	border: 1px solid #E0E0E0;
}

#infomation th { width: 118px; }

#infomation.right td span {
	font-weight: bold;
	color: #F00;
	margin-left: 1em;
}

#infomation a {
	margin:0;
	text-decoration: underline;
}

#map { padding: 4px; }

#map iframe {
	width: 402px;
	height: 300px;
	overflow: hidden;
}

#map span {
	color: #666;
	display: block;
	width: 398px;
	height: 296px;
	padding: 2px;
}

#floor-plan {
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

#related {
	width: 410px;
	float: right;
}

#related h3 {
	font-size: 14px;
	padding-left: 15px;
	background: url(../images/arrow.jpg) no-repeat 0 6px;
}

#related p { margin-left: 15px; }

#related h3, #related p, #related ul { margin-bottom: 10px; }

#related li {
	text-align: center;
	width: 130px;
	margin-right: 10px;
	float: left;
}

#related a.image {
	display: block;
	padding: 4px;
	border: 1px dotted #CCC;
}

#related a.image:hover { border-color: #666; }

#related img {
	width: 118px;
	height: 88px;
	border: 1px solid #E0E0E0;
}

#related table {
  margin-bottom: 15px;
}

#related span {
	font-weight: bold;
	color: #F00;
}

#recommend {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #E4007F;
	width: 890px;
	border: 5px solid #CCC;
	margin-bottom: 30px;
	background: url(images/recommend-back.gif) no-repeat 10px 9px;
}
