/** @prefix : <http://purl.org/net/ns/doas#> .
<http://www.kanzaki.com/parts/print.css> a :CSSStylesheet;
 :title "The Web KANZAKI standard print stylesheet";
 :shortdesc "Style sheet for print media";
 :created "1997-08-02";
 :release [:revision "1.25"; :created "2001-02-09"];
 :author [:name "KANZAKI, Masahide"; :homepage <http://www.kanzaki.com/> ];
 :license <http://creativecommons.org/licenses/LGPL/2.1/>;
*/

@charset "Shift_JIS";

/* =============================================== */
/** @Global structure */
/* ----------------------------------------------- */

/** Basic print style */
body {
	background: white;
	background-image: none;
	padding-right: 2em;
	padding-left: 2em;
}
body, th, td {
	font-size: 10pt;
}
body, td {
	font-family: "平成明朝", "ＭＳ Ｐ明朝", serif;
}
/** header part */
.banner {
	margin-left:-0.5em;
}
/** Lead / summary section */
.intro {
	margin-left: 0;
}
.lead {
	background-image: none;
	padding: 1em;
	border: 1px solid;
	margin-left: -0.5em;
}
ul.toc {
	list-style-type: disc;
	list-style-image: none;
}
/** Footer section */
address{
	margin-left: 0;
	margin-right: 0;
}

/* ----------------------------------------------- */
/** @Headings and rule style */
/* ----------------------------------------------- */
h1, h2, h3, h4, h5, h6  {
	font-family: "平成角ゴシック", "ＭＳ ゴシック", sans-serif;
	color: navy;
	orphans:3;
}
h1 {
	font-size: 18pt;
}
h2 {
	font-size: 14pt;
	margin-left: -0.5em;
	margin-top: 1.75em;
}
h3 {
	font-size: 12pt;
	margin-left: 0;
	margin-top: 1.6em;
}
h4 {
	font-size: 11pt;
}
h5, h6 {
	font-size: 10pt;
}

/* =============================================== */
/** @Global block level */
/* ----------------------------------------------- */

/** Monospace sections */
pre, .example, .badexample {
	font-family: "ＭＳ 明朝", monospace;
	line-height: 1.1em;
}

/** Example boxes */
.aux, .example, .spec-fragment, .res-sample {
	padding: 1em;
	border-color: gray;
}

/* =============================================== */
/** @Inline semantics */
/* ----------------------------------------------- */

/** Hilite phrases */
dt,strong,dfn,th {
	font-family: "平成角ゴシック", "ＭＳ Ｐゴシック", sans-serif;
	color: black;
}
dfn {
	font-style: normal;
	border: none;
}
strong{
	font-weight: bold;
	/*text-decoration: underline;*/
}

em {
	font-style: normal;
	text-decoration: underline;
	color: black;
}
abbr,acronym {
	text-decoration:none;
	border:none;
}
var {
	color: black
}

.attn, .attn2, .attn3 {
	color: black;
	font-weight: bold;
}

/* =============================================== */
/** @Minor balance */
/* ----------------------------------------------- */
/** (repeat css3.css for Mac IE) */
/* defined css3.css @media print. for Mac IE here */
a:link, a:visited, .lead a:visited,.pseudolink {
	text-decoration: none;
	color: black;
}
span.hrefprint{
	font-size: 80%;
	font-family: monospace;
	font-style:normal;
	color:gray;
	display:inline;
}
.refs span.hrefprint {
	display:none
}
.cpr {
	display:inline
}
#pflb, .noprint {
	display:none
}


/** additional styles */

img.banner, img.help, img.valid, div.navi, img.tocpic {
	display: none;
}
hr {
	height: 1px;
}
div.navi + hr {
	display: block
}

div.series-menu {
	display: none
}

/* Counter for bugs in WebTV */
div.main,
div.long-text,
div.banner,
address {
	background-color:white;
}

