/* CSS Document */
.alltax {
	margin: 10px auto;
	width: 760px;
}
.taxmap {
	background-image: url(image/alltax_2011_03.jpg);
	background-repeat: no-repeat;
	width: 675px;
	height: 106px;
	padding-top: 40px;
	padding-left: 85px;
	line-height: 230%;
	text-align: left;
	font-size: 12px;
	color: #333333;
}
.search_list {
	width: 760px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
}
.search_list td{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #900;
}
