@charset "utf-8";

/* IE6 Only */
/*
#UTF-8Nで作成すると壊れるので。
*/
#base li, th, td, address {
	_font-size: 120%;
}
/* IE6 Only */


.centeringBox h2 {
	margin-bottom: 12px;
}

#mapArea {
	float: left;
	width: 428px;
}

#srcharea {
	float: right;
	width: 300px;
	margin-left: 9px;
}

#allDisplay {
	margin: 8px 0 12px;
	padding-top: 8px;
	border-top: 1px solid #000000;
}

.item li {
	padding-left: 16px;
	background: url("../tpl/img/listType01.gif") no-repeat left;
}

#allDisplay .item li {
	padding-left: 15px;
	background: url("../tpl/img/listType02.gif") no-repeat left;
}

#displistitem {
	width: 100%;
}

	#displistitem thead th {
		padding: 5px;
		color: #ffffff;
		text-align: center;
		background: #8D433B;
	}
	
	#displistitem tbody td {
		padding: 5px;
	}
	
		#displistitem tbody #no {
			text-align: center;
		}
	
		#displistitem tbody td#name {
			font-weight: bold;
		}
	
		#displistitem tbody td.dark {
			background: #E4D7CF;
		}
		
		#displistitem tbody td.flat {
			background: #EFE8E4;
		}


/* map */
div#map {
	width: 428px;
	height: 322px;
	background-color: #7f7f7f;
	border: 1px solid #646464;
}
