@charset UTF-8;

@media screen {

/* ログイン用 */
* {
/*  font-family: "ＭＳ 明朝", "MS Mincho", monospace;*/
  font-family: "ＭＳ ゴシック", "MS Gothic", monospace;
  /* smallでMS Wordの10pt位の大きさ */
  font-size: small;
  *font: x-small;
}

body.login {
	background-image:url('../image/login_bg.jpg');
	background-repeat:no-repeat;
	background-position: 98% 98%;
	background-attachment:fixed;
}

.errorMessage {
	position: absolute;
	top: 0px;
	width: 98%;
	text-align: left;
	font-weight: bold;
	color: #ff0000;
	background-color: #ffff99;
	pagging: 2px;
	display: block;
}
	
div.login {
	position: absolute;
	text-align: left;
	width: 98%;
}

	
#foot{
	width: 98%;
	position: absolute;
	bottom: 0px;
	height: 40px;
	font-size: small;
	text-align: right;
	color: #000000;
}

	
#input{
	position: absolute;
	width: 200px;
	left: 50%;
	margin: 60px 0px 0px -150px;
	font-weight: bold;
}

#ltitle1{
	white-space:nowrap; 
	margin:50px 0px 0px 50px;
	position:relative;
	color:#0054f3;
	font-family:'Times New Roman';
	font-size:54pt;
	text-shadow: 2px 1px 1px #777777;
}
	
}