@charset "utf-8";

/* =============================================

	PJ print.css
	(common Areas,Blocks,Sections etc style Properties)

============================================= */
body {
font-size:12px;
color:#000;
background-color:#fff;
line-height:1.5;
letter-spacing:1px;
font-family:"ヒラギノ明朝 Pro W3", 細明朝体, "ＭＳ Ｐ明朝", serif;
}

a:link,a:visited {
text-decoration:underline;
color:#000;
}

a:link:after,a:visited:after {
content:" (" attr(href) ") ";
}

body #pageHeaderArea,
body #pageFooterArea,
body #pageBodyArea p.pageTop {
display:none;
}