div#resultList {
	overflow:auto;
	width:200px;
	height:420px;
	scrollbar-base-color:#ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-arrow-color:#0080ff;
	scrollbar-shadow-color:#00aaff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-highlight-color:#00aaff;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-track-color:#ffffff;
	font-size:small;
}

div#resultList img {
 	float: left;
 	border-style: none;
}

div#paging {
	font-size:x-small;
	text-align:center;
}

table#toilet {
	border-collapse: collapse;
	border: 1px #aaa solid;
	width: 50%;
}

table#toilet th,td{
	border: 1px #aaa solid;
}

table#navi {
	border: none;
}

table#navi td,th {
	border: none;
}

table#maptop {
	border: none;
}
table#maptop td,th{
	border: none;
}

table#contentstable {
	border: none;
	font-size:small;
	line-height: 1.6em;
}
table#contentstable td,th{
	border: none;
	font-size:small;
	line-height: 1.6em;
}

table#geonavi {
	width:700px;
	padding:0px;
	border-collapse:collapse;
	border-style:none;
	border-width:1px;
	border-color:#CCCCCC;
	font-size:x-small;
}

td#geonavi_val {
	width:150px;
	padding:0px;
	border-style:none;
	border-width:0px;
}

td#geonavi_val img {
	border-style:none;
	border-width:0px;
}

div#result {
	margin: 0px;
}

div#geonavi select, input {
	margin: 0px;
	padding: 0px;
}

table#info {
	width:740px;
	padding:0px;
	border-collapse:collapse;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	font-size:x-small;
}
td#info_title {
	width:150px;
	padding:5px;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	background-color:#EEEEEE;
}
td#info_value {
	width:550px;
	padding:5px;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	background-color:#FFFFFF;
}
