@charset "utf-8";
/* CSS Document */
.left {
	*width:550px;
	width:535px;
}

#map_canvas {
	width:365px;
	height:390px;
	margin:20px 0;
	color:#333;
	text-align:center;
}
#map_canvas p {
	margin-bottom:10px;
}
.b2 {
	padding:15px 0 20px 0;
}
.b2 p {
	line-height:2em;
	padding-right:10px;
}
.b2 .right {
	padding-top:0;
}
	
/* table */
table {
	border-collapse:collapse;
	margin-bottom:20px;
}
table .hidden {
	border-top:hidden;
}
table th,
table td {
	border:solid 1px #8C6630;
	padding:5px;
}
table th {
	width:100px;
	text-align:left;
	vertical-align:super;
}
