@charset "utf-8";

.hidePrintout {
	display: none;
}
body{
	width: 17cm;
	background-color: #FFFFFF;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#contentsCage{
	background-color: #FFFFFF;
	width: 16.5cm;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.headerContents {
	background-color: #FFFFFF;
	width: 16.5cm;
}
.mainContents {
	background-color: #FFFFFF;
	width: 16.5cm;
	margin-right: auto;
	margin-left: auto;
}
.H3subTitle {
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
