@charset "UTF-8";
/* CSS Document */


/* sidebar style
-----------------------------------------*/

#sidebar #buy {
	width: 200px;
	margin-bottom: 10px;
}

#sidebar #rental {
	width: 200px;
	margin-bottom: 10px;
}

#sidebar #buyTitle {
	margin: 0px;
	padding: 0px;
}

#sidebar #rentalTitle {
	margin: 0px;
	padding: 0px;
}

#sidebar #buyTitle a {
	position: relative;
	display: block;
	top: 0px;
	left: 0px;
	height: 35px;
	width: 200px;
	text-indent: -9999px;
	background-image: url(../images/common/side_buyTitle.jpg);
	background-repeat: no-repeat;
}

#sidebar #rentalTitle a {
	position: relative;
	display: block;
	top: 0px;
	left: 0px;
	height: 35px;
	width: 200px;
	text-indent: -9999px;
	background-image: url(../images/common/side_rentalTitle.jpg);
	background-repeat: no-repeat;
}

#sidebar #buyTitle a:hover {
	background-position: 0px -35px;
}

#sidebar #rentalTitle a:hover {
	background-position: 0px -35px;
}

#sidebar #buy ul,
#sidebar #rental ul {
	margin: 0px;
	padding: 0px;
}

#sidebar #buy li ,
#sidebar #rental li {
	list-style: none;
	border-bottom: 1px solid #FFFFE0;
	font-size: 80%;
	line-height: 1.2;
	display: block;
}

#sidebar #buy li a ,
#sidebar #rental li a {
	display: block;
	padding: 7px 0px 7px 22px;
	background-image: url(../images/common/seach_li.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	background-color: #dddddd;
	position: relative;
}

#sidebar #buy li a:hover ,
#sidebar #rental li a:hover {
	text-decoration: none;
	background-color: #BBBBBB;
	display: block;
}

#sidebar #buy li a strong ,
#sidebar #rental li a strong {
	font-weight: normal;
}


/* content style
-----------------------------------------*/
body#company #pageBody #content ,
body#privacy #pageBody #content ,
body#link #pageBody #content ,
body#soudan #pageBody #content ,
body#sitemap #pageBody #content ,
body#buy #pageBody #content ,
body#rental #pageBody #content {
	width: 540px;
	line-height: 1.6;
	float: left;
	margin-bottom: 30px;
	padding-left: 10px;
	font-size: 80%;
}

#content h2 {
	margin: 0px 0px 20px;
	height: 27px;
}

#content h3 {
	color: #FFFFE0;
	padding: 2px 2px 2px 7px;
	margin-bottom: 10px;
	background-image: url(../images/common/h3_bg.jpg);
	background-repeat: no-repeat;
	height: 24px;
	font-size: 110%;
	clear: both;
}

#content p {
	margin-bottom: 10px;
}

#content p.migiyose {
	text-align: right;
}
