@charset "UTF-8";

@import "../css/import.css";

/* index */

#localname{
	margin-bottom: 15px;
}

.explanation{
	background-color: #EEEEEE;
	margin-bottom: 10px;
	padding: 5px;
}

.explanation img{
	vertical-align: text-top;
	margin: 0px 3px;
}

.menutitle img{
	margin-bottom: -4px;
}

.town_line{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	margin-bottom: 5px;
	height: 25px;
}

.townname{
	clear: both;
}

.townList{
	background-color: #eeeeee;
	border-top-width: 1px;
	margin: 5px 0px;
	clear: both;
	padding: 7px 12px 12px 12px;
}

.townList p{
	margin-bottom: 5px;
}

.townList table{
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.townList_in{
	background-color: #FFFFFF;
}

.townList li{
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width: 159px;
	float: left;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	background-color: #FFFFFF;
	min-height: 26px;
	height: auto !important;
    height: 26px;
}

.townList li  span{
	float: left;
	margin: 3px;
}

.townList li span input{
	margin-right: 5px;
}

.townList li img{
	float: right;
}

.townList h3{
	clear: both;
	background-image: url(img/townList_h3_bg.gif);
	background-repeat: no-repeat;
	height: 27px;
	padding-left: 10px;
	line-height: 27px;
	margin-top: 5px;
}

/*
.townList td{
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width: 162px;
	padding: 2px 3px;
}


.townList td span{
	float: left;
	margin: 3px;
}

.townList td span input{
	margin-right: 5px;
}

.townList td img{
	float: right;
}
*/
.menutitle{
	width: 180px;
	float: left;
	height: 27px;
	margin-left: 5px;
}

.menutitle img{
	margin-top: 3px;
}

.menutitle input{
	margin-right: 5px;
	margin-left: 5px;
}

.townRead{
	
}

.townRead img{
	vertical-align: middle;
	margin-right: 3px;
}

#mapsearch{
	margin-bottom: 5px;
}

.townIcon{
	background-image: url(img/icon_town.gif);
	background-repeat: no-repeat;
	background-position: 0 0%;
	height: 23px;
	width: 118px;
	float: left;
	display: block;
}

.townIcon span{
	display: none;
}


a:visited .townIcon {
	background-image: url(img/icon_town_visited.gif);
	background-repeat: no-repeat;
	background-position: 0 0%;
}


.townIcon_s{
	background-image: url(img/icon_town3.gif);
	background-repeat: no-repeat;
	background-position: 0 0%;
	height: 25px;
	width: 25px;
	display: block;
	float: right;
}

.townIcon_s span{
	display: none;
}


a:visited .townIcon_s {
	background-image: url(img/icon_town3_visited.gif);
	background-repeat: no-repeat;
	background-position: 0 0%;
}

