@charset "utf-8";

body {
	font-size: 12pt;
	color: #000;
	background-color: #fff;
	line-height: 1.4;
}

a:link,
a:visited {
	text-decoration: underline;
	color: #000;
}

img {
	border: 0;
}

h1 {
	color: #000;
	font-size: 13pt;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-size: 13pt;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

ul,
ol,
dl,
p {
	font-size: 11pt;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.alt,
.hidden,
.skip,
p.rev {
	display: none;
}

/* ------------------------------- 
印刷時の横幅（必要に応じて）
--------------------------------- */
div#wrap {
	width: 600px;
	letter-spacing: 1px;
}

em,
strong {
	margin-right: 5px;
}

/* ------------------------------- 
非表示の設定
--------------------------------- */
div#side,div.navi {
	display: none;
}

/* ------------------------------- 
テーブルの印刷（必要に応じて）
--------------------------------- */
table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

table {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 5px;
	border: 1px solid #333;
}

table th,
table td {
	padding: 3px;
	font-size: 90%;
}

table th {
	border-bottom: 1px solid #333;
}

table td {
	border: 1px dotted #333;
}

#primary table th {
	border-bottom: 1px solid #333;
}

