<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% -&gt;	10pxに相当
 *  70% -&gt;	11pxに相当
 *  75% -&gt;	12pxに相当
 *  82% -&gt;	13pxに相当
 *  88% -&gt;	14pxに相当
 *  94% -&gt;	15pxに相当
 * 100% -&gt;	16pxに相当
 * 107% -&gt;	17pxに相当
 * 113% -&gt;	18pxに相当
 * 119% -&gt;	19pxに相当
 * 125% -&gt;	20pxに相当
 * --------------------- */

/** {
	font-family: "Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3",メイリオ,Meiryo,verdana,sans-serif,"ＭＳ Ｐゴシック";
	/*color: #333333;*/
	color: black;
}*/

* {
	
	/*color: #333333;*/
	color: black;
	font-family: "ＭＳ ゴシック";
}
p {
	font-size: 90%;
}
h1 {
	font-size: 110%;
	font-weight: bold;
}
a {
	font-weight: normal;
	text-decoration: none;
	color: #134d99;
}
a:hover {
	color: orange;
	font-weight: normal;
	text-decoration: underline;
}

/*================================================*/

/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd div {
   display:inline-block;
}

#main dl.information dt {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "ＭＳ ゴシック";
	font-size: 12px;
}

#main dl.information dd {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 8em;
	background-image: url(../images/bg_dotline.gif);
	background-repeat: repeat-x;
	background-position: 0px 100%;
	font-family: "ＭＳ ゴシック";
	font-size: 12px;
}

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