<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* コメント */
h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,object,blockquote {
	margin: 0;
	padding: 0;
}

/* body */
html,body {
	margin: 0; padding: 0;
	height: 100%;
	font-size:90%;
	font-weight: normal;
	color:#333333;
	line-height:145%;
	font-family:  "MS PGothic","Osaka",Arial,sans-serif;
}

body, th, td {
font-size:90%;
}



/* block elements */


ul,ol{
	list-style:none;
}

dl dt{
	font-weight:normal;
}

caption{
	text-align:left;
}

th{
	font-weight:normal;
	text-align:left;
}

strong{
	font-weight:bold;
	font-style:normal;
}

em{
	font-weight:normal;
	font-style:normal;
}

img{
	border:0 none;
	vertical-align:bottom;
	vertical-align:text-bottom;
}

fieldset{
	border: 0;
}

address{
	font-style: normal;
}



/* inline elements*/
img {
	border: 0;
	vertical-align: bottom;
}
em {
	font-style: normal;
}
legend{
	display: none;
}



/* link*/
a {
	color:#2063cc;
	text-decoration:none;
}
a:hover {
	color:#007dd5;
	text-decoration:underline;
}
a:visit {
	color:#007dd5;
	text-decoration:none;
}
a:active {
	color:#007dd5;
	text-decoration:none;
}




/* for IE haslayout
------------------------------------------------ */
h1,h2,h3,h4,h5,h6,
p,blockquote,div,a,
ul,ol,li,dl,dt,dd,label{
zoom:1;
}

ul li,
ol li{
zoom:normal;
}
</pre></body></html>