@charset "utf-8";

body{
	width: auto;
	background: #ffffff;
	color: #000000;
	font-size: 10.5pt;
}

*{
	background: none;
}

#headerArea,
#footerArea,
#navContentsArea{
	display: none;
}

#contentsArea{
	width: auto;
	margin: 0;
	padding: 0;
	float: none;
}
#contentsBlock{
	width: auto;
	margin: 0;
	padding: .5mm;
	float: none;
}

h1{
	border-left: 7px solid #000000;
}
h2{
	border-bottom: 1px solid #000000;
}

#contentsBlock table{
	width: 84%;
}

