﻿@charset "utf-8";

/* =========================== */
/* サイズ情報                  */
/* 横幅　700px                 */
/* 標準文字サイズ　11pt        */
/* メインメニュー　px * px     */
/* サブメニュー縦　px * px     */
/* サブメニュー横　px * px     */
/* メインコンテンツ　px        */
/* サイドコンテンツ　px        */
/* 見出し　px                  */
/* =========================== */

/* =========================== */
/* リンクの色                  */
/* =========================== */
a:link {text-decoration:underline;
	color:#00baff;
	}
a:visited {text-decoration:underline;
	color: #5a5a5a;
	}
a:active,
a:hover   {text-decoration:underline;
	color: #dddddd;
	}

/* =========================== */
/* ページコンテンツの見出し１         */
/* =========================== */	
#main-contents h4 {
		background-image:url(../img/h4.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
		color:#5a5a5a;
		font-size:100%;
		height:23px;
		font-weight:bold;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 5px;
		padding-top:9px;
		padding-left:15px;
		width:785px;
	}
#main-contents h5 {
		background-image:url(../img/h5.gif);
		background-repeat: no-repeat;
		background-position: 5px 3px;
		color:#5a5a5a;
		font-size:100%;
		font-weight:bold;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 5px;
		padding-left:25px;
		width:775px;
	}
#main-contents h6 {
		background-image:url(../img/h6.gif);
		background-repeat:repeat-x;
		background-position: bottom;
		color:#5a5a5a;
		font-size:90%;
		font-weight:bold;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 5px;
		padding-left:10px;
		padding-top:5px;
		padding-bottom:8px;
		width:790px;
	}

/* =========================== */
/* サイトマップ                     */
/* =========================== */	
#main-contents #sitemap-section h4{
	}
	
/* =========================== */
/* QRコード                        */
/* =========================== */	
IMG.qrcode {
	border:1px solid #cccccc;
	}
	
/* =========================== */
/* Googleマップ                     */
/* =========================== */	
IFRAME.googlemap {
	}
	
/* =========================== */
/* お問い合わせフォーム             */
/* =========================== */	
#mailform-section {
	margin: 0px 0px;
	}
#mailform-section DIV.form-layout {
	margin: 0;
	width: 800px;
	}

/* 入力項目のセット */
#mailform-section DIV.form-layout DIV.form-items {
	border: 1px solid #cccccc;
	width: 800px;
	overflow:hidden;
	background-color:#eeeeee;
}
/* 入力項目 */
#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: 200px;
	text-align: left;
	padding: 11px 8px 0 8px;
	vertical-align: top;
	font-size: 100%;
	border-top: 1px #cccccc solid;

	}
/* 入力欄セル */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item DIV.field {
	float: left;
	width: 566px;
	text-align: left;
	padding: 8px 8px 0 8px;
	vertical-align: top;
	border-top: 1px #cccccc solid;
	border-left: 1px #cccccc 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:#dc143c;
	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: 100px;
   height: 37px;
   background-image:url(../img/form_submit.gif);
background-repeat: no-repeat;
background-position: center 5px;
background-color: #ffffff;
   border-width:0px;
}
/* 「送 信」テキスト */
#mailform-section DIV.submitee BUTTON SPAN
{
   display: none;
}
	
/* =========================== */
/* お知らせ一覧パーツ（メインコンテンツ内）  */
/* =========================== */
/* リスト全体 */
#main-contents #topic-headline-section DL {	
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #topic-headline-section DT{
	color:#000000;
	padding: 5px 5px;
	}
/* 公開日 */
#main-contents #topic-headline-section DT .date {
	font-weight: bold;
	color:#667ea2;
	padding: 5px 5px;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents #topic-headline-section DT A {
	color:#000000;
text-decoration:underline;
	}

/* =========================== */
/* お知らせ一覧パーツ（サイドコンテンツ内）  */
/* =========================== */
/* リスト全体 */
#side-contents #topic-headline-section DL {
		font-size: 90%;	
	}
/* 記事タイトル（リンク先がないとき） */
#side-contents #topic-headline-section DT{
	color:#000000;
	}
/* 公開日 */
#side-contents #topic-headline-section DT .date {
		font-weight: bold;
	color:#667ea2;
	}
/* 記事タイトル（リンク先があるとき） */
#side-contents #topic-headline-section DT A {
	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: 110%;
	color:#000000;
	padding: 5px 5px;
	}
/* 公開日*/
#topic-list-section DT .date {
	color:#667ea2;
	padding: 5px 5px;
	}
/* 記事タイトル（リンク先があるとき） */
#topic-list-section DT A {
	color:#000000;
text-decoration:underline;
	}
/* 本文（記事コンテンツ/なければ記事概要） */
#topic-list-section DD {
	line-height: 1.2em;
	margin-left: 0;
	margin-bottom: 2.5em;
	border-bottom: 1px solid #cccccc;
	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 #555555 solid;
	}
TH.table_a_th {
		color: #888888;
		background-color: #dddddd;
		border: 1px #555555 solid;
	padding: 3px 5px;
	}
TH.table_a_th2 {
		color: #888888;
		background-color: #dddddd;
		border: 1px #555555 solid;
	padding: 3px 5px;
	}
TD.table_a_td {
		color: #888888;
		background-color: #FFFFFF;
		border: 1px #555555 solid;
	padding: 3px 5px;
	}

/* =========================== */
/* 物件リスト             */
/* =========================== */
TABLE.bukken_list {
	width:800px;
	margin: 0px auto 2px;
	_margin: 0px auto 1px;
	padding:0px 0px;
	border-collapse: collapse;
	border: 1px #cccccc solid;
	}
TABLE.bukken_list TD {
	padding:3px 3px;
	border: 1px #cccccc solid;
	}

/* =========================== */
/* 物件リスト             */
/* =========================== */
TABLE.bukken_detail {
	width:800px;
	margin: 0px auto;
	_margin: 0px auto;
	padding:0px 0px;
	border-collapse: collapse;
	border: 1px #cccccc solid;
	}
TABLE.bukken_detail TD {
	padding:3px 3px;
	border: 1px #cccccc solid;
	}
.bukken_detail h4 {
		color:#5a5a5a;
		font-size:100%;
		height:23px;
		font-weight:bold;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 5px;
		padding-top:9px;
		padding-left:15px;
		width:632px;
		border:1px #ffff000 solid;
	}
/* =========================== */
/* サイド物件リスト             */
/* =========================== */
DIV.side_bukken_list {
	width:162px;
	margin: 0px 0px;
	padding:0px 0px;
	}
TABLE.side_bukken_list_table {
	margin: 0px auto;
	border-collapse: collapse;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	}
TD.side_bukken_list_text  {
	padding:5px 5px;
	background-image:url(/asset/00080/side/bukkennlist_back.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #2a9bff;
	}
TD.side_bukken_list_button  {
	padding:5px 0px;
	}
/* =========================== */
/* ピックアップ物件　             */
/* =========================== */
.c1 {
	width: 800px;
margin-bottom: 10px;
}
.c1-1 {
	background-color: #2a9bff;
	font-size: 10px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
	width: 15px;
	text-align: center;
}
.c1-2 {
	width: 170px;
	text-align: center;
}
.c2 {
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	border-collapse:collapse;
}
.c2 td {
	border-collapse:collapse;
	padding: 2px;
}
.c2-1 {
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.c2-2 {
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.c2-3 {
	text-align: center;
		border: 1px solid #666;
}
.c2-3 img {
	height: 90px;
}
.c2-4 {
	border: 1px solid #666;
	font-size: 10px;
	text-align: left;
}
.c2-5 {
	border: 1px solid #666;
	font-weight: bold;
	text-align: left;
}
.c2-6 {
	text-align: left;
	border: 1px solid #666;
	font-weight: bold;
	color: #F00;
}
.c2-7 {
	border: 1px solid #666;
	text-align: left;
}
.c2-7 img {
	margin-right: 5px;
}