@charset "utf-8";

html, body, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 135%;
	line-height: 150%;
	padding-left: 0.5em;
	background-color: #f5f5f5;
}

body > section {
	margin: 0 3px;
}

h2 {
	font-size: 100%;
	line-height:100%;
	margin: 5px 0;
	padding-left: 5px;
	border-left: 5px solid #ffcccc;
	border-top: 2px solid #ffcccc;
	border-bottom: 2px solid #ffcccc;
}

h2:first-letter {
	font-size: 140%;
	line-height: 140%;
}

body > section:nth-of-type(1) > h2 {
	border-left-color: #ff6666;
}

body > section:nth-of-type(2) > h2 {
	border-left-color: #6666ff;
}

body > section:nth-of-type(3) > h2 {
	border-left-color: #00aa33;
}

body > section:nth-of-type(4) > h2 {
	border-left-color: #ffff66;
}

body > section > section {
	margin-left: 1em;
	margin-top: 2.5em;
}

body > section > section:nth-of-type(1)  {
	margin-top: 0.5em;
}

h2 + div {
	margin-left: 1em;
}

h3 {
	font-size: 100%;
	line-height:100%;
	margin: 5px 3px;
	padding-left: 5px;
	border-left: 5px solid transparent;
	border-bottom: 2px solid #cccc00;
}



table {
	border-collapse: collapse;
}
thead {
	background-color: #eeeeee;
}
th, td {
	border: 1px solid #000000;
	padding: 2px 4px;
}
th {
	text-align: center;
	vertical-align: middle;
}


.data-img {
	width: auto;
	max-width: 95%;
}

main > p, main section > p {
	margin-left: 1rem;
	text-indent: 1;
}

footer {
	margin-top: 1em;
	padding-left: 0.5em;
	background-color: #ddffee;
	font-size: 90%;
}

footer address a {
	text-decoration: none;
}
