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

/*
 * Style Name: index.css
 * Style URI: /building/css/index.css
 * Description: トップページのcss
 * Version: 1.0
 * Last Up Date: 100219
 */
 
/* ======================================================= */

/* 目次
 *1 共通
 *2 地図
 *3 インターフェース
 *4 注目物件
 */
/* ======================================================= */

/*1 共通
 ========================================================= */
h1, div.ichiran {
	width: auto;
	height: auto;
	}
h1 img, div.ichiran img {
	margin-top: 0;
	margin-left: 0;
	}

body#index h2 {
	width: auto;
	height: auto;
	margin-top: 0;
	margin-left: 0;
	padding-top: 0;
	padding-left: 0;
	background: none;
	}
body#index h2 img {
	margin-top: 0;
	margin-left: 0;
	}

/*2 地図
 ========================================================= */
#map_placefolder {
	position:relative;
}
div.map_area {
	background: #efefef;
	z-index: 5;
	padding-bottom: 10px;
	position: relative;
	}

body#index div.map_area h1, body#index div.map_area div.ichiran {
	position:relative;
	padding-top: 10px;
	padding-left: 10px;
	}
body#index div.map_area h1 img, body#index div.map_area div.ichiran img {
	vertical-align: middle;
	}
body#index div.map_area h1 span, body#index div.map_area div.ichiran span {
	margin-left: 21px;
	}

div.map_area #map {
	overflow: hidden;
	margin-top: 6px;
	margin-left: 10px;
/*	background: green;	*/
	width: 918px;
	border: 1px solid #ccc;
	}
/*div.map_area #map img {
	vertical-align: bottom;
	}
*/

#build_event_and_hall {
	padding-right:29px;
	position:absolute;
	right:0px;
	top:10px;
}

/*3 インターフェース
 ========================================================= */
div.console {
	z-index: 1;
/*	position: relative;
	top: -524px;
	left: 698px;*/
	position: absolute;
/*	top: 137px;
	left: 858px;*/
	top: 0px;
	right:10px;
	}
.console_inner {
	width: 232px;
	height:100%;
	padding-left:6px;
	background: url(../img_top/console_bg.png) repeat-y left top;
	_background:none;
}
.console_bottom {
	position:relative;
	width: 232px;
	height:6px;
	padding-left:6px;
	background: url(../img_top/console_bg_bottom.png) no-repeat left bottom;
	margin-left:1px;
	_background:none;
}
div.interface {
	width: 230px;
	background: #fff;
	border: 1px solid #a8a8a8;
	}
div.interface div.area_condition {
	padding-top: 7px;
	padding-left: 9px;
	padding-bottom: 16px;
	background: url(../img_top/area_condition_bg.gif) no-repeat left bottom;
	}
div.interface div.area_condition p img {
	vertical-align: top;
	}
div.interface div.area_condition p a img {
	padding-left:61px;
	}
div.interface div.area_condition dl {
	width: 212px;
	margin-top: 8px;
	}
div.interface div.area_condition dl dt {
	padding-top: 7px;
	padding-left: 7px;
	background: #eee;
	}
div.interface div.area_condition dl dd ul {
	background: #eee;
	padding-left: 9px;
	padding-top: 7px;
	padding-bottom: 3px;
	}
div.interface div.area_condition dl dd ul li {
	padding-bottom: 6px;
	}
div.interface div.area_condition dl dd input {
	vertical-align: top;
	height: 15px;
	width: 13px;
	margin-right: 8px;
	}
div.interface div.area_condition dl dd p {
	padding-top: 7px;
	padding-left: 9px;
	}
div.interface div.area_condition p.click {
	padding-top: 15px;
	padding-right: 8px;
	height: 1;
	text-align: right;
	}
div.interface div.area_condition p.click a {
	padding-top: 2px;
	padding-left: 18px;
	background: url(../img_top/interface_bg_list_prew.gif) no-repeat left top;
	color: #333;
	}
div.interface div.area_condition p.click a:hover {
	color: #dd0000;
	}

.area_condition {
}

.area_condition .title{
	float:left;
}
	
.area_condition .close{
	float:right;
	padding:9px;
}

	
div.interface div.area_icon {
	padding-top: 3px;
	padding-bottom: 9px;
	padding-left: 19px;
	background: #efefef;
	}
div.area_select {
	margin-left: 10px;
	background: #fff;
	border: 1px solid #a8a8a8;
	}
div.area_select p a {
	display: block;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 26.5px;
	background: url(../img_top/interface_area_select_bg.gif) no-repeat 11.5px 8px;
	}

#filterform {
	display:none;
}

#area_icon {
	display:none;
}

#open {
	display:block;
}

#close {
	display:none;
}


/* お勧め情報
 ========================================================= */
.recommend {
	width: 925px;
	overflow: hidden;
	margin-top: 24px;
	margin-left: 15px;
}

.recommend_box {
	width:903px;
	border: 1px solid #a8a8a8;
	padding:15px 0px 0px 5px;
}
.recommend .rec_button {
	padding:0 5px 0 5px;
}

.recommend_row {
	text-align:center;
	padding:0 0 15px 0;
}

/*4 注目物件
 ========================================================= */
div.hot {
	width: 925px;
	overflow: hidden;
	margin-top: 24px;
	margin-left: 15px;
	}
div.hot ul {
	width: 925px;
	overflow: hidden;
	}
div.hot ul li {
	float: left;
	margin-top: 15px;
	margin-right: 14px;
	padding-top: 9px;
	padding-bottom: 14px;
	padding-left: 9px;
	border: 1px solid #ccc;
	background: #efefef;
	width: 283px;
	}
/* table clear */
div.content table {
	border: none;
	width: auto;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	}
div.content table th {
	background: none;
	border: 0;
	padding: 0;
	text-align: left;
	}
div.content table td {
	border: none;
	padding: 0;
	line-height: 0;
	}
div.content table td ul {
	margin-left: 0;
	}
div.content table td ul li {
	list-style-type: none;
	line-height: 0;
	}
div.content table td ol {
	text-align: left;
	}


div.hot ul li table tr.goto_link td {
	text-align: right;
	padding-top: 19px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	width: 275px;
	}
div.hot ul li table tr.goto_link td a {
	width: 275px;
	padding-left: 16px;
	padding-right: 5px;
	background: url(../img/icon_cursol_right.gif) no-repeat left 0.3em;
	color: #333;
	font-size:75%;
	}
div.hot ul li table tr.goto_link td a:hover {
	color: #dd0000;
	}
div.hot ul li table th {
	text-align: center;
	line-height: 0;
	vertical-align: top;
	}
div.hot ul li table th a {
	background: #fff;
	width: 150px;
	height: 150px;
	display: block;
	}
div.hot ul li table th img {
	vertical-align: middle;
	}
div.hot ul li table td {
	width: 120px;
	vertical-align: top;
	padding-top: 2px;
	padding-left: 6px;
	}
div.hot ul li table td dl {
	width: 120px;
	word-break: normal;
	line-height: 1.5em;
	}
div.hot ul li table td dl dt {
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 14px;
	}
div.hot ul li table td dl dd {
	width:125px;
	overflow: hidden;
	}



/* GoogleMap詳細表示用 */
#map {
	width: 800px;
	height: 480px;
}
.baloon {
	font-size:small;
	width:300px;
}
.baloon_build_name {
	font-size:larger;
	font-weight:bold;
}

.baloon_copy {
}

.baloon_link {
	float:right;
	font-weight:bold;
	padding-left:15px;
	background:url(../img/icon_cursol_w_right.gif) no-repeat left center;
}

/* フッターリンク */

.footerlink{
	width:890px;
	margin:27px 25px -17px 25px;
}

.footerlink div{
	font-size:12px;
	line-height:15px;
	padding:0 12px;
	margin:12px 0 0 0;
}

.footerlink div span{
	line-height:18px;
}

.footerlink h3 {
	background: url("/img/h2_bg.gif") no-repeat;
	font-weight: bold;
	height: 16px;
	padding:2px 0 0 11px;
	font-size:12px;
	margin: 0 -12px 0 -12px;
}
