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

/* 最上部タイトル */
h4 {
	text-align: center;
	margin-bottom: 3em;
	font-size: large;
	text-decoration: underline;
	overflow: auto;

}
/* 最上部タイトル画像 */
h4 img {
	border: 1px solid #999999;
}
/* コンテンツ枠 */
.contents {
	text-align: center;
	border: thin solid #FF9999;
	background-color: #FFF0F0;
	margin-right: 10%;
	margin-left: 10%;
	padding-bottom: 1ex;
	overflow: auto;
	margin-bottom: 4ex;
}
/* コンテンツタイトル */
h5 {
	background-color: #FF9999;
	font-size: large;
	padding: 0.5ex;
	color: #FFFFFF;
	margin-bottom: 1ex;
}
/* コンテンツ内画像 */
.contents img {
	border: 1px solid #999999;
	margin-top: 1ex;
	margin-bottom: 1ex;
}
/* 赤文字 */
em {
	font-style: normal;
	font-weight: bold;
	color: #FF6666;
}
/* コンテンツ内ライン */
.contents hr {
	border: thin dotted #FF9999;
	height: 100%;
	width: 90%;
}
/* コンテンツ内サブタイトル */
h6 {
	font-size: medium;
}
</pre></body></html>