@CHARSET "UTF-8";
/*---------------------------------------------------------------*/
/* 画面構成
/*---------------------------------------------------------------*/
/* // width:  900px;
// height: 620px; */

div#main1 {
  width:  900px;
  height: 250px;
}
div#main2 {
  width:  900px;
  height: 370px;
}

/*---------------------------------------------------------------*/
/* input属性全体（テキストボックス、ボタンなど）
/*---------------------------------------------------------------*/
input.authText {
  font-family: Arial,'ＭＳ ゴシック',sans-serif;
  font-size: 13px;
  height: 25px;
  width: 200px;
}

input.loginPageButton {
  font-size: 13px;
  width: 200px;
  height: 45px;
  background-color:#E7E8E2;
  color: #666;
  font-weight: bold;
  font-size: 13px;
  border-style: none;
}

/*ボタンフォーカス時の色*/
input.authButton:hover {
  background-color: #87cefa;
  color: #fff;

}
/* ログイン */
div#login{
    width:  270px;
    height: 270px;
    float:right;
    text-align: center;
}

/* ロゴ */
div#logo{
    width:  620px;
    height: 270x;
}

/* お知らせ */
div#news{
    width:  620px;
    height: 278px;
    clear:right;
    float:left;

}

td.news-content{
	padding-left: 15px;
}
/* リンク */
div#link{
    width:  620px;
    height: 150px;
    clear: left;
    float: left;

}

/* お問い合わせ */
div#info{
    width:  270px;
    height: 30px;
    clear:right;
    float:right;

}

/* パスワード変更・忘却画面 */
div.passwordChangeInfo{
	font-weight: bold;
	padding:30px;
	text-align: center;
}

td.passwordChangeLabel1{
	width: 150px;
}

td.passwordChangeLabel2{
	width: 150px;
	text-align: left;
	padding-bottom: 10px;
}

input.fixedbutton{
	width: 140px;
}

div.passwordChangeCompleteInfo{
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

.passwordArea {
  width:650px;
  background-color:#E7E8E2 ;
  margin:auto;
}

div.passwordChangeInfo {
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

div.loginFinished {
  font-size: 15px;
  width: 200px;
  vertical-align: middle;
  color: #666;
  font-weight: bold;
  border-style: none;
}