@charset "utf-8";
a:link {
	color: #00c9e1;
}
a:visited {
	color: #00c9e1;
}
a:hover {
	color: #a5adae;
}
/* =========================== */
/* ページコンテンツのタイトル         */
/* =========================== */	
#main-contents h3 {
	background-image: url(../img/h3.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 603px;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px 0px 5px;
	padding: 17px 0px 0px 25px;
	font-weight: bold;
	}
/* =========================== */
/* ページコンテンツの見出し         */
/* =========================== */	
#main-contents h4 {
	background-image: url(../img/h4.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 603px;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px 0px 5px;
	padding: 12px 0px 0px 25px;
	font-weight: bold;
	}
/* =========================== */
/* ページコンテンツの見出し2   */
/* =========================== */	
#main-contents h5 {
	background-image: url(../img/h5.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 600px;
	font-size: 12px;
	color: #4e4b4b;
	margin: 0px 0px 5px;
	padding: 3px 0px 0px 20px;
	font-weight: bold;
	}
/* =========================== */
/* ページコンテンツの見出し3   */
/* =========================== */	
#main-contents h6 {
	background-image: url(../img/h6.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 590px;
	font-size: 12px;
	color: #4e4b4b;
	margin: 0px 0px 5px;
	padding: 3px 0px 0px 30px;
	font-weight: bold;
	}
/* =========================== */
/* トップページの見出し1　　*/
/* =========================== */	
#main-contents-top h3 {
	background-image: url(../img/top-h3.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 625px;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px 0px 5px;
	padding: 14px 0px 0px 25px;
	font-weight: bold;
	}
/* =========================== */
/* トップページの見出し2        */
/* =========================== */	
#main-contents-top h4 {
	background-image: url(../img/top-h4.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 625px;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px 0px 5px;
	padding: 12px 0px 0px 25px;
	font-weight: bold;
	}
/* =========================== */
/* トップページの見出し3        */
/* =========================== */	
#main-contents-top h5 {
	background-image: url(../img/top-h5.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 629px;
	font-size: 12px;
	color: #4e4b4b;
	margin: 0px 0px 5px;
	padding: 3px 0px 0px 25px;
	font-weight: bold;
	}
/* =========================== */
/* トップページの見出し4        */
/* =========================== */	
#main-contents-top h6 {
	background-image: url(../img/top-h6.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 614px;
	font-size: 12px;
	color: #4e4b4b;
	margin: 0px 0px 5px;
	padding: 2px 0px 0px 30px;
	font-weight: bold;
	background-position: left bottom;
	}
/* =========================== */
/* サイトマップ                     */
/* =========================== */	
#main-contents #sitemap-section h4{
	background-image: url(../img/h5.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 600px;
	font-size: 12px;
	color: #4e4b4b;
	margin: 0px 0px 5px;
	padding: 3px 0px 0px 20px;
	font-weight: bold;
	}
	
/* =========================== */
/* 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-top #top-cont-left #topic-headline-section {
	background-image: url(../img/topic_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 651px;
	padding-top: 88px;
	padding-bottom: 10px;
font-size: 10pt;
}
#main-contents-top #top-cont-left #topic-headline-section DL {
	margin: 0px;
	width: 651px;
	padding: 0px 0px 14px;
	background-image: url(../img/topic_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents-top #top-cont-left #topic-headline-section DT{
	width: 616px;
	background-image: url(../img/topic_bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px 5px 0px 30px;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents-top #top-cont-left #topic-headline-section DD{
	padding: 0px 20px 5px 110px;
	width: 521px;
	background-image: url(../img/topic_bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	}
/* 公開日 */
#main-contents-top #top-cont-left #topic-headline-section DT .date {
	width: 120px;
	padding-right: 10px;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents-top #top-cont-left #topic-headline-section DT A {
	color: #00c9e1;
	text-decoration: underline;
	}
/* 記事タイトル（リンク先があるとき:hover） */
#main-contents-top #top-cont-left #topic-headline-section DT A:hover {
	color: #a5adae;
	text-decoration: underline;
	}

/* =========================== */
/* お知らせ一覧パーツ（メインコンテンツ内）  */
/* =========================== */
/* リスト全体 */
#main-contents #topic-headline-section {
	background-image: url(../img/topic-bg_03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 626px;
	padding-top: 9px;
	padding-bottom: 9px;

}
#main-contents #topic-headline-section DL {
	margin: 0px;
	width: 626px;
	padding: 0px 0px 12px;
	background-image: url(../img/topic-bg_08.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #topic-headline-section DT{
	width: 606px;
	background-image: url(../img/topic-bg_06.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px 10px;
	font-weight: bold;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #topic-headline-section DD{
	padding: 0px 15px 8px 105px;
	width: 506px;
	background-image: url(../img/topic-bg_06.gif);
	background-repeat: repeat-y;
	margin: 0px;
	}
/* 公開日 */
#main-contents #topic-headline-section DT .date {
	width: 120px;
	padding-right: 10px;
	font-weight: bold;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents #topic-headline-section DT A {
	color: #00c9e1;
	text-decoration: underline;
	}
/* 記事タイトル（リンク先があるとき:hover） */
#main-contents #topic-headline-section DT A:hover {
	color: #a5adae;
	text-decoration: underline;
	}

/* =========================== */
/* お知らせ一覧パーツ（サイドコンテンツ内）  */
/* =========================== */
/* リスト全体 */
#side-contents #topic-headline-section DL {
		font-size: 10pt;
		color: #223344;		
	}
/* 記事タイトル（リンク先がないとき） */
#side-contents #topic-headline-section DT{
	}
/* 公開日 */
#side-contents #topic-headline-section DT .date {
		font-weight: bold;
	}
/* 記事タイトル（リンク先があるとき） */
#side-contents #topic-headline-section DT A {
		color: #2DA8E3;
	}
/* 記事概要 */
#side-contents #topic-headline-section DD {
	margin-left: 95px;
	margin-bottom: 10px;
	padding: 0px;
	width: 415px;
	}
	
/* =========================== */
/* お知らせ一覧ページ                 */
/* =========================== */

/* 記事タイトル */	
#topic-list-section DT {
	width: 623px;
	margin-bottom: 5px;
	font-weight: bold;
	margin-left: 5px;
	}
/* 公開日*/
#topic-list-section DT .date {
	font-weight: bold;
	color: #707070;
	width: 120px;
	padding-right: 10px;
	margin-left: 10px;
	}
/* 記事タイトル（リンク先があるとき） */
#topic-list-section DT A {
	color: #6281d3;
	}
/* 本文（記事コンテンツ/なければ記事概要） */
#topic-list-section DD {
	margin-bottom: 20px;
	padding: 0px 0px 10px 110px;
	width: 513px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	}
/* お知らせ本文中の画像 */
#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 #d0d0d0 solid;
		width: 620px;
	}
TH.table_a_th {
		color: #FFFFFF;
		background-color: #003300;
		border: 1px #809FFF solid;
		padding: 3px 5px;
	}
TH.table_a_th2 {
		color: #003300;
		background-color: #99cc99;
		border: 1px #d0d0d0 solid;
		padding: 3px 5px;
	}
TD.table_a_td {
		color: #223344;
		background-color: #ffffff;
		border: 1px #d0d0d0 solid;
		padding: 3px 5px;
	}

TABLE.lease-list {
		border-collapse: collapse;
		border: 1px #D0D0D0 solid;
	}
TABLE.lease-list TH {
		border: 1px #D0D0D0 solid;
		padding: 3px 5px;
		color: #003300;
		font-weight: normal;
		background-color: #99cc99;
	}
TABLE.lease-list TD {
		border: 1px #D0D0D0 solid;
		padding: 3px 5px;
	}

TABLE.lease-list {
		border-collapse: collapse;
		border: 1px #D0D0D0 solid;
	}
TABLE.sale-list TH {
		border: 1px #D0D0D0 solid;
		padding: 3px 5px;
		color: #003300;
		font-weight: normal;
		background-color: #b8cd2c;
	}
TABLE.sale-list TD {
		border: 1px #D0D0D0 solid;
		padding: 3px 5px;
	}

TABLE.lease-detailt1 {
		border-collapse: collapse;
		border: 1px #D0D0D0 solid;
	}
TABLE.lease-detailt1 TH {
		border-collapse: collapse;
		border: 1px #D0D0D0 solid;
		padding: 3px 5px;
		color: #003300;
		font-weight: normal;
		background-color: #99cc99;
	}
TABLE.lease-detailt1 TD {
		border-collapse: collapse;
		border: 1px #D0D0D0 solid;
		padding: 3px 5px;
	}
TABLE.sale-detailt1 {
		border-collapse: collapse;
		border: 1px #D0D0D0 solid;
	}
TABLE.sale-detailt1 TH {
		border-collapse: collapse;
		border: 1px #D0D0D0 solid;
		padding: 3px 5px;
		color: #003300;
		font-weight: normal;
		background-color: #EFDF9E;
	}
TABLE.sale-detailt1 TD {
		border-collapse: collapse;
		border: 1px #D0D0D0 solid;
		padding: 3px 5px;
	}

