/*---------------------------------------------------------------------------------*/
/* 買い物かごの中身                                                                */
/*---------------------------------------------------------------------------------*/
table.MailInfo {
    width           :600px;
    border-width    :1px;
    border-style    :none;
    margin-top      :0px;
    margin-bottom   :0px;
}

td.MailInfo {
    width           :600px;
    height          :50px;
    border-style    :none;
    text-align      :center;
    font-size       :15px;
    font-weight     :bold;
    color           :#5D5D5D;
    color           :#000000;
    padding-top     :20px;
    padding-bottom  :20px;
}
td.MailError {
    border-width    :0px;
    border-style    :none;
    border-color    :#ffffff;
    background-color:#ffffff;
    text-align      :left;
    font-size       :13px;
    font-weight     :bold;
    color           :red;
    padding-top     :5px;
    padding-bottom  :5px;
    padding-left    :5px;
}

td.MailInfomation {
    border-width    :0px;
    border-style    :none;
    border-color    :#ffffff;
    background-color:#ffffff;
    vertical-align  :top;
    text-align      :left;
    font-size       :13px;
    font-weight     :normal;
    color           :#5D5D5D;
    color           :#000000;
    padding-left    :5px;
}

td.MailInfoBold {
    height          :20px;
    border-width    :0px;
    border-style    :none;
    border-color    :#ffffff;
    background-color:#ffffff;
    vertical-align  :top;
    text-align      :left;
    font-size       :13px;
    font-weight     :Bold;
    color           :#5D5D5D;
    color           :#000000;
    padding-left    :5px;
}

td.MailInfoWarning {
    height          :20px;
    border-width    :0px;
    border-style    :none;
    border-color    :#ffffff;
    background-color:#ffffff;
    vertical-align  :top;
    text-align      :left;
    font-size       :13px;
    font-weight     :normal;
    color           :red;
    padding-left    :5px;
}

/*-前ページへ戻るボタン枠------------------------*/
table.MailHeader{
    width           :600px;
    border-width    :0px;
    border-style    :none;
    margin-top      :20px;
    margin-bottom   :0px;
    border-collapse :collapse;
}
td.MailHeader {
    border-width    :0px;
    border-style    :none;
    text-align      :left;
}
/*-次ページへ戻るボタン枠------------------------*/
table.MailFooter{
    width           :600px;
    border-width    :0px;
    border-style    :none;
    margin-top      :20px;
    margin-bottom   :0px;
    border-collapse :collapse;
}
td.MailFooter {
    border-width    :0px;
    border-style    :none;
    text-align      :center;
}
/*-明細枠----------------------------------------*/
table.MailDetail{
    width           :600px;
    border-width    :0px;
    border-style    :none;
    margin-top      :10px;
    margin-bottom   :0px;
    border-collapse :collapse;
}

th.MailMeisaiTitle {
    width           :130px;
    height          :25px;
    border-width    :0px;
    border-style    :none;
    border-color    :#ffffff;
    background-color:#ffffff;
    vertical-align  :top;
    text-align      :left;
    font-size       :12px;
    font-weight     :normal;
    color           :#5D5D5D;
    color           :#000000;
    padding-left    :5px;
}
td.MailMeisaiData {
    height          :25px;
    border-width    :0px;
    border-style    :none;
    border-color    :#ffffff;
    background-color:#ffffff;
    text-align      :left;
    font-size       :12px;
    font-weight     :normal;
    color           :#5D5D5D;
    color           :#000000;
    padding-left    :5px;
}
/* お名前・メールアドレス*/
input.MailText {
    width           :300px;
    height          :20px;
    vertical-align  :botom;
    text-align      :left;
    font-size       :12px;
    font-weight     :normal;
    color           :#5D5D5D;
    color           :#000000;
}
/* お名前・メールアドレス*/
textarea.MailText {
    vertical-align  :top;
    text-align      :left;
    font-size       :12px;
    font-weight     :normal;
    color           :#5D5D5D;
    color           :#000000;
}
/*次ページへ移動ボタン---------------------------*/
input.MailNextButton {
/*
    width           :150px;
    height          :25px;
    vertical-align  :botom;
    font-size       :12px;
    font-weight     :normal;
    color           :#ffffff;
    background-color:#003366;
    border-color    :white;
    vertical-align  :text-botom;
    cursor          :pointer;
*/
    width           :150px;
    height          :25px;
    vertical-align  :botom;
    font-size       :12px;
    font-weight     :normal;
    color           :#ffffff;
    vertical-align  :text-botom;
    cursor          :pointer;
    color           :#ffffff;
    background-image:url('./pagefeed.gif');
    border-color    :white;
    border-style    :none;
}
/*前ページへ移動ボタン---------------------------*/
input.MailBackButton {
/*
    width           :150px;
    height          :25px;
    vertical-align  :botom;
    font-size       :12px;
    font-weight     :normal;
    color           :#ffffff;
    background-color:#003366;
    border-color    :white;
    vertical-align  :text-botom;
    cursor          :pointer;
*/
    width           :150px;
    height          :25px;
    vertical-align  :botom;
    font-size       :12px;
    font-weight     :normal;
    color           :#ffffff;
    vertical-align  :text-botom;
    cursor          :pointer;
    color           :#ffffff;
    background-image:url('./pagefeed.gif');
    border-color    :white;
    border-style    :none;
}

