@charset "UTF-8";

/*
-----------------------------------------------------

CHINTAI MAP CSS

FileName: map.css

Version: 2007/10/03

CSS for:	all

-----------------------------------------------------
*/

/*-----------------------------------------------------
　　タウン情報
-----------------------------------------------------*/
/* --- townname --- */
div.townname {
	clear: both;
	margin-left: 10px;
	padding-top: 5px;
}
div.townname h2 {
	line-height: 120%;
	font-size: 150%;
	margin-bottom: 5px;
}
div.townname p {
	line-height: 120%;
	padding: 0 0 0 45px;
	/* 2008.08.13 タウン情報スペース修正
	height: 25px;
	*/
	height: 35px;
	vertical-align: bottom;
	background: url(../images/line_logo.gif) 0% 0% no-repeat;
	/*border: 1px solid #000000;*/
	font-size:100%;
}

/* --- townSubheader --- */
h3.townSubheader {
	margin-bottom: 5px;
}

/* --- townMap --- */
div.townMap {
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: 948px;
	height: 400px;
	/*background: url(../images/gmap_waku_spacer.gif) 0% 0% no-repeat;*/
}

/* --- usefulData --- */
div.usefulData {
	float: left;
	/*width: 615px;*/
	width: 950px;
}
div.usefulData table {
	margin: 10px 0;
	border-top: 1px solid #D9A429;
	border-left: 1px solid #D9A429;
	border-collapse: collapse;
	/*width: 613px;*/
	width: 950px;
}
div.usefulData table td {
	padding: 3px;
	border-bottom: 1px solid #D9A429;
	border-right: 1px solid #D9A429;
	background-color: #FCFCDC;
}
div.usefulData table td.usefulKbn {
	/*width: 120px;*/
	width: 180px;
	background-color: #FFE1B5;
	text-align: center;
}
div.usefulData table td.usefulSite {
	background-color: #FFFF99;
	text-align: center;
}

/*-----------------------------------------------------
　　地図検索
-----------------------------------------------------*/

/* --- bukkenList --- */
table.bukkenList th, table.bukkenList td {
	line-height:150%;
	font-size: 100%;
	color: #000000;
}

/*   検索結果一覧（地図中心）
-----------------------------------------------------
/* --- mapBukkenListN --- */
div.mapBukkenListN {
}
div.mapBukkenListN div.listSide {
	/*margin: 0 5px 0 0;*/
	margin: 0;
	float: left;
	width: 360px;
}

div.mapBukkenListN div.mapSide {
	float: left;
	width: 580px;
}
div.mapBukkenListN div.mapViewer {
	padding: 10px;
	width: 558px;
	height: 400px;
	border: 1px solid #CCCCCC;
}

/*   検索結果一覧（共通）
-----------------------------------------------------
/* --- bukkenListFooter --- */
table.bukkenList td.blf4 {
	text-align: right;
}
/* --- listSideBtnArea --- */
p.listSideBtnArea {
	margin: 0 0 0px;
	padding: 0 5px 5px;
	clear: both;
	background-color: #ECF8FA;
	text-align: right;
}
/* --- mapSide --- */

p.attention {
	margin: 10px 0 0 0;
	padding: 0px 0 0 0;
	border-top: 0px solid #CCCCCC;
}

/* --- mapOthers --- */
div.mapOthers div.sideBox table td input {
	margin: 10px 5px 5px 5px;
}
div.sideBox ul.checkedBukken li {
/*	background: url(../images/ln_dashed_sidebox.gif) top center repeat-x;*/
}
div.sideBox ul.checkedBukken li.sideBoxLine1 {
	background: none;
}

div.title{
	background: url(../images/defaultlist/howto.gif) no-repeat;
	height: 30px;
	width: 345px;
	margin: 0;
	padding: 0;
}

div.howto{
	width: 345px;
	height: 508px;
	background: url(../images/defaultlist/bghowto.gif) repeat-y;
	font-size: 13px;
	margin: 0;
	padding-top: 6px;
}

div.map{
	margin: 3px 0 20px 36px;
	padding: 0;
}

div.list{
	margin: 3px 0 10px 12px;
	padding: 0;
}

div.btm{
	background: url(../images/defaultlist/btm.gif) no-repeat;
	height: 6px;
	width: 345px;
	margin: 0;
	padding: 0;
}

dl{
	margin: 5px 10px;
	padding: 0;
}

dl dt{
	float:left;
	margin: 2px 0 2px 0px;
	padding: 0;
}


dl dd{
	float:left;
	margin: 3px 0 6px 10px;
	padding: 0;
}

/* --- subHeaderの上書き --- */
div.subHeader {
	background-color: #ffffff;
	padding-bottom:5px;
}

/* --- bukkenListHeaderの上書き --- */
table.bukkenList tr.bukkenListHeader th,
table.bukkenList tr.bukkenListHeader td {
	font-size:105%;
}
/* --- div.averageInfoAreaの上書き --- */
div.averageInfoArea{
	font-size:105%;
}

/*-----------------------------------------------------
　　エラー画面
-----------------------------------------------------*/
.t12 {
	font-size: 12px;
}
.t16 {
	font-size: 16px;
}

/*-----------------------------------------------------
　　平均家賃表示
-----------------------------------------------------*/
table.averageinfo {
	 background-color: #ffffff;
	 Filter: Alpha(Opacity=70);
	 -moz-opacity:0.7;
	 opacity:0.7;
	 padding:0px;
	 border-collapse: collapse;
	 border: none;
	 font-size: 12px;
	 color: #333333;
}

table.averageinfo th {
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
}
table.averageinfo .averagetitle {
	font-weight: bolder;
	padding: 0px;
}

/*-----------------------------------------------------
　　広告表示エリア
-----------------------------------------------------*/
/*
div.adArea {
	float: left;
	width: 950px;
	height: 60px;
	margin-top: 5px;
	margin-bottom: 15px;
}
*/
/*-----------------------------------------------------
　　凡例エリア
-----------------------------------------------------*/
.icon_notes_town {
	background-color: #EDEFF1;
	border-collapse: collapse;
	height: 20px;
	width: 100%;
}
.icon_notes {
	/*backg1round-color: #EDEFF1;*/
	border-collapse: collapse;
	height: 20px;
	width: 99%;
	margin-top: 2px;
	margin-left: 3px;
	/*display: block;*/
	clear: right;
}
td.icon_notes_1 {
	color: #000000;
	background-color: #EDEFF1;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	/*width: 110px;*/
	height: 20px;
	padding:2px 8px 2px 8px;
	border-right: 1px solid #B9BABC;
	white-space:nowrap;
}
td.icon_notes_2 {
	color: #000000;
	background-color: #EDEFF1;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	/*width: 250;*/
	height: 20px;
	padding:2px 8px 2px 8px;
	white-space:nowrap;
}
td.icon_notes_3 {
	background-color: #EDEFF1;
	color: #000000;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	width: 99%;
	padding-right:4px;
}
