@charset "UTF-8";

/* -------------------------------------------------------
  Print Sheet
  Last Update 2009-01-09 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: 10pt;
	color: #000000;
	background-color: #FFFFFF;
}

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

img {
	border: 0;
}

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

#wrapper,
#container,
#header,
#content,
#contentM {
	float: none;
	width: 640px;
	margin: 0;
	padding: 0;
}

#header {
	text-align: center;
}

address {
	padding-top: 30px;
	font-style: normal;
	text-align: center;
}

ul, ol {
	margin: 0;
	padding: 0;
}

ul li, ol li {
	list-style: none;
}

body#contact div#contentM ul li {
	float: left;
	display: block;
	width: 307px;
}
	/*IE6*/
	* html body#contact div#contentM ul li {
		width: 268px;
	}

body#contact div#contentM ul li.start {
	margin-right: 19px;
}

body#contact div#contentM ul.access li.start {
	margin-bottom: 10px;
}

#footer {
	clear: both;
	width: 640px;
	margin: 0;
	padding: 0;
}

/* -------------------------------------------------------
  03. table
------------------------------------------------------- */
table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}

table {
	width: 640px;
}

th {
	padding: 15px 5px 5px 5px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 10px 5px;
}

table.nest,
table.nest tr,
table.nest th,
table.nest td,
table.nest_en,
table.nest_en tr,
table.nest_en th,
table.nest_en td {
	border: 0;
	padding: 0;
}

table.nest,
table.nest_en {
	width: 400px;
}
table.nest th{
	width: 100px;
}
table.nest_en th {
	width: 300px;
}
