/*---------------------------------------------------------------------------------------------
  Digest Layout (map/index.cfm)
---------------------------------------------------------------------------------------------*/

/* ダイジェストページ */
#map-digest-contents {
	width: 960px;
	margin: 0 0 16px 0;
	float: right;
}

/* タイトル */
#map-digest-contents dl {
	width: 960px;
	padding: 0 0 6px 0;
	clear: both;
	border-bottom: 2px #5E7CC6 solid;
	overflow: hidden;
}
#map-digest-contents dt {
	width: 260px;
	float: left;
}
#map-digest-contents dd {
	width: 430px;
	margin: 14px 0 0 0;
	float: left;
}

#map-digest-contents span.rank_term {
	font-weight: bold;
	color: #666666;
}

/* 物件検索 */
#map-digest-contents #search-box {
	width: 960px;
	margin: 15px 0 0 0;
}
#map-digest-contents #search-box .frm-u {
	width: 960px;
	height: 10px;
	background: url(../img/digest/frm_map_u.gif) no-repeat; /* 上部フレーム画像 */
}
#map-digest-contents #search-box .frm-bg {
	width: 960px;
	background: url(../img/digest/frm_map_bg.gif) repeat-y; /* 背景フレーム画像 */
	overflow: hidden;
}
#map-digest-contents #search-box .frm-d {
	width: 960px;
	height: 10px;
	background: url(../img/digest/frm_map_d.gif) no-repeat; /* 下部フレーム画像 */
}
#map-digest-contents #search-box .inn {
	width: 920px;
	margin: 0 auto 5px auto;
	padding: 0 0 2px 0;
	font-size: 100%;
	line-height: 1.3em;
	border-bottom: 1px #E5E5E5 solid;
	overflow: hidden;
}
#map-digest-contents #search-box .inn h4 {
	width: 136px;
	margin: 0;
	float: left;
}
#map-digest-contents #search-box .inn select {
	margin: 6px 0 0 0;
	float:left;
}
#map-digest-contents #search-box .inn ul {
	width: 784px;
	margin: 6px 0 0 0;
	padding: 0 0 10px 0;
	float:left;
}
#map-digest-contents #search-box .inn li {
	margin: 0 10px 0 0;
	padding: 0;
	white-space: nowrap;
	list-style: none;
	float:left;
}
#map-digest-contents #search-box .btn-search {
	margin: 10px 0 5px 10px;
	text-align: left;
}

/* 抽出件数＆ページ送り */
#map-digest-contents .tool-box {
	width: 960px;
	margin: 16px 0;
	font-size: 100%;
	line-height: 1.3em;
	overflow: hidden;
	clear: both;
}
#map-digest-contents .tool-box .inn-l {
	float: left;
}
#map-digest-contents .tool-box .inn-l .txt-count {
	font-size: 153.9%;
	color: #FF3333;
	font-weight: bold;
}
#map-digest-contents .tool-box .inn-r {
	float: right;
}
#map-digest-contents .tool-box .inn-r .lnk-on {
	color: #FF3333;/* 選択中テキスト色 */
	font-weight: bold;
}
#map-digest-contents .tool-box .inn-r .lnk-off {
	color: #CCCCCC;/* 選択不可テキスト色 */
}

/* 並び替え */
#map-digest-contents h2.tit-sort {
	width: 960px;
	margin: 16px 0;
	padding: 0 0 16px 0;
	font-size: 100%;
	line-height: 1em;
	font-weight: normal;
	border-bottom: 1px #DDD dotted;
}
#map-digest-contents h2.tit-sort span {
	margin: 0 10px 0 0;
}
#map-digest-contents h2.tit-sort span a {
	color: #DDD;
	text-decoration: none;
	margin: 0 0 0 1px;
}
#map-digest-contents h2.tit-sort span a:hover {
	color: #FF6666;
}
#map-digest-contents h2.tit-sort span a.lnk-on {
	color: #FF6666;/* 選択中テキスト色 */
}

/* 物件一覧 */
#map-digest-contents #list-box {
	background-color: #ECE6DF;
	width: 290px;
	margin: 6px 0 0 0;
	float: left;
}

#map-digest-contents #list-box dl {
	width: 290px;
	margin: 0 0 6px 0;
	padding: 0 0 6px 0;
	border-bottom: 1px dotted #CCCCCC;
}
#map-digest-contents #list-box dt {
	width: 290px;
	margin: 0;
	padding: 0;
}
#map-digest-contents #list-box dt img {
	margin: 0;
}
#map-digest-contents #list-box dd {
	width: 290px;
	margin: 0;
	padding: 0;
}

/* 地図 */
#map-digest-contents #map {
	width:640px;
	height:480px;
	background-color: #DCDCDC;
	float:left;
	margin: 10px 20px 20px 0; 
}

#marker_data_html .inn {
	width: auto;
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.3em;
	background-color: #FFFFFF;
	clear: both;
}
#marker_data_html .inn h4 {
	width: auto;
	margin: 0;
	padding: 3px 10px 4px 10px;
	font-size: 100%;
	line-height: 1.2em;
	font-weight: normal;
	border: 1px #98AFD9 solid;
	background-color: #E4EAF5;
	clear: both;
}
#marker_data_html .inn h4 img {
	margin: 0 0 4px 2px;
}
#marker_data_html .inn .inn-l {
	width: 132px;
	margin: 2px 2px 0 0;
	float: left;
}
#marker_data_html .inn .inn-r {
	width: auto;
	margin: 0;
	float: left;
}


