﻿@charset "utf-8";

/* =========================== */
/* サイズ情報                  */
/* 横幅　700px                 */
/* 標準文字サイズ　11pt        */
/* メインメニュー　px * px     */
/* サブメニュー縦　px * px     */
/* サブメニュー横　px * px     */
/* メインコンテンツ　px        */
/* サイドコンテンツ　px        */
/* 見出し　px                  */
/* =========================== */

/* =========================== */
/* リンクの色                  */
/* =========================== */
a:link {text-decoration:none;
	color:#00a0c6;
	}
a:visited {text-decoration:none;
	color: #42c999;
	}
a:active,
a:hover   {text-decoration:underline;
	color: #ffbc06;
	}

/* =========================== */
/* ページコンテンツのタイトル         */
/* =========================== */	
#main-contents h3 {
		background-image:url(../img/h3.gif);
		background-repeat: no-repeat;
		background-position: left top;
		color:#000000;
		font-size:14px;
		height:26px;
		_height:26px;
		margin-top: 5px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 5px;
		padding-top:10px;
		_padding-top:10px;
		padding-left:15px;
		width:545px;
		font-weight:bold;
	}
/* =========================== */
/* ページコンテンツの見出し１         */
/* =========================== */	
#main-contents h4 {
		background-image:url(../img/h4.jpg);
		background-repeat: no-repeat;
		background-position: left bottom;
		color:#23996d;
		font-size:13px;
		font-weight:normal;
		margin-top: 5px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 5px;
		padding-top:0px;
		padding-bottom:8px;
		padding-left:25px;
		width:535px;
	}
#main-contents h5 {
		background-image:url(../img/h5.gif);
		background-repeat: no-repeat;
		background-position: left top;
		color:#3f3f3f;
		font-size:14px;
		height:26px;
		_height:26px;
		margin-top: 5px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 5px;
		padding-top:10px;
		_padding-top:10px;
		padding-left:15px;
		width:545px;
		font-weight:bold;
	}
#main-contents h6 {
		background-image:url(../img/h6.gif);
		background-repeat: repeat-x;
		background-position: left bottom;
		color:#3f3f3f;
		font-size:13px;
		font-weight:bold;
		margin-top: 5px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 5px;
		padding-top:0px;
		_padding-top:0px;
		padding-bottom:1px;
		padding-left:5px;
		width:555px;
	}

/* =========================== */
/* サイトマップ                     */
/* =========================== */	
#main-contents #sitemap-section h4{

	}
	
/* =========================== */
/* QRコード                        */
/* =========================== */	
IMG.qrcode {
	border:1px solid #cccccc;
	}
	
/* =========================== */
/* Googleマップ                     */
/* =========================== */	
IFRAME.googlemap {
	}
	
/* =========================== */
/* お問い合わせフォーム             */
/* =========================== */	
#mailform-section {
	margin: 0 0px 0 5px;
	}
#mailform-section DIV.form-layout {
	margin: 0;
	width: 550px;
	}

/* 入力項目のセット */
#mailform-section DIV.form-layout DIV.form-items {
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	background-color: #ebebeb;
	width: 550px;
	overflow:hidden;
}
/* 入力項目 */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item {
	clear:both;
}
/* 項目名セル */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item DIV.label {
	float: left;
	width: 150px;
	text-align: left;
	padding: 11px 8px 0 8px;
	vertical-align: top;
	font-size: 10pt;
	border-top: 1px #b2b2b2 solid;
	}
/* 入力欄セル */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item DIV.field {
	float: left;
	width: 367px;
	text-align: left;
	padding: 8px 8px 0 8px;
	vertical-align: top;
	border-top: 1px #b2b2b2 solid;
	background-color: #ffffff;
	}
/* 入力欄（テキストボックス） */
#mailform-section INPUT.input-text {
}
/* 入力欄（テキストエリア） */
#mailform-section TEXTAREA.input-textarea {
}
/* 入力欄（ラジオボタン） */
#mailform-section INPUT.input-radio {
}
/* 入力欄（チェックボックス） */
#mailform-section INPUT.input-checkbox {
}
/* 入力欄（選択リスト） */
#mailform-section INPUT.input-select {
}
/* 説明 */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item DIV.field P.description {
	margin: 3px 0 0 0 ;
	font-size: 9pt;
	}
/* 項目名 */
#mailform-section LABEL {
	}
/* ※（必須） */
#mailform-section .required {
	color:red;
	font-weight: normal;
	}
/* エラーの時の背景色 */
#mailform-section .error {
	background-color: #ffccff;
	}
/* エラーの時のメッセージ */
#mailform-section .error-message {
	color: #ff0000;
	}
/* 完了メッセージ */
#mailform-section .completion-message {
	border: 1px solid #cccccc;
	padding: 30px;
	}
/* 送信ボタン */
#mailform-section DIV.submitee {
	clear:both;
	margin-top: 5px;
	text-align: center;
}
#mailform-section DIV.submitee BUTTON
{
   cursor: pointer;
   width: 100px;
   height: 36px;
   background-image:url(../img/form_submit.gif);
		background-repeat: no-repeat;
   border-width:0px;
}
/* 「送 信」テキスト */
#mailform-section DIV.submitee BUTTON SPAN
{
   display: none;
}
	
/* =========================== */
/* お知らせ一覧パーツ（メインコンテンツ内）  */
/* =========================== */
/* リスト全体 */
#main-contents #topic-headline-section DL {	
		margin: 0px;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #topic-headline-section DT{
	padding: 5px 5px 0px 0px;
	}
/* 公開日 */
#main-contents #topic-headline-section DT .date {
	color:#000000;
	padding: 0px 5px 0px 5px;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents #topic-headline-section DT A {
text-decoration:underline;
	}
#main-contents #topic-headline-section DD {
		margin: 0px 5px 0px 0px;
		padding:0px 5px 5px 80px;
	border-bottom: 1px dashed #c8c8c8;
	}
/* =========================== */
/* お知らせ一覧パーツ（サイドコンテンツ内）  */
/* =========================== */
/* リスト全体 */
#side-contents #topic-headline-section DL {
		margin: 0px;
	padding: 0px 5px;
		font-size: 11px;	
	}
/* 記事タイトル（リンク先がないとき） */
#side-contents #topic-headline-section DT{
	}
/* 公開日 */
#side-contents #topic-headline-section DT .date {
	color:#000000;
	}
/* 記事タイトル（リンク先があるとき） */
text-decoration:underline;
	}
/* 記事概要 */
#side-contents #topic-headline-section DD {
		margin-left: 1em;
	}
	
/* =========================== */
/* お知らせ一覧ページ                 */
/* =========================== */

/* 記事タイトル */	
#topic-list-section DT {
	font-weight: bold;
	margin-left: 0;
	font-size: 13px;
	padding: 5px 5px;
	}
/* 公開日*/
#topic-list-section DT .date {
	color:#000000;
font-weight : bold ;
	padding: 5px 5px 5px 5px;
	}
/* 記事タイトル（リンク先があるとき） */
#topic-list-section DT A {
text-decoration:underline;
	}
/* 本文（記事コンテンツ/なければ記事概要） */
#topic-list-section DD {
	line-height: 1.2em;
	margin-left: 0;
	margin-bottom: 2.5em;
	border-bottom: 1px dashed #c8c8c8;
	word-break: break-all;
	padding: 10px 5px;
	}
/* お知らせ本文中の画像 */
#topic-list-section DD IMG {
	margin: 5px;
	}
/* 記事区切り */	
#topic-list-section DD DIV.topic-sepalator {
	clear:both;
	height:0px;
}

/* =========================== */
/* テンプレート挿入時の表             */
/* =========================== */
TABLE.table_a {
		border-collapse: collapse;
		border: 1px #b2b2b2 solid;
	}
TH.table_a_th {
	background-color: #ebebeb;
	border: 1px #b2b2b2 solid;
	padding: 3px 5px;
	}
TH.table_a_th2 {
	background-color: #f8f8f8;
	border: 1px #b2b2b2 solid;
	padding: 3px 5px;
	}
TD.table_a_td {
		border: 1px #b2b2b2 solid;
	padding: 3px 5px;
	}

/* =========================== */
/* 基本のテーブル             */
/* =========================== */
TABLE.basic_table {
	border-collapse: collapse;
	border: 1px #b2b2b2 solid;
	}
TABLE.basic_table TH {
	padding: 3px 5px;
	border: 1px #b2b2b2 solid;
	}
TABLE.basic_table TD {
	padding: 3px 5px;
	border: 1px #b2b2b2 solid;
	}


/* =========================== */
/* 物件詳細テンプレート             */
/* =========================== */

#left table {
	width: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #a6a6a6;
	border-collapse:collapse;
}
#left table td {
	border: 1px solid #a6a6a6;
	border-collapse:collapse;
	padding: 5px;
}
.bukken-table {
	padding: 5px;
}
/* =========================== */
/* 新築マンション表          　　　*/
/* =========================== */
.sinchiku-table1 {
	width: 560px;
	margin-bottom: 0px;
	border-collapse:collapse;
}
.sinchiku-table1 td {
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #999999;
	border-collapse:collapse;
	padding-right: 10px;
	padding-left: 10px;
}
.sinchiku-table1 .td1 {
	color: #105272;
	background-color: #d5eaf4;
	text-align: center;
	width: 100px;
	font-weight: bold;
}
.sinchiku-table1 .td2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.sinchiku-table1 .td3 {
	border-top-style: none;
}
.sinchiku-table1 .td4 {
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.sinchiku-table1 .td5 {
	width: 200px;
}
/* =========================== */
/* 連棟貸家表          　　　*/
/* =========================== */
.kashiya-table {
	width: 560px;
	border-collapse:collapse;
}
.kashiya-table td {
	border-collapse:collapse;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #999999;
	border-collapse:collapse;
	padding-right: 10px;
	padding-left: 10px;
}
.kashiya-table .td1 {
	color: #105272;
	background-color: #d5eaf4;
	text-align: center;
	width: 70px;
	font-weight: bold;
}
.kashiya-table .td1a {
	color: #105272;
	background-color: #d5eaf4;
	text-align: center;
	width: 60px;
	font-weight: bold;
}
.kashiya-table .td1b {
	color: #105272;
	background-color: #d5eaf4;
	text-align: center;
	width: 90px;
	font-weight: bold;
}
.kashiya-table .td2 {
	color: #105272;
	background-color: #d5eaf4;
	text-align: center;
	width: 140px;
	font-weight: bold;
}
.kashiya-table .td3 {
	border-bottom-style: none;
}
.kashiya-table .td4 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
.kashiya-table .td5 {
	border-top-style: none;
}
/* =========================== */
/* 土地建物表          　　　*/
/* =========================== */
.tochitatemono-table {
	width: 560px;
	border-collapse:collapse;
}
.tochitatemono-table td {
	border-collapse:collapse;
	border-collapse:collapse;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #999999;
	border-collapse:collapse;
	padding-right: 10px;
	padding-left: 10px;
}
.tochitatemono-table .td1 {
	width: 20%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.tochitatemono-table .td3 {
	width: 30%;
	border-top-style: none;
}
.tochitatemono-table .td2 {
	background-color: #d4ebcd;
	width: 80%;
	font-weight: bold;
	color: #468132;
	text-align: center;
}
.tochitatemono-table .td5 {
	border-top-style: none;
	border-bottom-style: none;
}
.tochitatemono-table .td6 {
	width: 80%;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #999999;
}
.tochitatemono-table .td4 {
	background-color: #d4ebcd;
	width: 50px;
	font-weight: bold;
	color: #468132;
	text-align: center;
}
.tochitatemono-table .td7 {
	width: 80%;
}
/* =========================== */
/* 売地表          　　　*/
/* =========================== */
.table3 {
	width: 560px;
	border-collapse:collapse;
}
.table3 td {
	border-collapse:collapse;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #999999;
	padding-right: 10px;
	padding-left: 10px;
}
.table3 .td2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.table3 .td3 {
	border-top-style: none;
}
.table3 .td1 {
	background-color: #fdf8bf;
	width: 100px;
	font-weight: bold;
	color: #59493f;
	text-align: center;
}
.table3 .td4 {
	border-top-style: none;
	border-bottom-style: none;
}
.table3 .td5 {
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #999999;
}
.table3 .td6 {
	width: 200px;
}
.dot-table {
	margin: 0px;
	width: 500px;
	border: none;
}
.dot-table .dot-td1 {
	width: 100px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-collapse:collapse;
}
.dot-table .dot-td2 {
	width: 150px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-collapse:collapse;
}
.dot-table .dot-td3 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
}
.dot-table .solid-td1 {
	width: 100px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-collapse:collapse;
}
.dot-table .solid-td2 {
	width: 150px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-collapse:collapse;
}
.dot p {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-right: 5px;
	padding-left: 5px;
}
.dot div {
	padding-right: 2px;
	padding-left: 2px;
}
/* =========================== */
/* 売土地・事業用物件(土地)        */
/* =========================== */
.uritochi {
	width: 560px;
	border-collapse:collapse;
}
.uritochi td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #999999;
	border-collapse:collapse;
}
.uritochi .td1 {
	background-color: #fdf8bf;
	width: 20%;
	font-weight: bold;
	color: #59493f;
	text-align: center;
}
.uritochi .td2 {
	width: 80%;
}
.uritochi .td3 {
	width: 30%;
}
/* ========================================== */
/* 売建物・売物件（一戸建）・事業用賃貸物件(建物)  */
/* ========================================== */
.tatemono-table {
	width: 560px;
	border-collapse:collapse;
}
.tatemono-table td {
	border-collapse:collapse;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #999999;
	border-collapse:collapse;
}
.tatemono-table .td1 {
		background-color: #d4ebcd;
	width: 20%;
	font-weight: bold;
	color: #468132;
	text-align: center;
}
.tatemono-table .td2 {
	width: 80%;
	padding-right: 10px;
	padding-left: 10px;
}
.tatemono-table .td3 {
	width: 30%;
	padding-right: 10px;
	padding-left: 10px;
}
.tatemono-table-b {
	width: 560px;
	border-collapse:collapse;
	border-top-style: none;
}
.tatemono-table-b td {
	border-collapse:collapse;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #999999;
	border-collapse:collapse;
}
.tatemono-table-b .td1 {
		background-color: #d4ebcd;
	width: 20%;
	font-weight: bold;
	color: #468132;
	text-align: center;
}
.tatemono-table-b .td4 {
	width: 20%;
	padding-right: 10px;
	padding-left: 10px;
}
.tatemono-table-b .td5 {
	width: 60%;
	padding-right: 10px;
	padding-left: 10px;
}
.tatemono-table .td6 {
	width: 540px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-right: 10px;
	padding-left: 10px;
}
.tatemono-table .td7 {
    width: 80%;
	border-top-style: none;
	padding-right: 10px;
	padding-left: 10px;
}
.tatemono-table .td8 {
	width: 10%;
	background-color: #d4ebcd;
	font-weight: bold;
	color: #468132;
	text-align: center;
}
.tatemono-table .td9 {
border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	width: 80%;
	padding-right: 10px;
	padding-left: 10px;
}
.tatemono-table .td10 {
	border-bottom-style: none;
	width: 80%;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: none;
	border-right-width: 1px;
	border-right-color: #999999;
	padding-right: 10px;
	padding-left: 10px;
}
.tatemono-table .td11 {
	border-bottom-style: none;
	width: 80%;
	border-top-style: dotted;
	border-right-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #999999;
	border-right-width: 1px;
	border-right-color: #999999;
	padding-right: 10px;
	padding-left: 10px;
}
.tatemono-table .td12 {
	width: 50%;
	padding-right: 10px;
	padding-left: 10px;
}/* =========================== */
/* 売物件(マンションなど)         */
/* =========================== */
.table2 {
	width: 560px;
	border-collapse:collapse;
}
.table2 td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #999999;
	border-collapse:collapse;
}
.table2 .td1 {
color: #105272;
	background-color: #d5eaf4;
	width: 17%;
	font-weight: bold;
	text-align: center;
}
.table2 .td2 {
	width: 83%;
}
.table2 .td3 {
	width: 33%;
}
.table2 .td4 {
width: 83%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.table2 .td5 {
width: 83%;
	border-top-style: none;
}
/* =========================== */
/* 居住用賃貸物件         　　　　*/
/* =========================== */
.table1 {
	width: 560px;
	border-collapse:collapse;
}
.table1 td {
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #999999;
	border-collapse:collapse;
}
.table1 .td1 {
color: #105272;
	background-color: #d5eaf4;
	text-align: center;
	width: 70px;
	font-weight: bold;
}
.table1 .td2 {
	color: #105272;
	background-color: #d5eaf4;
	text-align: center;
	width: 20%;
	font-weight: bold;
}
.table1 .td3 {
color: #105272;
	background-color: #d5eaf4;
	text-align: center;
	width: 100px;
	font-weight: bold;
}
.table1 .td4 {
	width: 100px;
	padding-right: 10px;
	padding-left: 10px;
}
.table1 .td5 {
	width: 80%;
	padding-right: 10px;
	padding-left: 10px;
}
.table1 .td6 {
	width: 200px;
	padding-right: 10px;
	padding-left: 10px;
}
.table1 .td7 {
	border-bottom-style: none;
	width: 500px;
	padding-right: 10px;
	padding-left: 10px;
}
.table1 .td8 {
width: 500px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding-right: 10px;
	padding-left: 10px;
}
.table1 .td9 {
width: 500px;
	border-top-style: none;
	padding-right: 10px;
	padding-left: 10px;
}
/* 物件リスト */
TABLE.bukken_list {
	margin: 0px;
	border-collapse:collapse;
	border: 1px #999999 solid;
}
.bukken_list_title {
	background-color: #ffffda;
	padding: 3px 5px;
	border: 1px #999999 solid;
}
.bukken_list_text {
	padding: 3px 5px;
	border: 1px #999999 solid;
}
TABLE.bukken_list_waku {
	width:560px;
	margin: 0px;
	border-collapse:collapse;
	border: 1px #dddddd solid;
}
.bukken_list_waku_waku {
	padding: 5px 5px;
}

/* =========================== */
/* 画像３枚         　　　　*/
/* =========================== */
.img3 {
	width: 180px;
	border-collapse:collapse;
}
.img3_img {
	padding: 0px 0px;
}
.img3_text {
	padding: 5px 2px;
}
/* =========================== */
/* 画像２枚         　　　　*/
/* =========================== */
.img2t {
	width: 270px;
	border-collapse:collapse;
}
.img2t_img {
	padding: 0px 0px;
}
.img2t_text {
	padding: 5px 2px;
}