@charset "utf-8";

/*homebank*/
/*基本設定*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 88%;
	line-height:160%;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
img {
	padding:0;
	margin:0;
	border:0;
}
.container {
	margin:0 auto;
	width:900px;
}
h1 { position: absolute;}
h1 span { display:none;}

.clear {clear:both;}
hr.clear {clear:both; border:0; padding:0; color:#FFFFFF; margin:0;}
.left { float:left;}
.m10t { margin-top:10px;}
.m10l { margin-left:10px;}
a:hover { color:#0000FF;}
em { color:#FF0000; font-style:normal;}
.hino {display:none;}


.header {
	font-size:114%;
}
.header .logo {
	float:left;
	margin:15px 0 0 0;
}
.header ul {
	float:right;
	padding:0;
	margin:0;
}
.header li {
	float:right;
	padding:0;
	margin:0 10px 0 0;
	list-style: none
}
.header li a {
	text-decoration:none;
	color:#0000FF;
}
.header li a:hover {
	text-decoration: underline;
}
.footer {
	font-size:86%;
	margin:20px 0 0 0;
	padding:0 0 20px 0;
	background:#009966;
}
	.footer p {
		padding:0;
		margin:20px 20px 0 0;
	}
	.footer address {
		padding:0;
		margin:0;
		text-align:right;
		color:#FFFFFF;
		line-height:120%;
		font-style:normal;
	}
	.footer a {
		color:#FFFFFF;
		text-decoration:none;
	}
	.footer a:hover {
		color:#FFFFFF;
		text-decoration: underline;
	}

.l_con {
	float:left;
	width:300px;
}
.l_con ul {
	padding:0 0 0 20px;
	margin:20px 0 20px 0;
}
.l_con li {
	padding:0;
	margin:5px 0 0 0;
	list-style:none;
	width:280px;
	height:35px;
	font-size:114%;
}
.l_con li a {
	padding:9px 0 0 45px;
	background:url(../images/icon01.jpg) no-repeat;
	width:235px;
	height:26px;
	cursor:pointer;
	display:block;
}
.l_con ul.info a {
	padding:9px 0 0 45px;
	background:url(../images/icon02.jpg) no-repeat;
	width:235px;
	height:26px;
	cursor:pointer;
	display:block;
}
.l_con ul.new_item {
	padding:0;
	margin:0;
}
	.l_con ul.new_item li {
		padding:0;
		margin:10px 0 0 0;
		line-height:100%;
	}
	.l_con ul.new_item span {
		font-size:12px;
	}
	.l_con ul.new_item a {
		padding:0;
		margin:0;
		background:none;
		width:auto;
		font-size:14px;
	}


.r_con {
	float:left;
	width:590px;
	margin:0 0 0 10px;
}
.r_con .btt {
	margin:10px;
}
	.r_con .btt img {
		float:right;
	}
h2 {
	margin:0 0 20px 0;
	padding:0;
}
h2 span {
	display:none;
}
/* index */
h2.new_buy {
	background:url(../images/index/new_buy.gif) no-repeat;
	height:35px;
}
h2.new_rent {
	background:url(../images/index/new_rent.gif) no-repeat;
	height:35px;
}
/* proposal */
h2.rent_owner {
	background:url(../images/proposal/rent_owner.gif) no-repeat;
	height:35px;
}
h2.sell_estate {
	background:url(../images/proposal/sell_estate.gif) no-repeat;
	height:35px;
}
h2.buyer {
	background:url(../images/proposal/buyer.gif) no-repeat;
	height:35px;
}
/* content */
h2.privacy {
	background:url(../images/content/privacy.gif) no-repeat;
	height:35px;
}
h2.company {
	background:url(../images/content/company.gif) no-repeat;
	height:35px;
}
/* contact */
h2.contact {
	background:url(../images/contact/contact.gif) no-repeat;
	height:35px;
}

.item_row {
	margin:10px 0 0 0;
}
	.item_row h3 {
		margin:5px 0 5px 0;
		color:#FF6600;
		font-weight:normal;
	}
	.item_row .items {
		float:left;
		width:190px;
	}
	.item_row .items .photos {
		background:#009999;
		padding:3px;
	}
		.item_row .items .photos img{
			border:2px solid #FFFFFF;
			text-align:center;
		}
	.item_row .items .discription {
	}
	.item_row .items .discription ul {
		padding:20px 0 0 0;
		margin:0;
		line-height:100%;
	}
	.item_row .items .discription li.price {
		list-style:none;
		background:url(../images/index/item_price.gif) no-repeat left;
		padding:0 0 0 60px;
		margin:0 0 5px 0;
		line-height:160%;
	}
	.item_row .items .discription li.address {
		list-style:none;
		background:url(../images/index/item_address.gif) no-repeat;
		padding:0 0 0 60px;
		margin:0;
		line-height:160%;
	}
	.item_row .items .discription li.category {
		list-style:none;
		background:url(../images/index/item_category.gif) no-repeat;
		padding:0 0 0 60px;
		margin:0;
		line-height:160%;
	}
		.item_row .items .discription li span {
			font-size:171%;
			color:#0000FF;
			padding:0 0 0 0;
		}
	.item_row .items .discription p {
		padding:0;
		margin:0;
	}

/* contents/index.php */
.buy_list {
}
.buy_list ul {
	padding:0;
	margin:0;
	width:590px;
}
.buy_list li {
	float:left;
	padding:0;
	margin:0;
	list-style:none;
	border-left:1px solid #009999;
}
.buy_list li a {
	text-align:center;
	width:99px;
	padding:0 0 5px 0;
	display:block;
	color:#0000FF;
	text-decoration:none;
}
.buy_list li.end a {
	width:88px;
	border-right:1px solid #009999;
}
.buy_list li a:hover {
	background:url(../images/index/buy_list_selected.gif) no-repeat bottom center;
}
.buy_list li a.selected {
	background:url(../images/index/buy_list_selected.gif) no-repeat bottom center;
}
.buy_list a.kodate {
	display:block;
	background:url(../images/index/buy_list_link_kodate.gif) no-repeat top;
	width:590px;
	height:40px;
}
	.buy_list a.kodate:hover {
		background:url(../images/index/buy_list_link_kodate.gif) no-repeat bottom;
	}
		.buy_list a.kodate span {
			display:none;
		}
.buy_list a.mansion {
	display:block;
	background:url(../images/index/buy_list_link_mansion.gif) no-repeat top;
	width:590px;
	height:40px;
}
	.buy_list a.mansion:hover {
		background:url(../images/index/buy_list_link_mansion.gif) no-repeat bottom;
	}
		.buy_list a.mansion span {
			display:none;
		}
.buy_list a.land {
	display:block;
	background:url(../images/index/buy_list_link_land.gif) no-repeat top;
	width:590px;
	height:40px;
}
	.buy_list a.land:hover {
		background:url(../images/index/buy_list_link_land.gif) no-repeat bottom;
	}
		.buy_list a.land span {
			display:none;
		}
.buy_list a.apart {
	display:block;
	background:url(../images/index/buy_list_link_apart.gif) no-repeat top;
	width:590px;
	height:40px;
}
	.buy_list a.apart:hover {
		background:url(../images/index/buy_list_link_apart.gif) no-repeat bottom;
	}
		.buy_list a.apart span {
			display:none;
		}
.buy_list a.build {
	display:block;
	background:url(../images/index/buy_list_link_build.gif) no-repeat top;
	width:590px;
	height:40px;
}
	.buy_list a.build:hover {
		background:url(../images/index/buy_list_link_build.gif) no-repeat bottom;
	}
		.buy_list a.build span {
			display:none;
		}
.buy_list a.investment {
	display:block;
	background:url(../images/index/buy_list_link_investment.gif) no-repeat top;
	width:590px;
	height:40px;
}
	.buy_list a.investment:hover {
		background:url(../images/index/buy_list_link_investment.gif) no-repeat bottom;
	}
		.buy_list a.investment span {
			display:none;
		}

/* proposal */
.proposal ul {
	margin:0;
	padding:0 0 0 20px;
	font-size:116%;
	line-height:200%;
}



/* content */
.privacy h3 { color:#006600;}
.privacy dl {
	float:left;
	width:590px;
	padding:0;
	margin:0 0 10px 0;
}
.privacy dt {
	float:left;
	width:190px;
	padding:2px 0 2px 0;
	margin:0 0 10px 0;
	color:#006600;
}
.privacy dd {
	float:left;
	width:389px;
	padding:2px 0 2px 10px;
	margin:0 0 10px 0;
	border-left:1px solid #006600;
}

/* contact */
.contact h3 { color:#006600;}
.contact dl {
	float:left;
	width:590px;
	padding:0;
	margin:0 0 10px 0;
}
.contact dt {
	float:left;
	width:160px;
	padding:2px 0 2px 0;
	margin:0 0 10px 0;
	color:#006600;
}
.contact dd {
	float:left;
	width:319px;
	padding:2px 0 2px 10px;
	margin:0 0 10px 0;
	border-left:1px solid #006600;
}

/* estate_list */
#estate_title_kodate {
	background:url(../images/estate/kodate.gif) no-repeat;
	height:35px;
}
#estate_title_mansion {
	background:url(../images/estate/mansion.gif) no-repeat;
	height:35px;
}
#estate_title_land {
	background:url(../images/estate/land.gif) no-repeat;
	height:35px;
}
#estate_title_apart {
	background:url(../images/estate/apart.gif) no-repeat;
	height:35px;
}
#estate_title_build {
	background:url(../images/estate/build.gif) no-repeat;
	height:35px;
}
#estate_title_invest {
	background:url(../images/estate/invest.gif) no-repeat;
	height:35px;
}
#estate_title_rent {
	background:url(../images/estate/rent.gif) no-repeat;
	height:35px;
}

/* homebank_流用 */
.buy_list_table {/*物件一覧テーブル*/
	padding: 0px;
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

.buy_list_table th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.buy_list_table td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.buy_tb_caption th {/*tr内のth設定*/
	margin: 0px;
	width: 138px;
	background-color: #E8E8E8;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	text-align: center;
}

.buy_tb_p p {/*tr内のtd設定*/
	margin: 0px;
	padding: 4px;
	width: 138px;
	line-height: 120%;
	text-align: center;
}

.buy_tb_caption2 {/*th設定*/
	margin: 0px;
	width: 579px;
	background-color: #E8E8E8;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	text-align: center;
}

.buy_tb_box {/*情報部分のtd設定*/
	margin: 0px;
	width: 579px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	vertical-align: top;
}

.buy_tb_box_image {/*物件サムネイルボックス設定*/
	margin: 0px;
	padding: 1px;
	float: left;
	border: 1px solid #CCCCCC;
}

.buy_tb_box_right {/*右フロート格納ボックス*/
	margin: 0px;
	float: right;
	width: 405px;
	padding: 0px;
}

.buy_tb_box_right p {
	line-height: 120%;
	margin: 0px;
	padding: 0px;
	width: 405px;
}

.buy_icon {/*注目アイコン格納*/
	margin: 0px;
	width: 405px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.buy_icon img {
	padding-right: 3px;
	padding-bottom: 2px;
}

.equipment_icon {/*設備アイコン格納*/
	margin: 0px;
	width: 405px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.equipment_icon img {
	float: left;
	padding-right: 3px;
	padding-bottom: 2px;
}

.buy_tb_bt {
	background-color: #FFF8E8;
}

.buy_tb_bt img {
	padding: 5px;
}

.buy_list_table a:hover img{
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.pagination {
	text-align:center;
}
.pagination a {
	border: #333333 1px solid;
	text-align:center;
	padding:8px 10px;
}
.pagination a:hover {
	background:#FFCC00;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.pagination strong {
	border: #333333 1px solid;
	text-align:center;
	padding:8px 10px;
	background:#FFCC00;
	color:#FFFFFF;
}
.details_table {/*物件詳細テーブル*/
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.details_table th.th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	width: 25%;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #F5F5F5;
	vertical-align: middle;
	display: table-cell;
	font-size: 110%;
	text-align: center;
	color: #666666;
}

.details_table td.td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	width: 75%;
	line-height: 120%;
}

.details_table td.td2 {/*入れ子格納td*/
	margin: 0px;
	width: 75%;
	padding: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}


.details_table_in {/*入れ子テーブル設定*/
	margin: 0px;
	padding: 0px;
	width: 100%;
}


.details_table_in th.th1 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-color: #F5F5F5;
	width: 20%;
	margin: 0px;
	padding-right: 8px;
	padding-left: 8px;
	text-align: center;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.details_table_in th.th2 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-color: #F5F5F5;
	width: 20%;
	margin: 0px;
	padding-right: 8px;
	padding-left: 8px;
	text-align: center;
	color: #666666;
}

.details_table_in td {
	margin: 0px;
	padding: 8px;
	width: 30%;
}

.details_table_in td.td1 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.details_table_in td.td3 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.details_table_in td.td4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.details_ul {
	margin: 0px;
	padding: 0px;
}

.details_ul li {
	margin: 0px;
	float: left;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 0px;
	list-style-type: none;
	white-space: nowrap;
}

.details_others {/*物件その他情報テーブル*/
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.details_others th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	width: 25%;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #F5F5F5;
	vertical-align: middle;
	display: table-cell;
	font-size: 110%;
	text-align: center;
	color: #666666;
	line-height: 120%;
	padding-top: 8px;
	padding-bottom: 8px;
}

.details_others td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	width: 75%;
	line-height: 120%;
}

#contact_table {/*問い合わせフォームテーブル*/
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#contact_table th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	width: 25%;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #F5F5F5;
	vertical-align: middle;
	display: table-cell;
	font-size: 110%;
	text-align: center;
	color: #666666;
	line-height: 120%;
	padding-top: 8px;
	padding-bottom: 8px;
}

#contact_table td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	width: 75%;
}

#contact_table td textarea{
	margin: 0px;
	padding: 5px;
	width: 97%;
	font-size: 100%;
}
.contact_bt_box {/*問い合わせボタンボックス設定*/
margin:10px 0 0 0;
}

.contact_left {
	float: left;
	background-image: none;
	padding: 0px;
	height: 36px;
	width: 184;
	background-color: #FFFFFF;
	font-size: 0px;
	line-height: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: visible;
	cursor: pointer;
	margin: 0px;
}

.contact_right {
	float:left;
	background-image: none;
	padding: 0px;
	height: 36px;
	width: 184;
	background-color: #FFFFFF;
	font-size: 0px;
	line-height: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: visible;
	cursor: pointer;
	margin: 0px;
}

/* details */
.details h2,.details h3 {
	border-left:2px solid #FF6600;
	color:#FF9900;
	font-size:133%;
	padding:0 0 0 5px;
	margin:20px 0 0 0;
}
	.details h2 a,.details h3 a  {
		color:#FF9900;
		text-decoration:none;
	}
.details .image_box {
	margin:10px 0 0 0;
}
	.details .image_box .mainphoto {
		float:left;
		background:#009999;
		padding:3px;
		width:394px;
	}
		.details .image_box .mainphoto img {
			border:2px solid #FFFFFF;
			text-align:center;
		}
	.details .image_box .subphoto_box {
		float:left;
		margin:0 0 0 10px;
		width:180px;
	}
	.details .image_box .subphoto_box .subphoto {
		background:#009999;
		padding:3px;
		width:174px;
		margin:0 0 5px 0;
	}
		.details .image_box .subphoto_box .subphoto img {
			border:2px solid #FFFFFF;
			text-align:center;
		}
	.details .image_box .subphoto_box2 {
		clear:both;
		padding:10px 0 0 0;
	}
	.details .image_box .subphoto_box2 .subphoto2 {
		float:left;
		background:#009999;
		padding:3px;
		width:174px;
		margin:0 10px 0 0;
	}
		.details .image_box .subphoto_box2 .subphoto2 img {
			border:2px solid #FFFFFF;
			text-align:center;
		}
	
.google_map {
	margin:10xp 0 0 0;
}
.google_street {
	margin:10xp 0 0 0;
}
#google_map {
	margin:10xp 0 0 0;
	width:590px;
	height:300px;
}
#google_street {
	margin:10xp 0 0 0;
	width:590px;
	height:200px;
}

