@charset "Shift-JIS";

/* print */

#spbox1, #spbox2, #sidebar, #recent-block, #footer, .print {
	display:none;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: white;
	background-image: none;
	font-size: 12pt;
	text-decoration: none;
}

table {
	border-collapse: collapse;
	width: 100%;
}

th, td {
	vertical-align: top;
	text-align: left; 
	font-size: 10.5pt;
}

img {
	border: none;
}

a:link, a:visited{
	background: transparent;
	text-decoration: none;
	color: #000000;
}

h1 {
	font-weight: nomal;
}

.aligncenter{
	text-align: center;
}

/* map */
#map .data {
	width: 100%;
	text-align: center;
}

#map .data table {
	width: 80%;
	text-align: left;
/*	border: 1px solid #333; */
}


