@charset "utf-8";

@media print{
/*この中にCSSを記述*/
#header, #navMenu, #leftMenu, #homepageTop, .returnTop, .returnIndex, #footerLeft, #noPrintSpacer {
	display: none;
}

#footer, #footerHr {
	width: 600px;
}
body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: white;
    background-image: none;
    font-size: 12pt;
    line-height: 1.4em;
}
p, dt, dd, th, td, li  {
    line-height: 1.8;
}
#headerPrint {
	display: inline;
	margin-bottom: 10px;
}

h2:before, h3:before, h4:before { content: ""; }


}
