@charset 'UTF-8';
body,td,th {
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック';
	font-size: 9pt;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/login_background.jpg);
	background-repeat: no-repeat;
}
form {
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	font-style: normal;
}
#LoginBox {
	position:absolute;
	left:20px;
	top:320px;
	width:330px;
	height:180px;
	visibility: visible;
	background-image: url(../img/login_box_bg.gif);
	background-repeat: no-repeat;
	padding: 10px;
	margin: 0px;
	background-position: center center;
}
#LoginInputBox {
	position: relative;
	height: 80px;
	width: 170px;
	left: 150px;
	top: 90px;
	background-color: #FFFFFF;
	background-image: url(../img/login_input_box_bg.gif);
	background-repeat: no-repeat;
	padding: 5px;
}
.form_err_alert {
	background-color: #FFE1D7;
}
#MessageBox {
	position: absolute;
	height: 68px;
	width: 308px;
	left: 20px;
	top: 200px;
	margin: 0px;
	padding: 20px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	display: none;
}
#MessageBox p {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
