body {
	font-family: sans-serif;
}
.roman {
	font-family: "Times New Roman", serif;
}

.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 56px;
	color: white;
	z-index: 1000;
}
.fixed-header .title {
	margin: 20px;
	line-height: normal;
}
.fixed-header .subject {
	background-color: white;
	color: black;
	margin: 4px;
	padding: 4px;
}
.title-section-container {
	background-color: #B7FE94;
}
.title-section {
	background-color: #B7FE94;
	padding: 10px;
	padding-top: 106px;
	max-width: 600px;
	margin: auto;
}
.title-section .title {
	font-size: 28pt;
	line-height: normal;
	border-bottom: solid 4px #4CAF50;
}
.main-section {
	max-width: 600px;
	margin: auto;
	padding: 10px;
	padding-top: 64px;
}
.main-section.with-title-section {
	padding-top: 10px;
}
ruby {
	position: relative;
}
ruby rt {
	position: relative;
	top: 0.6em;
}
.article-index a.content {
	text-decoration: none;
	color: #000;
	display: block;
}
.article-index .content {
	border: solid 1px #CCC;
	border-left: solid 4px #4CAF50;
	padding: 5px;
	margin-bottom: 5px;
}
.article-index .content .title {
	font-size: 24px;
	font-weight: bold;
	line-height: normal;
}
.article-index .content .topic-list {
	font-size: 11pt;
	color: #555;
}
.article-index a.content .topic-list {
	color: #555;
}
.footer {
	background-color: #555;
	padding: 10px;
	font-size: 11pt;
	color: #ffffff;
}
