@charset "UTF-8";

/* *************************************

概要：プリント用CSSファイル

***************************************/

body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: white;
    background-image: none;
    font-size: 12.5pt;
    line-height: 1.2;
}

*html body {
	zoom: 74%; /*WinIE only */
}

#container #content {
	padding-bottom:0px;
}

#container #content #main {
	width: 671px;
}

table th {
	border-bottom: 1px solid #333333;
}

table td {
	border: 1px solid #333333;
}

#container #content #main table.history,
#container #content #main table.history th,
#container #content #main table.history td {
	border: none;
}

#container #content #main table.history th.year,
#container #content #main table.history th.year-top,
#container #content #main table.history th.year-middle,
#container #content #main table.history th.year-bottom,
#container #content #main table.history td.topic,
#container #content #main table.history td.topic-top,
#container #content #main table.history td.topic-middle,
#container #content #main table.history td.topic-bottom  {
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

#container #content #main table.history th.year,
#container #content #main table.history th.year-middle,
#container #content #main table.history td.topic,
#container #content #main table.history td.topic-middle {
	border-bottom: none;
}

#container #content #main table.history th.year-bottom,
#container #content #main table.history td.topic-bottom {
	border-top: none;
}

#container #content #main a.local-link:link,
#container #content #main a.local-link:visited {
	text-decoration: underline;
}

#container #content #main a.local-link:hover {
	text-decoration: underline;
}

#container #content #sub {
	float:inherit;
}

#footer {
	margin-top: 60px;
	float: left;
}

#container #content #main table.history td.comment {
	background: none;
}

#container #content #main table.history td.border-righttop {
	background: none;
}

#container #content #main table.history td.border-rightbottom{
	background: none;
}

#container #content #main table.history td.border-right {
	background: none;
}

#container #content #main table.history td.border-bottom {
	background: none;
}

#container #content #main table.history td.aarrow-top {
	background: none;
}

#container #content #main table.history td.arrow-middle {
	background: none;
}

#container #content #main table.history td.arrow-bottom {
	background: none;
}

