@charset "shift_jis";


#header,
#secondary,
#nav-footer,
.page {
	display: none;
}
#secondary {
	width: 0;
}
#primary {
	width: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-size: 12pt;
	font-family: sans-serif;
	line-height: 1.5;
	color: #000000;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}
a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}


img {
	border: 0;
}

#primary h1 {
	margin-top: 2em;
	font-size: 140%;
	border-top: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
}
#primary h2 {
	margin-top: 1em;
	font-size: 120%;
}
#siteinfo {
	border-top: 1px solid #000000;
	text-align: center;
}

table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}


#primary table {
	width: 100%;
	margin: 0;
	padding: 5px;
	/*border: 1px solid #333333;*/
}
