@charset "utf-8";
/* CSS Document */

@import url("/css/un-reset.css");
@import url("/css/common.css");

#wrapper #login {
	width: 540px;
	height: 320px;
	margin: 160px auto auto;
	border: 1px solid #999;
	box-shadow: 2px 2px 6px #999; }
#wrapper #login #head_bar {
	width: 100%;
	height: 60px; }
#wrapper #login #button_area {
	width: 400px;
	margin: 40px auto 0; }
#wrapper #login #button_area #button01 {
	float: left;
	font-size: 1.2em;
	line-height: 2em; }
#wrapper #login #button_area #button02 {
	float: right; }
#wrapper #login #button_area #button02 img {
	vertical-align: middle; }
#wrapper #login #button_area #button01,
#wrapper #login #button_area #button02 {
	 }

/*ヘルプボタン*/
#wrapper {
    position: relative;
}
#wrapper #btn_help {
    position: absolute;
    top: 10px;
    right: 10px;
}
	
.form_input {
	width: 400px;
	height: 46px;
	margin: 16px 0 0 60px;
	background-color:#eee;
/*	color: #999; */
	padding-left: 20px;
	font-size: 1.6em; }
	
.input_id {
	margin-top: 30px; }
	