body {
	-webkit-print-color-adjust: exact;
	margin: 0;
	padding: 0;
	background-color: #ffffff!important; /* ページの背景色 */
	color: #000000; /* 全体の文字色 */
	font-size: 10pt; /* 全体の文字サイズ */
}

a {
	text-decoration:none;
}

img {
	max-width:100%;
	height:auto;
}
#header{
	display: none;
}
#header a:link{
	color:#000;
	text-decoration:none;
}
#header a:visited{
	color:#000;
}
.title {
	color:darkgreen;
	font-size:140%;
	font-weight:bold;
	margin:0.2em;
}
div.editview {
	width: 172mm;
	height: 251mm;
	margin:1em 0.5em;
	padding:0.8em;
	background-color:#ffffff;
}

#container {
	background-color:#ffffff!important;
}
#main {
	background-color:#ffffff!important;
}
#nav,#sidebar {
	display: none;
	background-color:#ffffff!important;
}
#main{
	width: 172mm;
	height: 251mm;
	page-break-after: always;
}
#main:last-child{
	page-break-after: auto;
}
.editview div {
	box-shadow:none!important;
}
pre {
	background-color:#ddeeee;
	padding:0.5em;
	border-radius:4px;
	white-space: pre-wrap ;
}
#main a:link, #main a:visited {
	color:crimson;
}
.editview div{
	box-shadow: none;
}


h1 {
	color:#ffffff;
	padding:0.1em 0.1em 0.1em 0.5em;
	background-color:teal;
	font-size:120%;
}
h2 {
	margin-bottom:0.2em;
	margin-left:0.5em;
	background-color:#eeeeee;
	padding:0.1em 0.1em 0.1em 0.3em;
	font-size:110%;
	border-left: 1em solid teal;
}
h3 {
	margin-bottom:0.3em;
	margin-left:1em;
	background-color:#eeeeee;
	padding:0.1em 0.1em 0.1em 0.3em;
	font-size:100%;
	border-left: 0.6em solid teal;
}
h4 {
	margin-bottom:0.3em;
	margin-left:1.5em;
	padding:0.1em 0.1em 0.1em 0.3em;
	font-size:90%;
	border-left: 0.6em solid teal;
	border-bottom: 1px solid teal;
}

