@charset "UTF-8";

/* ============================================================
Riszw - 印刷用 CSS
URL      : http://riszw.com/
Date     : 2007.12.8
Copyright (C) 2005-2007 Riszw. All rights reserved.
============================================================ */

body {
	line-height: 1.4;
	color: #000000;
	background-color: #ffffff;
	font-size: 100%;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover,
a:active {
	color: #000000;
	text-decoration: none;
}
img {
	border: none;
}
p.title {
	display: none;
}
div#header ul {
	display: none;
}
div#content {
	width: 100%;
}
h1 {
	padding-bottom: 10px;
}
h2 {
	clear: both;
}
h3 {
	padding: 3px;
	border-bottom: 1px solid #000000;
	border-left: 5px solid #000000;
}
div#footer {
	margin-top: 3em;
	padding-top: 0.5em;
	border-top: 1px dotted #000000;
}
div#footer address {
	padding-bottom: 1em;
	float: left;
	font-style: normal;
}