@charset "utf-8";

#login {
	margin-left: 10px;
}

body {
	font-size: 0.9em;
}


/* index.html */

#login_h {
	background: url(../img/login_h.gif) no-repeat;
	width: 260px;
	height: 35px;
	display: block;
	text-indent: -9999px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#login_exp {
	text-indent: 0;
	font-size: 1.5em;
	width: 530px;
	height: 200px;
	background: url(../img/login_visual.jpg) bottom no-repeat;
	margin-left: 15px;
	margin-bottom: 15px;
}
#login_box_h {
	border-top: dotted 1px #690;
	padding-top: 20px;
	text-indent: 10px;
	font-size: 20px;
}
.login_input {
	font-size: 3em;
	width: 7em;
	margin: 10px 0 10px 10px;
	ime-mode: disabled;
}
.login_btn {
	margin-left: 50px;
}


/* error.html */

#login_err_h {
	background: url(../img/login_err.gif) no-repeat;
	width: 590px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#login_err_c1 {
	text-indent: 0;
	margin-left: 5px;
	margin-bottom: 1em;
}

#login_err_c2 {
	text-indent: 0;
	margin-left: 5px;
	margin-bottom: 1em;
}

#login_err_re {
	margin-left: 5px;
	text-indent: 0;
}

.cautio {
	vertical-align: middle;
	font-size: 1.5em;
}

.rtext {
	color: #F00;
}