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

/* 初期化ーーーーーーーーーーーーーーーーーー */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}
html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	height: 100%;
	}
body {
	line-height: 140%;
	font-size: 100.01%;
	font-family: Tahoma, verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", arial, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	height: 100%;
}
img {
	border:0;
	font-size:0px; /* for IE's Bug */
}
a img { cursor: pointer; }
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
/*strong { font-weight: normal; }*/
ul, ol {
	list-style-position:outside;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
th td { font-weight: normal;
		white-space:nowrap; }
address {
	font-style: normal;
	font-weight: normal;
}
/* Win IE7用 */
*+html body {
	margin: 0;
	padding :0;
	line-height: 140%;
	font-size: 100.01%;
	color: #000000;
	background: #fff;
	font-family: Tahoma, Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", verdana, arial, sans-serif;
}
</pre></body></html>