@charset "Shift_JIS";

#tbl_map {
	position: relative;
	left: 20px;
	width: 620px;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0px;
	padding: 0px;
}
	#tbl_map th {
		width: 150px;
		padding: 10px;
		color: #553;
		font-size: 110%;
		border-bottom: 1px dotted #CCC;
		text-align: left;
	}
	#tbl_map th.top {
		border-bottom: none;
	}
	#tbl_map th.body {
		border-bottom: none;
	}
	#tbl_map td {
		width: 150px;
/*		background: url(image/page_link.gif) no-repeat left 10px;*/
		background: url(image/page_link2.jpg) no-repeat 10px 12px;
		padding: 10px 10px 10px 28px;
		font-size: 110%;
		border-bottom: 1px dotted #CCC;
		text-align: left;
	}
	#tbl_map td.top {
		border-bottom: none;
	}
	#tbl_map td.body {
		background: none;
		border-bottom: none;
	}
	#tbl_map td.bottom {
		background: none;
	}
.txt_link {
	color: #663;
	text-decoration: none;
}
	.txt_link:hover {
		color: red;
		text-decoration: underline;
	}
	.txt_link:active {
		color: red;
		text-decoration: underline;
	}

