/* 悠久ミニストーリー */

body{
	background-color:#f0f0f0;
	color:black;
}
h2{
	color:#60c;
	font-size:150%;
	font-weight:bold;
	font-style:italic;
	text-align:center;
}
h3{
	color:#93f;
	font-size:120%;
	font-weight:bold;
	text-align:center;
}
h4{
	color:blue;
	font-size:100%;
	font-weight:normal;
	font-style:italic;
	text-align:center;
}
div.history{
	color:#333;
}
a.next{
	color:#c39;
}
.date{
	color:green;
}
p.main{
	margin-left:2em;
	font-family:monospace;
	line-height:125%;
	color:#963;
}
p.text{
	font-family:monospace;
	font-size:90%;
}

