@charset "Shift_JIS";
/* CSS Document */

/*/////////////////////////////////////////////////////////
file name: login.css
description: ログイン用CSS

///////////////////////////////////////////////////////// */

body {
    background-color: #003977;
        background-image: url(/img/bg.gif);
/*    background-position: center 10px;
    background: url(/img/title_b.gif) no-repeat center 10px;
    margin: 150px 0 10px 0;
*/
}

p.date {
    text-align: center;
    margin: 290px 0 10px 0;
}

div#loginArea {
    width: 275px;  /* 305px; */
    height: 500px;
    background: url(/img/login_bg.gif) no-repeat;
    margin: 0 auto;
    padding: 15px 20px 0 25px;
}

div#loginArea p.error_code {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
#    text-align: center;
    margin-bottom: 3px;
}

div#loginArea dl {
}

div#loginArea dl dt {
    font-weight: bold;
}

div#loginArea dl dd {
    margin-bottom: 5px;
}

div#loginArea dl dd input {
    width: 270px;  /* 300px; */
    height: 25px;
    background: url(/img/login_form.gif) no-repeat;
    border: none;
    font-size: 116%;
    font-weight: bold;
    padding: 5px 5px;
    line-height: 1;
}

div#loginArea div#login_btn {
    width: 100px;
    margin: 15px auto 0;
}

p.copy {
/*    background-color: #ffffff; */
    text-align: center;
    margin: 20px auto;
    color: #ffffff;
}

