@charset "utf-8";
a:link {
	color: #0c5fcb;
}
a:visited {
	color: #0c5fcb;
}
a:hover {
	color: #fc840a;
}
#main-contents ul {
	list-style-position: inside;
}
/* =========================== */
/* ページコンテンツのタイトル         */
/* =========================== */	
#main-contents h3 {
	background-image: url(../img/h3.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 570px;
	font-size: 14px;
	font-weight: normal;
	color: #0c5fcb;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 9px;
	padding-left: 30px;
	}
/* =========================== */
/* ページコンテンツの見出し１         */
/* =========================== */	
#main-contents h4 {
	background-image: url(../img/h4.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 580px;
	font-size: 12px;
	color: #444444;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-weight: normal;
	}
/* =========================== */
/* ページコンテンツの見出し2   */
/* =========================== */	
#main-contents h5 {
	width: 570px;
	font-size: 12px;
	font-weight: normal;
	height: 26px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 30px;
	color: #333333;
	background-image: url(../img/h5.gif);
	background-repeat: no-repeat;

	}
/* =========================== */
/* ページコンテンツの見出し3   */
/* =========================== */	
#main-contents h6 {
	width: 570px;
	font-size: 12px;
	font-weight: normal;
	color: #444444;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 30px;
	background-image: url(../img/list-mark.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
	height: 18px;
	padding-top: 2px;
	}

/* =========================== */
/* サイトマップ                     */
/* =========================== */	
#main-contents #sitemap-section h4{
	background-image: url(../img/h4.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 580px;
	font-size: 14px;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-weight: normal;
	}
	
/* =========================== */
/* QRコード                        */
/* =========================== */	
IMG.qrcode {
	border:1px solid #cccccc;
	}
	
/* =========================== */
/* Googleマップ                     */
/* =========================== */	
IFRAME.googlemap {
	}
	
/* =========================== */
/* お問い合わせフォーム             */
/* =========================== */	
#mailform-section {
	margin: 0px 10px 0px 0px;
	}
#mailform-section DIV.form-layout {
	margin: 0px;
	width: 532px;
	}

/* 入力項目のセット */
#mailform-section DIV.form-layout DIV.form-items {
	border: 1px solid #cccccc;
	width: 532px;
	overflow:hidden;
	background-color: #efefef;
}
/* 入力項目 */
#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: 130px;
	text-align: left;
	padding: 11px 8px 0px 8px;
	vertical-align: top;
	font-size: 10pt;
	border-top: 1px #ffffff solid;
	}
/* 入力欄セル */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item DIV.field {
	float: left;
	width: 370px;
	text-align: left;
	padding: 8px 8px 0px 8px;
	vertical-align: top;
	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 0px 0px 0px ;
	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;
	text-align: center;
}
#mailform-section DIV.submitee BUTTON
{
   cursor: pointer;
   width: 109px;
   height: 32px;
   background-image:url(/theme/form_submit.jpg);
   border-width:0px;
}
/* 「送 信」テキスト */
#mailform-section DIV.submitee BUTTON SPAN
{
   display: none;
}

	
/* =========================== */
/* お知らせ一覧パーツ（メインコンテンツ内）  */
/* =========================== */
/* リスト全体 */
#main-contents #topic-headline-section {
	width: 600px;
	border: none;
	margin: 0px 0px 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
#main-contents #topic-headline-section DL {
	width: 600px;
	padding: 0px;
	margin: 0px;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #topic-headline-section DT{
	width: 580px;
	font-weight: normal;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #topic-headline-section DD{
	width: 505px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 95px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #767a7e;
	}
/* 公開日 */
#main-contents #topic-headline-section DT .date {
	width: 95px;
	padding-right: 10px;
	padding-left: 0px;
	font-weight: normal;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents #topic-headline-section DT A {
	color: #0c5fcb;
	}

/* =========================== */
/* お知らせ一覧パーツ（サイドコンテンツ内）  */
/* =========================== */
/* リスト全体 */
#side-contents #topic-headline-section DL {
	font-size: 10pt;
	color: #223344;
	width: 180px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	}
/* 記事タイトル（リンク先がないとき） */
#side-contents #topic-headline-section DT{
	width: 180px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	}
/* 公開日 */
#side-contents #topic-headline-section DT .date {
	font-weight: bold;
	width: 180px;
	display: block;
	}
/* 記事タイトル（リンク先があるとき） */
#side-contents #topic-headline-section DT A {
		color: #261d9d;
	}
/* 記事概要 */
#side-contents #topic-headline-section DD {
	margin-bottom: 10px;
	padding: 0px;
	width: 180px;
	margin-right: 0px;
	margin-left: 0px;
	}

/* =========================== */
/* お知らせ一覧ページ                 */
/* =========================== */

/* 記事タイトル */	
#topic-list-section DT {
	width: 595px;
	margin-bottom: 5px;
	font-weight: bold;
	padding-left: 5px;
	}
/* 公開日*/
#topic-list-section DT .date {
	font-weight: normal;
	width: 100px;
	padding-right: 10px;
	}
/* 記事タイトル（リンク先があるとき） */
#topic-list-section DT A {
	color: #0c5fcb;
	font-weight: normal;
	}
/* 本文（記事コンテンツ/なければ記事概要） */
#topic-list-section DD {
	width: 510px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 90px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-bottom: 10px;
	}
/* お知らせ本文中の画像 */
#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 #809FFF solid;
	}
TH.table_a_th {
		color: #FFFFFF;
		background-color: #0862B0;
		border: 1px #809FFF solid;
	}
TH.table_a_th2 {
		color: #008EBC;
		background-color: #D5DFFF;
		border: 1px #809FFF solid;
	}
TD.table_a_td {
		color: #223344;
		background-color: #F0F8FF;
		border: 1px #809FFF solid;
	}

/* =========================== */
/* サイドコンテンツメニュー     */
/* =========================== */
#side-cont-menu {
	background-image: url(../img/side/side-cont-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px 0px 10px;
	width: 200px;
	padding-top: 98px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#side-cont-menu li {
	height: 29px;
	width: 200px;
	display: block;
}
#side-cont-menu li a:link {
	background-image: url(../img/side/side-cont-bg-03.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 180px;
	display: block;
	padding-top: 5px;
	padding-left: 20px;
	text-decoration: none;
	font-size: 12px;
	color: #444444;
}
#side-cont-menu li a:visited {
	background-image: url(../img/side/side-cont-bg-03.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 180px;
	display: block;
	font-size: 12px;
	color: #444444;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 20px;
}
#side-cont-menu li a:hover {
	background-image: url(../img/side/side-cont-bg-02.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 180px;
	display: block;
	font-size: 12px;
	color: #444444;
	padding-top: 5px;
	padding-left: 20px;
}
/* =========================== */
/* サイドコンテンツテキスト     */
/* =========================== */
#side-cont-text {
	background-image: url(../img/side/side-text-bg.gif);
	background-repeat: no-repeat;
	height: 81px;
	width: 174px;
	font-size: 11px;
	padding-right: 13px;
	padding-left: 13px;
	padding-top: 12px;
	padding-bottom: 12px;
}
/* =========================== */
/* パーキング一覧　　　　　     */
/* =========================== */
.p-list-t1 {
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.p-list-t1 .t1-1 {
	width: 196px;
}
.p-list-t1 .t1-2 {
	width: 6px;
}
.p-list-t2 {
	width: 196px;
}
.p-list-t2 .t2-1 {
	width: 67px;
}
.t2-1 img {
	width: 67px;
}
.p-list-t2 tr .t2-2 {
	width: 6px;
}
.p-list-t2 tr .t2-3 {
	width: 123px;
}
.detail-t1 {
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.detail-t1 tr .d-td1 {
	width: 365px;
	padding-right: 11px;
}
.d-td1 img {
	width: 365px;
}
.d-td2 {
	width: 224px;
	padding-bottom: 10px;
}
.d-t2 {
	width: 224px;
}
.d-t2 tr td {
	padding-bottom: 20px;
	width: 224px;
}
/* =========================== */
/* 賃貸物件一覧　　　　　     */
/* =========================== */
.list-layout {
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.list-layout .td1 {
	width: 295px;
}
.list-layout .td2 {
	width: 10px;
}
.chintai-list {
	width: 295px;
	border: 1px solid #b8b7b7;
	border-collapse:collapse;
}
.chintai-list td {
	border-collapse:collapse;
}
.chintai-list .chi-li1 {
	background-color: #bce9fd;
	padding: 5px;
	width: 285px;
	border: 1px solid #b8b7b7;
}
.chintai-list .chi-li2 {
	width: 70px;
	background-color: #bce9fd;
	padding: 5px;
	border: 1px solid #b8b7b7;
}
.chintai-list .chi-li3 {
	width: 205px;
	padding: 5px;
	border: 1px solid #b8b7b7;
}
.chintai-list .chi-li4 {
	width: 65px;
	text-align: center;
	background-color: #bce9fd;
	padding: 5px;
	border: 1px solid #b8b7b7;
}
.chintai-list .chi-li5 {
	width: 139px;
	padding: 5px;
	border: 1px solid #b8b7b7;
}
.list-btn {
	width: 80px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.list-btn1 {
	width: 78px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #b8b7b7;
	border-collapse:collapse;
	padding: 1px;
}
.list-btn1 img {
	width: 78px;
}
.list-btn2 {
	width: 78px;
	padding: 10px 1px 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
	text-align: center;
}
/* =========================== */
/* 賃貸物件詳細　　　　　     */
/* =========================== */
.chintai-detail {
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border-collapse:collapse;
}
.chintai-detail td {
	border-collapse:collapse;
	border: 1px solid #b8b7b7;
	padding: 5px;
}
.chintai-detail .chi-de1 {
	width: 70px;
	background-color: #bce9fd;
}
.chintai-detail .chi-de2 {
	width: 210px;
}
.chi-de-img1 {
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border-collapse:collapse;
	border: 1px solid #b8b7b7;
}
.chi-de-img1 td {
	border-collapse:collapse;
	border: 1px solid #b8b7b7;
}
.chi-de-img1 .chi-de-img1-td1 {
	width: 286px;
	padding: 7px;
	background-color: #fde5bc;
}
.chi-de-img1 .chi-de-img1-td2 {
	width: 300px;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
}
.chi-de-img1 .chi-de-img1-td2 img {
	width: 297px;
}
.chi-de-img2 {
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border-collapse:collapse;
}
.chi-de-img2 td {
	border-collapse:collapse;
	border: 1px solid #b8b7b7;
}
.chi-de-img2 .chi-de-img2-td1 {
	background-color: #fde5bc;
	padding: 7px;
	width: 586px;
}
.chi-de-img2 .chi-de-img2-td2 {
	width: 600px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.chi-de-img3 {
	width: 581px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border-collapse:collapse;
}
.chi-de-img3 td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.chi-de-img3 .chi-de-img3-td1 {
	width: 189px;
}
.chi-de-img3 .chi-de-img3-td1 img {
	width: 189px;
}
.chi-de-img3 .chi-de-img3-td2 {
	width: 7px;
}
.chi-de-img3 .chi-de-img3-td3 {
	width: 189px;
	padding-top: 3px;
}
/* =========================== */
/* 売買物件一覧　　　　　     */
/* =========================== */
.baibai-list {
	width: 295px;
	border: 1px solid #b8b7b7;
	border-collapse:collapse;
}
.baibai-list td {
	border-collapse:collapse;
}
.baibai-list .ba-li1 {
	background-color: #fde5bc;
	padding: 5px;
	width: 285px;
	border: 1px solid #b8b7b7;
}
.baibai-list .ba-li2 {
	width: 70px;
	background-color: #fde5bc;
	padding: 5px;
	border: 1px solid #b8b7b7;
}
.baibai-list .ba-li3 {
	width: 205px;
	padding: 5px;
	border: 1px solid #b8b7b7;
}
.baibai-list .ba-li4 {
	width: 65px;
	text-align: center;
	background-color: #fde5bc;
	padding: 5px;
	border: 1px solid #b8b7b7;
}
.baibai-list .ba-li5 {
	width: 139px;
	padding: 5px;
	border: 1px solid #b8b7b7;
}
/* =========================== */
/* 賃貸物件詳細　　　　　     */
/* =========================== */
.baibai-detail {
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border-collapse:collapse;
}
.baibai-detail td {
	border-collapse:collapse;
	border: 1px solid #b8b7b7;
	padding: 5px;
}
.baibai-detail .ba-de1 {
	width: 70px;
	background-color: #fde5bc;
}
.baibai-detail .ba-de2 {
	width: 210px;
}
.ba-de-img1 {
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border-collapse:collapse;
	border: 1px solid #b8b7b7;
}
.ba-de-img1 td {
	border-collapse:collapse;
	border: 1px solid #b8b7b7;
}
.ba-de-img1 .ba-de-img1-td1 {
	width: 286px;
	padding: 7px;
	background-color: #fde5bc;
}
.ba-de-img1 .ba-de-img1-td2 {
	width: 300px;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
}
.ba-de-img1 .ba-de-img1-td2 img {
	width: 297px;
}

