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

reset CSS

*********************************/

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, th, td{
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
    word-break: break-all;
	word-wrap:break-word;
}
html,body{height:100%;}
{
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	border: 0;
}
address, th{
	font-style: normal;
	font-weight: normal;
}
strong,{font-weight: bold;}
ol, ul,li{list-style: none;}
th{text-align: left;}
h1, h2, h3, h4, h5, h6{
	font-size: 100%;
	font-weight: normal;
}
img{vertical-align: top;}
body{
	background:#FFF;
	color:#000000;
	font-family:"ãƒ¡ã‚¤ãƒªã‚ª",Meiryo,"ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3","Hiragino Kaku Gothic Pro",osaka,sans-serif;
	font-size:13px;
	line-height:150%;
	text-align:left;
	margin:0;
}
a{
	color: #000000;
	text-decoration:none;
}
a:link,  a:visited{
	color: #000000;
}
a:hover, a:active{
	color: #000000;
	text-decoration: none;
}
input[type="checkbox"],
input[type="radio"],
input[type="file"]{
	cursor:pointer;	
}

/*********************************

class CSS

*********************************/
*.clear {
	float:none;
	clear:both;
	height:0;
	font-size:0;
}
*.alignCenter {text-align: center;}
*.alignLeft {text-align: left;}
*.alignRight {text-align: right;}

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