<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
	 Author's custom styles
========================================================================== */
body {
	position: absolute;
	color: #333;
	margin:0;
	padding:0;
	height:100%;
	width: 100%;
	background-color: #CCC;
	text-align:center;
	font-family: "繝｡繧､繝ｪ繧ｪ",Meiryo,"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け","MS PGothic", "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "Verdana", "Arial", "sans-serif";
}
#view_box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 330px;
	height: 200px;
	text-align:left;
}
#sysname {
	color: #333;
	font-size: 120%;
	font-weight: bolder;
	margin-bottom: 20px;
}
#loginbox {
	margin-top: 10px;
	max-width: 400px;
	margin-right:auto;
	margin-left:auto;
}
#support {
	margin-top: 30px;
	font-size: small;
}
#loader {
	width : 50px;
	height: 50px;
	display: none;
	position: fixed;
	_position: absolute; /* IE6蟇ｾ遲� */
	top: 50%;
	left: 50%;
	margin-top: -25px; /* height縺ｮ蜊雁�縺ｮ繝槭う繝翫せ蛟､ */
	margin-left: -25px; /* width縺ｮ蜊雁�縺ｮ繝槭う繝翫せ蛟､ */
	z-index: 1000000;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url("../img/gif-load.gif");
}
</pre></body></html>