/* Basic CSS */
/* for http://xdl.jp/hantaitouron/ */


body {
	margin-left: 4em;
	margin-right: 8em;
	margin-top: 2em;
	margin-bottom: 6em;
	padding-top: 2em;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 2em;
	border-width: 4px;
	border-style: double;

}

h1 {
	text-align: center;
	margin-top: 1em;
	background-color: black;
	color: white;
	font-size: 160%;
}

h2 {
	text-align: center;
	margin-top: 3em;
	font-size: 140%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

h3 {
	font-size: 120%;
	margin-top: 2em;
}

h5 {
	margin-top: 0em;
	font-size: 60%;

}
blockquote{
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 1em;
	margin-bottom: 1em;

	padding-left: 1em;
	padding-right: 2em;

	font-size: 80%;

	border-width: 1px;
	border-style: solid;

}

ol li{
	margin-bottom: 1em;

}

p {
	text-indent: 1em;
	margin-bottom: 1.5em;
}

p.footnote {
	color: #777777;
	font-size: 80%;
}

blockquote p {
	text-indent: 0em;
}

blockquote p.title {
	font-weight: bold;
}

.navi{
	text-align: center;
	font-size: 100%;
}
/* End of File */
