.body {
    position: relative;
}

/*-------------------------新規登録画面-------------------------*/
#New_Account_Form {
    position: absolute;
    margin: -36px 0 0 -220px;  /*縦横の半分をネガティブマージンでずらす*/
    top: 50%;
    left: 50%;
}
.new_account_table {
    border-collapse: collapse;
}

.New_Account_Form_Head {
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    background-color: #220000;
    text-align: center;
    vertical-align: middle;
    height: 30px;
}

#Re_Password, #user_name {
    /* width: 120px; */
    width: 180px;
}

/*-------------------------登録内容確認画面-------------------------*/
#Register_Check_Form {
    position: absolute;
    margin: -36px 0 0 -220px;  /*縦横の半分をネガティブマージンでずらす*/
    top: 50%;
    left: 50%;
}
#Register_Check_table {
    border-collapse: collapse;
}

.Register_Check_Form_Head {
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    background-color: #220000;
    text-align: center;
    vertical-align: middle;
    height: 30px;
}

#Register_Check_Form tr td.table_col2 {
    font-size: 12px;
    border-right-style:none;
    width: 322px;
    border-right-color: #000000;
}

#Register_Check_Form tr:nth-child(2) td {
    font-size: 12px;
    text-align: center;
    height: 28px;
    border-right-color: #000000;
}

/*-------------------------本登録完了画面-------------------------*/
#Register_Complete_Form {
    position: absolute;
    margin: -36px 0 0 -220px;  /*縦横の半分をネガティブマージンでずらす*/
    top: 50%;
    left: 50%;
    width: 500px;
}
.register_complete_table {
    border-collapse: collapse;
    /* 幅：登録完了メッセージ文面⇒幅：500pxに修正 */
    width: 513.75px;
}

.Register_Complete_Form_Head {
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    background-color: #220000;
    text-align: center;
    vertical-align: middle;
    height: 30px;
}

/*
#Register_Complete_Form tr td.table_col2 {
    font-size: 12px;
    border-right-style:none;
    width: 322px;
    border-right-color: #000000;
}
*/

#Register_Complete_Form tr:nth-child(2) td {
    font-size: 12px;
    text-align: center;
    height: 28px;
    border-right-color: #000000;
}

/*-------------------------共通部分-------------------------*/
/* ログインページへ戻る */
/*
.Back_To_Login > a {
    font-size: 12px;
    text-decoration: none;
    position: absolute;
}
#Back_To_Login > a {
    top: 180px;
    left: 350px;
}
#RegisterChkFrm_Back_To_Login > a {
    top: 210px;
    left: 350px;
}

.Back_To_Login > a:visited {
    color: #0000ff;
}

.Back_To_Login > a:hover {
    text-decoration: underline;
}
*/

/* ----------最終行(ログインページへ戻る)---------- */
#Back_To_Login {
    text-align: left;
}

#Back_To_Login > a {
    font-size: 12px;
    text-decoration: none;
}

#Back_To_Login > a:visited {
    /* 訪問済みでも色を変更しない */
    color: #0000ff;
}

#Back_To_Login > a:hover {
    text-decoration: underline;
}