<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*ログイン画面*/
.center
{
    margin-left: auto;
    margin-right: auto;
    width: 945px;
}
/*説明部分*/
.explanationspace
{
    width: 560px;
}
/*ログイン部分*/
.loginspace
{
    background-color: #EEECE1;
}
.loginctrl
{
    width: 295px;
}
/*余り部分*/
.marginspace
{
    width: 90px;
}
/*ユーザー名、パスワード*/
.txtbox
{
    width: 250px;
    font-size: 12pt;
    height: 26px;
}
/*ユーザー名、パスワードのセル*/
td.centerstyle
{
    text-align: center;
}
/*ラベル文字系*/
.marginstyle
{
    margin-left: 18px;
}
/*ログイン失敗時のテキスト*/
td.failurestyle
{
    text-align: center;
    color: Red;
}
/*ログインボタン*/
.buttonstyle
{
    background-color: #0066FF;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 18px;
    width: 90px;
    height: 35px;   
}


</pre></body></html>