@media print
{
html > body div.contents_01 {
	clear: both; page-break-inside: avoid;
}
html > body div.contents_under_01 {
	clear: both; page-break-inside: avoid;
}
html > body #page_body {
	overflow: auto;
}
html > body #contents {
	text-align: left; margin-left: auto; float: right;
}
#footer::before {
	height: 1px; clear: both; visibility: hidden; content: ".";
}
html > body #footer {
	clear: both;
}
}
