@charset "UTF-8";

/* -------------------------------------------------------
  Print Sheet
  Last Update 2009-01-07 SOY Eigi
  
  01. Accessibility
  02. common
  03. table

------------------------------------------------------- */

/* -------------------------------------------------------
  01. Accessibility
------------------------------------------------------- */
.txthidden { display: none; }

.reader {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 1px;
	height: 1px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

hr { display:none; }


/* -------------------------------------------------------
  02. common
------------------------------------------------------- */
body {
	font-size: 12pt;
	color: #000000;
	background-color: #FFFFFF;
}

a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}

img {
	border: 0;
}

#accordion,
#navG,
.navL,
.navH,
.navF,
#topicPath,
#contentS,
#contentE,
.pagetopAnchor {
	display: none;
}

#wrapper,
#container,
#header,
#content,
#contentM,
#footer {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

address {
	font-style: normal;
	text-align: center;
}


body#home div#content h1 {
	display: none;
}


/* -------------------------------------------------------
  03. table
------------------------------------------------------- */
table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

table {
	width: 100%;
}
