<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	overflow-y: scroll;
	height: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

img,abbr,acronym,fieldset {
	border: 0;
	vertical-align: top:
}

li {
	list-style-type: none;
}

p {
	margin-bottom: 0;
}


/*----------------------------------------------------
	Base
----------------------------------------------------*/

body {
	color: #333;
	font-size: 12px;
	line-height: 1.3em;
	text-align: left;
}

* + html body {
	font-family: "メイリオ","Meiryo";
}

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

/*----------------------------------------------------
	Link
----------------------------------------------------*/

a:link,
a:visited {
	text-decoration: none;
	color: #4e4e4e;
}

a:hover {
	text-decoration: none;
	color: #990000;
}



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