/* CSS Document */


img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

/*種別帯 */
.shubetu_cell {
	background-color: #0166CA; /*背景カラー RGB16進数指定 */
	background-img: url(); /*背景イメージ ()内にURl指定 */
	background-repeat: no-repeat; /*背景リピート(セル背景イメージを指定している場合に使用) no-repeat、repeat-y、repeat-xで指定 */
	font-size: 12px; /* テキストサイズ ピクセル指定 */
	color: #FFFFFF; /* テキストカラー RGB16進数指定 */
	padding: 4px 4px 4px 4px; /* 余白 ピクセル指定(上 右 下 左) */
	text-align: left; /* テキスト寄せ */
	}

/* 物件テーブル */
.property_table {
	background-color: #0166CA; /* 物件テーブル背景 RGB16進数指定(実際にはセルのボーダーの役割) */
	}

/* 物件情報タイトル帯 */
.detail_title_cell {
	background-color: #9ECEFF; /*背景カラー RGB16進数指定(指定しないと物件テーブルの背景色になる) */
	background-img: url(); /*背景イメージ ()内にURl指定 */
	background-repeat: no-repeat; /*背景リピート(セル背景イメージを指定している場合に使用) no-repeat、repeat-y、repeat-xで指定 */
	font-size: 12px; /* テキストサイズ ピクセル指定 */
	color: #013D80; /* テキストカラー RGB16進数指定 */
	text-align: center; /* テキスト寄せ */
	}

/* 物件情報テキスト */
.detail_text {
	font-size: 12px; /* テキストサイズ ピクセル指定 */
	color: #333333; /* テキストカラー RGB16進数指定 */
	padding: 2px 2px 2px 2px; /* 余白 ピクセル指定(上 右 下 左) */
	background-color: #FFFFFF; /* テキスト背景カラー RGB16進数指定(transparentは透明) */
	text-align: center; /* テキスト寄せ */
	}

/* 詳細 */
.detail_link a:link {
	font-size: 12px; /* テキストサイズ ピクセル指定 */
	color: #B4005A; /* テキストカラー RGB16進数指定 */
	text-decoration: underline
	}

.detail_link a:active {
	font-size: 12px; /* テキストサイズ ピクセル指定 */
	color: #B4005A; /* テキストカラー RGB16進数指定*/
	text-decoration: none
	}

.detail_link a:visited {
	font-size: 12px; /* テキストサイズ ピクセル指定 */
	color: #B4005A; /* テキストカラー RGB16進数指定 */
	text-decoration: none
	}

.detail_link a:hover {
	font-size: 12px; /* テキストサイズ ピクセル指定 */
	color: #B4005A; /* テキストカラー RGB16進数指定 */
	text-decoration: underline
	}

.check {
	font-size: 12px; /* テキストサイズ ピクセル指定 */
	color: #009900; /* テキストカラー RGB16進数指定 */
	}

/* タイトル帯 */
.title_obi {
	border-width: 2px;/* ボーダーサイズ ピクセル指定 */
	border-style: solid; /* ボーダースタイル */
	border-color: #0166CA; /* ボーダーカラー RGB16進数指定 */
	}

/* 物件種別(詳細ページ) */
.syubetu_detail {
	font-size: 12px; /* テキストサイズ ピクセル指定 */
	color: #FFFFFF; /* テキストカラー RGB16進数指定 */
	padding: 0px 0px 0px 0px; /* 余白 ピクセル指定(上 右 下 左) */
	background-color: #0166CA; /* テキスト背景カラー RGB16進数指定(transparentは透明) */
	text-align: center; /* テキスト寄せ */
	}
	
/* 物件タイトル(詳細ページ) */
.title_detail {
	background-color: #FFFFFF; /*背景カラー RGB16進数指定 */
	background-img: url(); /*背景イメージ ()内にURl指定 */
	background-repeat: no-repeat; /*背景リピート(セル背景イメージを指定している場合に使用) no-repeat、repeat-y、repeat-xで指定 */
	font-size: 18px; /* テキストサイズ ピクセル指定 */
	color: #333333; /* テキストカラー 16進数指定 */
	text-align: center; /* テキスト寄せ */
	}

/* 物件価格(詳細ページ) */
.kakaku_detail {
	background-color: #FFFFFF; /*背景カラー RGB16進数指定 */
	background-img: url(); /*背景イメージ ()内にURl指定 */
	background-repeat: no-repeat; /*背景リピート(セル背景イメージを指定している場合に使用) no-repeat、repeat-y、repeat-xで指定 */
	font-size: 18px; /* テキストサイズ ピクセル指定 */
	color: #FF0000; /* テキストカラー 16進数指定 */
	text-align: right; /* テキスト寄せ */
	}

/* 物件キャッチ(詳細ページ) */
.catch_detail {
	background-color: #FFFFFF; /*背景カラー RGB16進数指定 */
	background-img: url(); /*背景イメージ ()内にURl指定 */
	background-repeat: no-repeat; /*背景リピート(セル背景イメージを指定している場合に使用) no-repeat、repeat-y、repeat-xで指定 */
	font-size: 14px; /* テキストサイズ ピクセル指定 */
	color: #FF6600; /* テキストカラー 16進数指定 */
	text-align: left; /* テキスト寄せ */
	padding: 10px 0px 20px 0px;/* 余白 ピクセル指定(上 右 下 左) */
	}

/* 物件詳細(詳細ページ) */
.detail_detail {
	background-color: #9ECEFF; /*背景カラー RGB16進数指定 */
	background-img: url(); /*背景イメージ ()内にURl指定 */
	background-repeat: no-repeat; /*背景リピート(セル背景イメージを指定している場合に使用) no-repeat、repeat-y、repeat-xで指定 */
	font-size: 12px; /* テキストサイズ ピクセル指定 */
	color: #004085; /* テキストカラー 16進数指定 */
	text-align: left; /* テキスト寄せ */
	padding: 3px 3px 3px 3px;/* 余白 ピクセル指定(上 右 下 左) */
	border-width: 1px;/* ボーダーサイズ ピクセル指定 */
	border-style: solid; /* ボーダースタイル */
	border-color: #0166CA; /* ボーダーカラー RGB16進数指定 */
	}

/* 物件詳細仕様(詳細ページ) */
.spec_detail {
	background-color: #FFFFFF; /*背景カラー RGB16進数指定 */
	background-img: url(); /*背景イメージ ()内にURl指定 */
	background-repeat: no-repeat; /*背景リピート(セル背景イメージを指定している場合に使用) no-repeat、repeat-y、repeat-xで指定 */
	font-size: 12px; /* テキストサイズ ピクセル指定 */
	color: #333333; /* テキストカラー 16進数指定 */
	text-align: left; /* テキスト寄せ */
	padding: 3px 3px 3px 3px;/* 余白 ピクセル指定(上 右 下 左) */
	border-width: 0px;/* ボーダーサイズ ピクセル指定 */
	border-style: solid; /* ボーダースタイル */
	border-color: ##6086BF; /* ボーダーカラー RGB16進数指定 */
	}

/* コメント */
.comment {
	background-color: transparent; /*背景カラー RGB16進数指定 */
	background-img: url(); /*背景イメージ ()内にURl指定 */
	background-repeat: no-repeat; /*背景リピート(セル背景イメージを指定している場合に使用) no-repeat、repeat-y、repeat-xで指定 */
	font-size: 12px; /* テキストサイズ ピクセル指定 */
	color: #333333; /* テキストカラー 16進数指定 */
	text-align: center; /* テキスト寄せ */
	padding: 10px 0px 10px 0px;/* 余白 ピクセル指定(上 右 下 左) */
	border-width: 0px;/* ボーダーサイズ ピクセル指定 */
	border-style: solid; /* ボーダースタイル */
	border-color: ##6086BF; /* ボーダーカラー RGB16進数指定 */
	}

/* 平方メートル用 */
.text1 {
	font-size: 8px; /* テキストサイズ ピクセル指定 */
	}
