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

/* リセットスタイル */
*{
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* clearfix */
.clearfix:after {
   content: " ";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.float-clear {
	font-size: 0px;
	line-height: 0px;
	clear: both;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #000;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#main {
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	width: 840px;
}
#main h4 {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
#main p {
	font-size: 90%;
	line-height: 150%;
	color: #333;
}
#main p a {
	color: #000;
	text-decoration: none;
	background-color: #FCC;
}
#main p a:hover {
	color: #900;
	text-decoration: none;
	background-color: #FF9;
}
#main table h2 {
	font-weight: bold;
	font-size: 100%;
	color: #900;
	white-space: nowrap;
}
#main table h3 {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 100%;
	font-weight: bold;
	margin-left: 20px;
}
#main table h3 a img {
	vertical-align: text-bottom;
}
.text_bold_red {
	font-size: 100%;
	font-weight: bold;
	color: #C00;
}
#main td, th {
	padding: 5px;
	vertical-align: top;
}
.cell_back_pink {
	background-color: #FFF6F6;
}
.cell_back_purple {
	background-color: #E9E5FF;
}
.cell_back_yellow {
	background-color: #FFFFF1;
}
table {
	border: 1px solid #CCC;
    border-collapse:collapse;
    border-spacing:0;
}
td {
	border: 1px solid #CCC;
}
h5 {
	font-size: 105%;
	font-weight: bold;
	color: #33F;
	margin-bottom: 10px;
}
h6 {
	text-align: right;
	margin-bottom: 20px;
}
h6 a {
	color: #69F;
	text-decoration: underline;
}
</pre></body></html>