@charset "utf-8";



/* Print
------------------------------------------*/
div#header,
div#sideBar,
div#header,
div#generalNavi {
	display: none;
	}

div#printHeader {
	display: block;
	position: absolute;
	top: 0;
	padding: 0 39px;
	}

* {
	box-sizing: border-box;
	text-align:left;
	border:none;
	color:#000000 !important;
	line-height:1.6;
	font-size:10pt !important
	}

body {
	font-family:sans-serif;
	}

h1 {
	font-size:14pt;	
	}

h2 {
	font-size:12pt;	
	}

h3, h4, h5 {
	font-size:10pt;
	}

#content a:after {
	content:" [ " attr(href) " ] ";
	}


