@charset "utf-8";
/*--------------------------------------
　ヘッダ&フッター
---------------------------------------*/
#footer {
  position:relative;
  top:930px; 
}
/*--------------------------------------
　アカウント
---------------------------------------*/
#accountimg_1 {
  position:absolute; 
  width:450px;
  height:300px;
  top:200px;
  left:80px; 
}
#accountimg_2 {
  position:absolute;
  width:450px;
  height:300px;
  top:600px;
  left:80px;
} 
#UserID-Textfield {
  position:absolute;
  width:130px;
  height:20px;
  top:140px;
  left:270px;
}
 #Password-Textfield {
  position:absolute;
  width:130px;
  height:20px;
  top:173px; 
  left:270px;
}
#CheckBox {
  position:absolute; 
  width:18px; 
  height:22px;
  top:455px;
  left:550px;
}
#NewID-Textfield {
  position:absolute; 
  width:130px;
  height:20px;
  top:338px;
  left:270px; 
}
#NewPassword-Textfield {
  position:absolute;
  height:20px;
  width:130px;
  top:367px;
  left:270px;
}
#NewPassword-Textfield2 {
  position:absolute;
  height:20px;
  width:130px;
  top:415px;
  left:270px;
}
 #CheckBox2 {
  position:absolute; 
  width:18px; 
  height:22px;
  top:855px;
  left:550px;
}

#Error1 {
  position:absolute; 
  width:27px; 
  height:27px;
  top:388px; 
  left:500px;
}
#ErrerSignin {
  position:absolute;
  overflow:visible; 
  width:250px; 
  height:10px;
  top:395px; 
  left:540px; 
  color:#f00;
}
#Error2 {
  position:absolute; 
  width:27px; 
  height:27px;
  top:813px; 
  left:500px;
}
#ErrerCreate {
  position:absolute;
  overflow:visible; 
  width:250px; 
  height:10px;
  top:820px;  
  left:540px; 
  color:#f00;
}

/*--------------------------------------
　ログイン＆アウトボタン　新規作成ボタン
---------------------------------------*/
#login button {
  position:absolute;
  top:445px;
  left:725px;
  display:block;
  width:140px;
  height:30px;
  background: url("../Resources/acu-01.png") no-repeat 0 0;
}
#login button:hover {
  background-position: 0 bottom;
}  

#idcreate button {
  position:absolute;
  top:845px; 
  left:725px; 
  display:block;
  width:140px;
  height:30px;
  background: url("../Resources/acu-03.png") no-repeat 0 0;
}
#idcreate button:hover {
  background-position: 0 bottom;
}  








