<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

h1 {
	position: absolute;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 150%;
	width: 600px;
	left:40px;
	top: 2px;
}


.subtitle {
	font-size: 14px;
	color: #F99;
	padding-left: 10px;
	font-style: italic;
}
.number {
	font-size: 18px;
	color: #E5535D;
	margin-right: 10px;
	line-height: 40px;
}
.kana {
	font-size: 12px;
	font-style: italic;
	color: #BFAD95;
	padding-right: 1em;
	padding-left: 1em;
}
.category {
	font-size: 18px;
	color: #662c18;
	background: url(../image/common/category.png) repeat-x left bottom;
	font-weight: bold;
	padding: 5px 15px 10px;
	margin-bottom: 5px;
	text-align: left;
}
h2 {
	background:url(../image/common/h2.png) no-repeat left center;
	color:#6A5233;
	margin-bottom: 5px;
	font-size:21px;
	padding:0 0 0 20px;
	line-height:46px;
}


h3{ 
font-size:18px;
margin:0 0 10px 0;
color:#0059B2;
background:#FFFEDB url(../image/common/h3.png) no-repeat 10px center;
padding:5px 0 3px 33px;
border-radius:7px;}



.vivid {
	font-size: 25px;
	font-weight: bold;
	color:#FF9999;
	line-height: 170%;
}


.notes {
	font-weight: bold;
	color: #F00;
}


.red {
	color: #FF726A;
	font-weight: bold;
}
.bold {
	font-weight: bold;
	font-size: 14px;
}
#staff .table-staff dl.comment dd {
	font-size: 13px;
	margin-bottom: 10px;
}
</pre></body></html>