/*---------------------------------------------------------------------------------
        会員情報表示
-----------------------------------------------------------------------------------
        作成会社:IT-WAVE Corp.
        作 成 者:
        作 成 日:
-----------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------*/
/* 新規会員登録画面                                                                */
/*---------------------------------------------------------------------------------*/
div.MEMBER_NEWUSRBOX {
    
    text-align           : center;
    margin               : 0 auto;
/*
    padding-top          : 10px;
    padding-bottom       : 10px;
    padding-left         : 500px;
    padding-right        : 50px;
    padding              : 0px;
*/
    padding              : 10px;
    padding-left         : 500px;
    width                : 250px;
    height               : 330px;
    height               : 350px;
    background-image     : url('image/login_back.jpg');
    background-repeat    : no-repeat;

    /* 950*315 */
    /*background-color     : #ccffff;*/
    
}

div.MEMBER_LOGINFORM {
    
    text-align           : center;
/*
    margin               : 10px ;
    margin-left          : 500px;
    margin-left          : 500px;
*/    
    margin               : 10px ;
    width                : 200px;
    /* height               : 250px; */
    height               : 240px;
    
    padding              : 10px;
    border               : 1px solid #cccccc;
/*    
    background-color     : #ffffff;
*/
    background-image     : url('image/login_form.jpg');
    background-repeat    : no-repeat;
    
}

div.MEMBER_LOGINFORM .LOGIN_MAIL_TEXT ,
div.MEMBER_LOGINFORM .LOGIN_PASS_TEXT {
    width                : 190px;
    height               : 20px;
    margin               : 5px 0px;
}
div.MEMBER_REGISTFORM {
    
    text-align           : center;
/*
    margin               : 10px ;
    margin-left          : 500px;
    margin               : 10px auto;
    margin-left          : 500px;
*/
    margin               : 10px ;
    height               : 50px;
    
    width                : 200px;
    
    padding              : 10px;
    /* border               : 1px solid #cccccc; */
    
    background-color     : #ffffff;
    
    background-image     : url('image/login_newreg.jpg');
    background-repeat    : no-repeat;
}


/* 仮登録完了コメント */
div.MEMBER_REGIST_MSG {
    
    text-align           : left;
    
    width                : 400px;
    
    margin               : 30px auto;
    
}



/*---------------------------------------------------------------------------------*/
/* 新規会員登録利用規約                                                            */
/*---------------------------------------------------------------------------------*/
/* 規約<TABLE> HTML                                                                */
table.RegistKiyaku{
    width           :810px;
    border-collapse :collapse;
    text-align      :center;
    vertical-align  :top;
    font-size       :14px;

}
/*---------------------------------------------------------------------------------*/
/* 規約[会員規約]<TD> HTML                                                         */
th.RegistTitle{
    width           :810px;
    border-collapse :collapse;
    text-align      :center;
    vertical-align  :top;
    font-size       :13pt;
    font-weight     :2px;
}
/*---------------------------------------------------------------------------------*/
/* 規約[章・条]<TD> HTML                                                           */
td.RegistKiyakuTitle{
    width            :810px;
    border-collapse  :collapse;
    text-align       :center;
    vertical-align   :top;
    font-size        :12px;
    font-weight      :bold;
}
/*---------------------------------------------------------------------------------*/
/* 規約[内容]<TD> HTML                                                             */
td.RegistKiyakuNaiyou{
    width            :810px;
    border-collapse  :collapse;
    padding-left     :10px;
    padding-right    :10px;
    text-align       :left;
    vertical-align   :top;
    font-size        :12px;
}
/*---------------------------------------------------------------------------------*/
/* 規約[同意]<TD> HTML                                                               */
td.RegistKiyakuDoui{
    width            :810px;
    border-collapse  :collapse;
    text-align       :center;
    vertical-align   :top;
    font-size        :12px;
}
/*---------------------------------------------------------------------------------*/
/*会員登録完了メッセージ                                                           */
td.RegistkanryouMsg{
    width            :300px;
    height           :50px;
    text-align       :left;
    vertical-align   :middle;
    font-size        :12px;
}
/*---------------------------------------------------------------------------------*/
/*会員登録完了タイトル                                                             */
th.Registkanryou{
    width            :150px;
    height           :30px;
    text-align       :left;
    vertical-align   :top;
    font-weight      :bold;
    font-size        :12px;
}
/*---------------------------------------------------------------------------------*/
/*会員登録完了情報                                                                 */
td.Registkanryou{
    width            :150px;
    height           :30px;
    text-align       :left;
    vertical-align   :top;
    font-weight      :nomal;
    font-size        :12px;
}


