/* CSS Document */


/*メイン画像*/
#main_image{
	width:870px;
	height: auto;
}

/*サイトコメントスペース*/
#site_copy {
	width: 870px;
	background-color: #FFF0E1;
}

#site_copy p#copy {
	font-size: 12px;
	text-align: left;
	line-height: 17px;
	padding: 5px;
}

/*左サイド*/
#sidebar_left{
	width:240px;
	float:left;
}

#sidebar_left ul {
	margin: 0px;
	padding: 0px;
}

#sidebar_left li {
	padding-bottom: 10px;
	display: block;
}

#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.gif);
	height: 60px;
	background-repeat: no-repeat;
}

#sidebar_left li#search02 {
	width: 220px;
	background-image: url(../image/category02.gif);
	height: 60px;
	background-repeat: no-repeat;
}

#sidebar_left li#search03 {
	width: 220px;
	background-image: url(../image/category03.gif);
	height: 60px;
	background-repeat: no-repeat;
}

#sidebar_left li#search04 {
	width: 220px;
	background-image: url(../image/category04.gif);
	height: 60px;
	background-repeat: no-repeat;
}

#sidebar_left li#search05 {
	width: 220px;
	background-image: url(../image/category05.gif);
	height: 60px;
	background-repeat: no-repeat;
}

#sidebar_left li#search06 {
	width: 220px;
	background-image: url(../image/category06.gif);
	height: 60px;
	background-repeat: no-repeat;
}

#sidebar_left li#search07 {
	width: 220px;
	background-image: url(../image/category07.gif);
	height: 60px;
	background-repeat: no-repeat;
}

#sidebar_left li#search08 {
	width: 220px;
	background-image: url(../image/category08.gif);
	height: 60px;
	background-repeat: no-repeat;
}

/*------------------
  左サイドロールオーバー
------------------*/
#sidebar_left li#search01 a:hover {
	width: 220px;
	height: 60px;
	background-image: url(../image/category01.gif);
	background-repeat: no-repeat;
	background-position: 0 -70px;
}

#sidebar_left li#search02 a:hover {
	width: 220px;
	height: 60px;
	background-image: url(../image/category02.gif);
	background-repeat: no-repeat;
	background-position: 0 -70px;
}

#sidebar_left li#search03 a:hover {
	width: 220px;
	height: 60px;
	background-image: url(../image/category03.gif);
	background-repeat: no-repeat;
	background-position: 0 -70px;
}

#sidebar_left li#search04 a:hover {
	width: 220px;
	height: 60px;
	background-image: url(../image/category04.gif);
	background-repeat: no-repeat;
	background-position: 0 -70px;
}

#sidebar_left li#search05 a:hover {
	width: 220px;
	height: 60px;
	background-image: url(../image/category05.gif);
	background-repeat: no-repeat;
	background-position: 0 -70px;
}

#sidebar_left li#search06 a:hover {
	width: 220px;
	height: 60px;
	background-image: url(../image/category06.gif);
	background-repeat: no-repeat;
	background-position: 0 -70px;
}

#sidebar_left li#search07 a:hover {
	width: 220px;
	height: 60px;
	background-image: url(../image/category07.gif);
	background-repeat: no-repeat;
	background-position: 0 -70px;
}

#sidebar_left li#search08 a:hover {
	width: 220px;
	height: 60px;
	background-image: url(../image/category08.gif);
	background-repeat: no-repeat;
	background-position: 0 -70px;
}

/*センター*/
#center{
	width:380px;
	float:left;
	margin: 0px;
	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: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFDD;
}

#center #line {
	width: 380px;
	margin-bottom: 10px;
}

#bukken_box{
	width:380px;
	margin: 0px;
	padding: 0px;
}

#bukken_box dl{
	margin: 0px;
	height: auto;
}

/*写真*/
#bukken_box dl dt{
	width:150px;
	height:113px;
	float:right;
	margin-top: 5px;
	margin-right: 5px;
	padding: 0px;
}

/*種別*/
#bukken_box dl dd.title{
	margin-left:10px;
	font-size: 12px;
	font-weight: bold;
	background-color: #99CCFF;
	color: #FFFFFF;
	width: 195px;
	padding-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	line-height: 17px;
}

/*所在*/
#bukken_box dl dd.address{
	margin-left:10px;
	line-height:17px;
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	width: 200px;
	padding-bottom: 5px;
}

/*交通*/
#bukken_box dl dd.eki{
	margin-left:10px;
	font-size:12px;
	line-height: 17px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	width: 200px;
	padding-bottom: 5px;
	margin-top: 5px;
}

/*価格*/
#bukken_box dl dd.kakaku{
	margin-left:10px;
	line-height:23px;
	color:#FF3333;
	font-weight:bold;
	font-size:16px;
	margin-top: 5px;
}

.manen {
	font-size: 12px;
}

#bukken_box p {
	font-size: 12px;
	text-align: left;
	color: #003366;
	font-weight: bold;
	line-height: 17px;
	clear: both;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

/*スペース*/
#bukken_box #space{
	width: 370px;
	background-image: url(../image/gaiyou_line.gif);
	background-repeat: repeat-x;
	height: 10px;
	background-position: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}

/*詳細*/
#bukken_box #bt{
	text-align: center;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}

/*右サイド*/
#sidebar_right{
	width:200px;
	float:left;
	margin-left: 18px;
}

#sidebar_right #report{
	width:200px;
	height: 130px;
	padding-bottom: 15px;
}

#sidebar_right #banner01{
	width:200px;
	height: 200px;
	padding-bottom: 15px;
}

#sidebar_right #com01{
	width:198px;
	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;
}

#sidebar_right #com01 p#address {
	font-size: 12px;
	text-align: left;
	line-height: 17px;
	padding-top: 176px;
	padding-left: 25px;
}

#sidebar_right #com02{
	width:198px;
	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:198px;
	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;
}

#center #topics{
	width:380px;
	padding: 5px;
	background-color: #DFDFDF;
	height: 190px;
	margin-bottom: 10px;
}

/*トピックス*/
#center #topics p#text{
	font-size: 12px;
	text-align: left;
	line-height: 17px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-top: 10px;
	padding-bottom: 5px;
}
.line {
	width:200px;
	height: 20px;
	background-image: url(../image/line200.gif);
	background-repeat: no-repeat;
	clear: both;
}
.list01{
	width: 200px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 6px;
	height: 20px;
	background-image: url(../image/sub_title_bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
