@charset "Shift_JIS";

/* info
++++++++++++++++++++++++++++++++++++++++++++++++++
CSS : print

media : print
filename : print.css
modified : 2007.07.31
++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* reset all style
================================================== */
th {
	font-weight: normal;
}
address,
em,q,cite,dfn,var {
	font-style: normal;
}
a,ins,del {
	text-decoration: none;
}
caption,th {
	text-align: left;
}
abbr,acronym,img,fieldset {
	border: none;
}

/* default
================================================== */
body,th,td {
	font-size: 10pt;
	font-family: sans-serif;
	line-height: 18pt;
}
h1,h2,h3,h4,h5,h6 {
	margin-bottom: 0.5em;
	font-size: 14pt;
	line-height: 21pt;
}
div,p,ul,ol,dl {
	margin-bottom: 0.5em;
}
li,dt,dd {
	margin-bottom: 0.1em;
}
/* text
-------------------------------------------------- */
a {
	color: #000;
}
del {
	text-decoration: line-through;
}
strong {
	font-weight: bold;
}
/* image
-------------------------------------------------- */
img {
	margin: 0.5em;
	vertical-align: bottom;
}
/* table
-------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	empty-cells: show;
	margin-bottom: 0.5em;
}
th,td {
	padding: 0.5em;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	vertical-align: top;
}
/* header, footer
-------------------------------------------------- */
div#header h1 {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px #000 solid;
}
div#footer address {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px #000 solid;
	text-align: center;
}
/* invisible
-------------------------------------------------- */
hr,
noscript,
div#header dl,
div#content p.pgtop,
div#sidebar {
	display: none;
}
