BODY {
	margin: 0;
	padding: 30px 0 0 10px;
	background: url('/images/login_background.png') no-repeat center center fixed;
	font-family:"qMmpS Pro W3","Hiragino Kaku Gothic Pro","CI","Meiryo","lr oSVbN",Osaka,sans-serif;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #FFF;
	line-height: 200%
}
div.LOGIN {
	width: 1000px;
	margin: 0 auto;
	text-align: left;]
}
div.spLOGIN {
	width: 320px;
	margin: 0 auto;
	text-align: center;
}
input.uid {
	background-image: url('/images/login_user.png');
	padding-left: 10px;
	font-size: 24px;
	height: 45px;
	width: 260px;
}
input.pass {
	background-image: url('/images/login_pass.png');
	padding-left: 10px;
	font-size: 24px;
	height: 45px;
	width: 260px;
}
input.userNewPass {
	background-image: url('/images/login_pass.png');
	padding-left: 10px;
	font-size: 24px;
	height: 45px;
	width: 260px;
}
input.userRePass {
	background-image: url('/images/login_repass.png');
	padding-left: 10px;
	font-size: 24px;
	height: 45px;
	width: 260px;
}
input.email {
	background-image: url('/images/login_mail.png');
	padding-left: 10px;
	font-size: 24px;
	height: 45px;
	width: 260px;
}
table {
	align: left;
}
tr {
	height: 50px;
}
tr.menu {
	height: 90px;
}
tr.right {
	text-align: right;
	white-space: nowrap;
	vertical-align: top;
	line-height: 180%
}
tr.left {
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
	line-height: 180%
}
tr.center {
	text-align: center;
	vertical-align: top;
	line-height: 180%
}
td.login_link {
	vertical-align: middle;
}
a{
	text-decoration: none;
}
a.underline { text-decoration: underline; }
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
div.FOOT {
	width: 100%;
	text-align: center;
}
div.errorListArea {
	color: #F00;
	line-height: 110%;
	DISPLAY: inline-block;
	BORDER: #F00 2px solid;
	background: #FFF;
	width:270px;
	padding:0px;
	font-weight:bold;
}
li {
	LIST-STYLE-TYPE: none;
	MARGIN: 2px 15px 2px 0px;
	DISPLAY: inline-block
}
