﻿/* CSS Document */


/*メイン画像*/
#main_image{
	width:870px;
	height: 250px;
	background-image: url(../image/main.jpg);
	float: left;
}
#main_image #imagephoto{
	width:510px;
	float: left;
}

/*トピックス*/
#main_image #topics{
	width:290px;
	float: right;
	margin-top: 10px;
	padding: 5px;
	background-color: #FFF;
	height: 250px;
	margin-right: 10px;
	display: inline;
}

#main_image #topics #detail{
	width:290px;
	height:195px;
	overflow:auto;
	text-align: left;
	line-height: 17px;
	font-size: 12px;
}

.topics_box {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 270px;
	float: left;
}

#main_image #topics p#deta{
	font-size: 12px;
	line-height: 17px;
	height: auto;
	width: 70px;
	padding-left: 5px;
	float: left;
	font-weight: bold;
}

#main_image #topics p#topics_text{
	font-size: 12px;
	line-height: 17px;
	height: auto;
	width: 190px;
	padding-left: 5px;
	float: left;
}

.topic_img{
	width: 190px;
	margin-left: 80px;
}

#main_image #topics p#list{
	font-size: 12px;
	text-align: right;
	line-height: 17px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333;
	margin-top: 2px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/*サイトコメントスペース*/
#site_copy {
	width: 870px;
	background-image: url(../image/sitecopy_bg.gif);
	clear: both;
}

/*左サイド*/
#sidebar_left{
	width:235px;
	float:left;
}

#sidebar_left #deta_box {
	width:200px;
	margin-bottom: 15px;
	float: left;
}

#sidebar_left #deta_box .entry {
	width:200px;
	padding-top: 5px;
	clear: both;
}

#sidebar_left #deta_box .entry p#shubetu{
	line-height:17px;
	font-size: 12px;
	margin-left: 3px;
	text-align: left;
	float: left;
	width: 100px;
}

#sidebar_left #deta_box .entry p#deta{
	line-height:17px;
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	text-align: right;
	float: right;
	margin-right: 5px;
}

.ken{
	line-height:17px;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	padding-left: 3px;
}

/* 掲載物件リンク */

#sidebar_left #deta_box a:link,
#sidebar_left #deta_box a:visited {
	color: #000;
	text-decoration: none;
}

#sidebar_left #deta_box a:hover,
#sidebar_left #deta_box a.active {
	color: #FF6600;
	text-decoration: none;
} 

/*カテゴリ一覧*/

#sidebar_left ul {
	margin: 0px;
	padding: 0px;
}

#sidebar_left li {
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#sidebar_left li a {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	height: 60px;
	width: 220px;
}

#sidebar_left li#search01 {
	width: 220px;
	background-image: url(../image/category01.jpg);
	height: 60px;
	background-repeat: no-repeat;
}

#sidebar_left li#search02 {
	width: 220px;
	background-image: url(../image/category02.jpg);
	height: 60px;
	background-repeat: no-repeat;
}

#sidebar_left li#search03 {
	width: 220px;
	background-image: url(../image/category03.jpg);
	height: 60px;
	background-repeat: no-repeat;
}

#sidebar_left li#search04 {
	width: 220px;
	background-image: url(../image/category04.jpg);
	height: 60px;
	background-repeat: no-repeat;
}

#sidebar_left li#search05 {
	width: 220px;
	background-image: url(../image/category05.jpg);
	height: 60px;
	background-repeat: no-repeat;
}

#sidebar_left li#search06 {
	width: 220px;
	background-image: url(../image/category06.jpg);
	height: 60px;
	background-repeat: no-repeat;
}

#sidebar_left li#search07 {
	width: 220px;
	background-image: url(../image/category07.jpg);
	height: 60px;
	background-repeat: no-repeat;
}

#sidebar_left li#search08 {
	background-image: url(../image/category08.jpg);
	background-repeat: no-repeat;
}

/*------------------
  TCh[I[o[
------------------*/
#sidebar_left li#search01 a:hover {
	background-image: url(../image/category01.jpg);
	background-position: 0 -60px;
}

#sidebar_left li#search02 a:hover {
	background-image: url(../image/category02.jpg);
	background-position: 0 -60px;
}

#sidebar_left li#search03 a:hover {
	background-image: url(../image/category03.jpg);
	background-position: 0 -60px;
}

#sidebar_left li#search04 a:hover {
	background-image: url(../image/category04.jpg);
	background-position: 0 -60px;
}

#sidebar_left li#search05 a:hover {
	background-image: url(../image/category05.jpg);
	background-position: 0 -60px;
}

#sidebar_left li#search06 a:hover {
	background-image: url(../image/category06.jpg);
	background-position: 0 -60px;
}

#sidebar_left li#search07 a:hover {
	background-image: url(../image/category07.jpg);
	background-position: 0 -60px;
}

#sidebar_left li#search08 a:hover {
	background-image: url(../image/category08.jpg);
	background-position: 0 -60px;
}


/*左サイド フリーワード検索*/
#sidebar_left #freeword{
	width:200px;
	margin-top: 15px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 10px;
	margin-left: 10px;
	display: inline;
}

/*左サイドその他の物件*/
#sidebar_left .other_list{
	width:200px;
	float: left;
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-left: 10px;
	display: inline;
}

.list01{
	width: auto;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 6px;
	padding-right: 3px;
	padding-left: 3px;
	height: 20px;
	background-image: url(/images/sub_title_bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

/*センター*/
#center{
	width:380px;
	float:left;
	background-color: #EAE9D5;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#center #line {
	width: 380px;
}

#center #bottom {
	width: 380px;
}

.bukken_box{
	width:370px;
	background-color: #FFF;
	margin-left: 5px;
	margin-top: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bukken_box dl{
	margin: 0px;
	height: auto;
	padding-top: 10px;
}

/*写真*/
.bukken_box dl dt{
	width:150px;
	height:auto;
	float:right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	display: inline;
}

/*種別*/
.bukken_box dl dd.title{
	line-height:17px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-left: 15px;
	background-color: #99CC33;
	color: #FFFFFF;
	width: 175px;
	padding-left: 5px;
}

/*マンション名*/
.bukken_box dl dd.mansion{
	font-size:10px;
	line-height: 17px;
	font-weight: bold;
	margin-left: 15px;
	padding-top: 5px;
	color: #76B23A;
}

/*所在*/
.bukken_box dl dd.address{
	margin-left:15px;
	line-height:17px;
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	width: 180px;
	padding-bottom: 5px;
}

/*交通*/
.bukken_box dl dd.eki{
	margin-left:15px;
	font-size:12px;
	padding-top: 7px;
	line-height: 17px;
	width: 180px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-bottom: 7px;
}

/*価格*/
.bukken_box dl dd.kakaku{
	margin-left:15px;
	line-height:23px;
	color:#F33;
	font-weight:bold;
	font-size:16px;
	margin-top: 5px;
}

/*スペース*/
.bukken_box dl dd.space{
	width: 340px;
	background-image: url(../image/gaiyou_line.gif);
	background-repeat: repeat-x;
	height: 10px;
	background-position: center;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*物件コメント*/
.bukken_box dl dd.coment{
	font-size: 12px;
	text-align: left;
	line-height: 17px;
	clear: both;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	font-weight: bold;
	color: #218FFE;
}

/*詳細*/
.bukken_box dl dd.bt{
	text-align: center;
	margin: 5px;
	padding-bottom: 5px;
}

/*右サイド*/
#sidebar_right{
	width:210px;
	float:right;
}

#sidebar_right #banner01{
	width:210px;
	height: auto;
	padding-bottom: 15px;
}

#sidebar_right #banner02{
	width:210px;
	height: auto;
	padding-bottom: 15px;
}

#sidebar_right #banner03{
	width:210px;
	height: auto;
	padding-bottom: 15px;
}

#sidebar_right #banner03 p#copy {
	font-size: 12px;
	text-align: left;
	line-height: 17px;
	padding-top: 5px;
}

#sidebar_right #banner04{
	width:210px;
	height: 70px;
	padding-bottom: 15px;
}

#sidebar_right #banner05{
	width:210px;
	height: 70px;
	padding-bottom: 5px;
}

#sidebar_right #banner06{
	width:210px;
	height: 80px;
	padding-bottom: 15px;
}

#sidebar_right #com01{
	width:208px;
	background-image: url(../image/com01.jpg);
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#sidebar_right #com01 p#address {
	font-size: 12px;
	text-align: left;
	line-height: 17px;
	padding-top: 5px;
	padding-left: 5px;
}

#sidebar_right #com02{
	width:208px;
	background-image: url(../image/com02.jpg);
	background-repeat: no-repeat;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}

#sidebar_right #com02 p#address {
	font-size: 12px;
	text-align: left;
	line-height: 17px;
	padding-top: 140px;
	padding-left: 25px;
}

#sidebar_right #com03{
	width:208px;
	padding-bottom: 5px;
	background-image: url(../image/com03.jpg);
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-bottom: 15px;
}

#sidebar_right #com03 p#address {
	font-size: 12px;
	text-align: left;
	line-height: 17px;
	padding-top: 140px;
	padding-left: 25px;
}

#sidebar_right #contents01{
	width:200px;
	float:left;
	background-image: url(../image/bt_1.gif);
	background-repeat: no-repeat;
	height: 55px;
	margin-bottom: 15px;
}

#sidebar_right #contents01 p#detail {
	font-size: 12px;
	text-align: left;
	padding-left: 7px;
	padding-top: 32px;
}

#sidebar_right #contents02{
	width:200px;
	float:left;
	background-image: url(../image/bt_2.gif);
	background-repeat: no-repeat;
	height: 55px;
}

#sidebar_right #contents02 p#detail {
	font-size: 12px;
	text-align: left;
	padding-left: 7px;
	padding-top: 32px;
}

#sidebar_right #comment{
	width:208px;
	border: 1px dashed #999999;
	background-color: #FFFFCC;
	margin-top: 10px;
}

#sidebar_right #comment p{
	font-size: 12px;
	text-align: left;
	line-height: 17px;
	padding: 5px;
}

