/*----------------------------------------------------------------------------*/
/* 文字コード */
@charset 'EUC-JP';
/*----------------------------------------------------------------------------*/

@import url("basic.css");
@import url("font_btn.css");

#BoxMain {
	background-color: #FFFFFF;
	margin-top: 50px;
}

/* ログインページ */

#Login {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 400px;
	height: 190px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	border: 1px solid #71C36E;
}

#Login #Title {
	background-attachment: scroll;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/login/admin_tit.gif);
	background-position: center center;
	height: 60px;
	width: 398px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #FFFFFF;
	background-color: #71C36E;
}

#Login #Box{
	height: auto;
	width: 380px;
	background-attachment: scroll;
	background-image: url(../img/manage/login_bgc.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	margin-top: 10px;
}



#Login #Box #Password{
	height: 60px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}



#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: 22px;
	width: 100px;
	margin-bottom: 5px;
	margin-right: 5px;
}

#Login #Box #Password #Key{
	background-image: url(../img/login/tit_id.gif);
}


#Login #Box #Password #Pass{
	background-image: url(../img/login/tit_password.gif);
}


#Login #Box #Password .Value{
	width: 140px;
	height: 24px;
	float: left;
	margin-bottom: 5px;
	text-align: left;
	clear: right;
}



#Login #Box #BtnLogin{
	width: 360px;
	height: 40px;
	text-align: right;
	padding-top: 15px;
	background-attachment: scroll;
	background-image: url(../img/login/login_attention.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
}

/*
#Login #Box #BtnLogin a,
#Login #Box #BtnLogin a:link,
#Login #Box #BtnLogin a:visited {
	height: 34px;
	width: 139px;
	display: block;
	background-attachment: scroll;
	background-image: url(../img/manage/btn_login.gif);
	background-repeat: no-repeat;
	background-position: right center;

}

#Login #Box #BtnLogin a:focus,
#Login #Box #BtnLogin a:hover,
#Login #Box #BtnLogin a:active{
	height: 34px;
	width: 139px;
	display: block;
	background-attachment: scroll;
	background-image: url(../img/manage/btn_login_on.gif);
	background-repeat: no-repeat;
	background-position: right center;

}
 */

/* エラーメッセージ */

#BoxErrorMsg {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	height: 15px;
	width: 500px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}


/* パスワードが必要です */

#BoxNeedPass {
	height: 73px;
	width: 500px;
	display: block;
	background-attachment: scroll;
	background-image: url(../img/login/img_id_pass.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 90px;
	text-align: left;
	font-size: 11px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
}


#BoxNeedPass p {
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 400px;
}

#BoxNeedIdPass {
	background-attachment: scroll;
	background-image: url(../img/login/need_id_pass.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	width: 400px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}




/* 閉じるボタン */

#BoxClose {
	height: 60px;
	width: 500px;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

#CloseBtn {
	width:171px;
	height:32px;
	margin: 0;
	padding: 0px;
}

#CloseBtn a,
#CloseBtn a:hover{
	width:171px;
	height:32px;
	background-repeat:no-repeat;
	padding:0;
	display:block;
	background-image: url(../img/login/close.gif);
}


#CloseBtn a,
#CloseBtn a:hover{
	background-image: url(../img/login/close.gif);
}
