@charset "UTF-8";

/*
	Bungaku Gokudo - a style sheet for MB-grand 2008
	(written & revised by Lilia)
*/

body {
	font-family: "ＭＳ 明朝", "MS Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 1em;
	padding: 3px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:active, a:hover {
	color: #333366;
	text-decoration: underline;
}
a.disabled {
	color: #000000;
	text-decoration: none;
}
dl {
	margin: 0.8em 0 1.2em;
	padding: 0;
}
dt {
	font-size: small;
	font-weight: normal;
	font-style: normal;
	line-height: 120%;
	margin: 0 0 1px;
	padding: 2px 0.2em;
	border-bottom: 1px dotted #333333;
}
dd {
	text-align: right;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	line-height: 120%;
	margin: 0;
	padding: 2px 0.8em 2px 1.5em;
}
dd.comment {
	text-align: left;
	padding: 2px 0.8em 2px 1.5em;
}
ol, ul {
	font-size: small;
	margin: 0.8em 0.5em 1.5em;
	padding: 0 0 0 1.5em;
}
hr {
	display: inline;
}
h1 {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.1em;
	padding: 0;
	margin: 0.5em 0;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.1em;
	padding: 0;
	margin: 0.5em 0;
}
h3 {
	font-size: 115%;
	font-weight: bold;
	line-height: 1.2em;
	padding: 0;
	margin: 0.5em 0;
}
strong.title {
	font-size: medium;
	font-style: normal;
	line-height: 1.2em;
}
div.cont-head {
	background-color: #ffffee;
	color: #000000;
	padding: 0.8em 0.5em;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 0 none;
	border-left: 0 none;
}
#grandx div.cont-head {
	padding: 1em 0.5em 0.6em;
}
div.name {
	padding-left: 1.5em;
	padding-top: 0.3em;
	font-size: 100%;
	font-style: italic;
}
div.cont-list {
	margin: 5px 0.5em 10px 1em;
	padding: 0;
}
div.cont-list p.caution {
	font-size: small;
	padding: 0;
	margin: 1em 0 0.5em;
}
div.cont {
	color: #000000;
	margin: 0;
	padding: 5px 0.2em;
	font-size: small;
	border: 0 none;
}
div.cont div#champion p {
	margin: 1em 0.5em 1em 0.8em;
	padding: 0;
}
div.text {
	font-family: "ＭＳ 明朝", "MS Mincho", monospace;
	font-size: small;
}
div.verse {
	font-family: "ＭＳ 明朝", "MS Mincho", monospace;
	text-align: left;
}
big {
	font-size: 115%;
}
big.extra {
	font-size: 160%;
}
.bigger {
	font-size: 105%;
}
small {
	font-size: 85%;
}
small.extra {
	font-size: xx-small;
}
small.footnote {
	font-size: x-small;
}
.smaller {
	font-size: 90%;
}
div.ins {
	margin-left: 2em;
}
.text hr.gray {
	color: #bbbbbb;
	height: 0;
	border: 0 none;
	border-top: 1px solid #bbbbbb;
}
div.head {
	background-color: #f0f0f0;
	color: #000000;
	padding: 0.5em 0.5em;
	border-bottom: 2px solid #bbbbbb;
	font-size: 90%;
}
div.foot {
	background-color: #f0f0f0;
	color: #000000;
	padding: 0.8em 0.5em;
	border-top: 2px solid #bbbbbb;
	font-size: small;
}
div.head h1 {
	font-size: 120%;
	padding: 0;
	margin: 0;
}
div.head p, div.foot p {
	padding: 0;
	margin: 0;
	font-size: small;
	line-height: 1.2em;
}
div.head strong, div.foot strong {
	font-style: normal;
	font-weight: bold;
}
div.page-navi {
	text-align: center;
	clear: both;
	font-size: small;
	border-top: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
	margin: 10px 0;
	padding: 2px;
}
div.head hr, div.foot hr, div.page-navi hr, div.cont-head hr {
	display: none;
}
.hidden {
	display: none;
}
.ruby {
	color: #666666;
}
.pale {
	color: #666666;
}
.note {
	color: #006633;
}