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

/* @font-face {
 * 	font-family: "ff-hiraginogothic";
 * 	src: local("Hiragino Kaku Gothic Pro W3");
 * 	}
 * 
 * @font-face {
 * 	font-family: "ff-hiraginogothic";
 * 	src: local("Hiragino Kaku Gothic Pro W6");
 * 	font-weight: bold;
 * 	} */

html, body,
h1, h2, h3, h4, h5, h6,
p, ul, ol, li, dl, dt, dd,
form, fieldset, legend, input, button, select, textarea {
	margin: 0;
	padding: 0;
	}

html {
	font-size: 100%;
	}

* html body { font-size: small !important; } /* ie 6 */
*+html body { font-size: small !important; } /* ie 7 */

ul, ol {
	list-style: none;
	}

hr {
	color: inherit;
	height: auto;
	}

pre {
	font-family: monospace, sans-serif;
	}

h1, h2, h3, h4, h5, h6,
strong, b {
	font-weight: bold;
	}

em, i {
	font-style: italic;
	}

html*br {												/* ie 7 and below */
	letter-spacing: 0;
	}

img {
	border: 0;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
	}

input, button, select, textarea {
	font-family: inherit;
	}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

html {
	background-color: transparent;
	background-image: none;
	}

body {
	position: relative;
	margin: 0 auto;
	/* width: 940px; */
	color: #000;
	background: #fff;
	font: 14px/1 "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

a {
	color: #000;
	/*text-decoration: none;*/
	}

a:hover,
a:active,
a:focus {
	/*text-decoration: underline;*/
	text-decoration: none;
	}

/* -------- */

.clearfix {
	content: "";
	clear: both;
	display: block;
	}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

</pre></body></html>