@charset "utf-8";

/*
 * ログインCSS
 */

#login {
	width:400px;
	margin:200px auto;
	border:1px solid #d0d0d0;
	background:#f0f0f0;
	overflow:hidden;
}
	#login h1 {
		padding:10px 0 10px 30px;
		background:url('../image/icon/report.png') 6px center no-repeat #296f79;
	}
	#login dl {
		margin:20px 0 10px 10px;
		overflow:hidden;
	}
		#login dl input {
			width:240px;
			font-size:120%;
		}
	#login dt {
		width:100px;
	}
	#login dd {
		margin-bottom:10px;
	}

div.button {
	text-align:center;
	padding:5px;
	font-size:85%;
	background:#e3e3e3;
}

div.button input {
	/*width:13em;*/
	width:7.5em;
	background-image:url(../image/icon/login.png);
	background-repeat:no-repeat;
	background-position:8px center;
	padding-left:20px;
	margin:0 5px;
	outline:none;
}


/* エラー */
.error {
	display:none;
	color:#ff3030;
	font-weight:bold;
	margin:0 15px 5px 15px;
	padding:5px;
	border:1px solid #ff9090;
	background:url('../image/icon/delete.png') 5px center no-repeat #fff9f9;
}


/* 背景色 */
#login-page #login {
  border-radius: 5px;
}
#login-page #login h1 {
  background-color: #4694d1;
}