<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	margin:0;
	padding:0;
}


body {
	text-align:center;/* box centering */
	font: 90% '平成角ゴシック', Osaka, verdana, arial, sans-serif;
	padding: 0px;
	background: #EBEBEB;
	color:#333333;
}


h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	padding: 0;/* margin&amp;padding reset */
	display: block;
	margin: 0px;
}
table {margin : 0;empty-cells: show; font-size:small;}
hr,.areaAnchor,.anchor { display : none; }
img {
	border: none;/* img do not want a border */
	vertical-align: bottom;
}

/* link do not want a dot */
li {
	list-style: none;
	font-size:90%;
	line-height: 1.5;/* base line height */

}

/*
===== link setting ===========================
*/
a:link{
	color: #0033cc;
	text-decoration:underline;
}
a:visited{
	color: #551A8B;
}
a:hover{
	color: #FFFFFF;
	background:#0066CC;
	text-decoration:none;
}
a:active{
	color: #0066CC;
}


.sizeS{
	font-size:x-small;
}

a{
	word-break:break-all;
}
</pre></body></html>