/*----------------------------------------------------------------------------*/
/* 文字コード */
@charset 'UTF-8';
/*----------------------------------------------------------------------------*/

@import url("basic.css");
@import url("font_btn.css");

#BoxMain {
	background-color: #FFFFFF;
	width: 100%;
}

/* ログインページ */
#BoxLogin {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#Login {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 380px;
	height: 300px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#Login #Title {
	background-attachment: scroll;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/admin_title.gif);
	background-position: left top;
	height: auto;
	width: 380px;
	text-align: left;
	padding-top: 30px;
	padding-left: 5px;
	float: left;
	margin-top: 30px;
	margin-bottom: 20px;
}

#Login #Box{
	height: 190px;
	width: 350px;
	background-attachment: scroll;
	background-image: url(../img/login_bgc.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	float: left;
	clear: both;
}



#Login #Box #Password{
	height: 70px;
	width: 240px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 48px;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-top: 15px;
	padding-right: 48px;
	clear: both;
	float: left;
}


#Login #Box #Password #Key,#Login #Box #Password #Pass,#Login #Box #Password #check{
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 24px;
	width: 100px;
	margin-bottom: 5px;
	margin-right: 5px;
}

#Login #Box #Password #Key{
	background-image: url(../img/title_user.gif);
}


#Login #Box #Password #Pass{
	background-image: url(../img/title_pass.gif);
}


#Login #Box #Password .Value{
	width: 140px;
	height: 24px;
	float: left;
	margin-bottom: 5px;
	text-align: left;
	clear: right;
}



#Login #Box #BtnLogin{
	width: auto;
	float: left;
	height: 24px;
	text-align: right;
	padding-right: 10px;
	padding-left: 200px;
}
