	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;
		text-align:center;
		//font-weight:bold;
		background-color:#ffffff !important;
		color:#666666;
		padding:0.2em;
		font-size:120%;
	}
	#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;
/*	border: 1px dotted #000000;*/
	padding:0.8em;
	background-color:#ffffff;
	}

	#container {
	background-color:#ffffff!important;
	}
	#main {
	background-color:#ffffff!important;
	}
	#nav {
	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;
}
#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;
	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;
	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;
	padding:0.1em 0.1em 0.1em 0.3em;
	font-size:90%;
	border-left: 0.6em solid teal;
	border-bottom: 1px solid teal;
}

