@charset "utf-8";
/*------IIJ Global Solutions Serviec Portal login ---*/
*{
    margin:0;
    padding:0;
}

body{
    margin:0;
    font-family:Verdana,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size:0.8em;
    background-color:#ffffff;
}

.bg_box_top{
    background-image:url(/openam/images/back_box_top.gif);
    background-repeat:no-repeat;
    width:600px;
    height:10px;
}
.bg_box_middle{
    background-image:url(/openam/images/back_box_middle.gif);
    background-repeat:repeat-y;
    width:600px;
    height:1px;
}
.bg_box_bottom{
    background-image:url(/openam/images/back_box_bottom.gif);
    background-repeat:no-repeat;
    width:600px;
    height:10px;
}

.bg_login_top{
    background-image:url(/openam/images/login_box_top.gif);
    width:399px;
    height:18px;
}
.bg_login_bar{
    background-color:#cccccc;
    background-image:url(/openam/images/login_bar.gif);
    background-repeat:no-repeat;
    width:1px;
}
.bg_login_middle{
    background-color:#cccccc;
    background-image:url(/openam/images/login_gra.jpg);
    background-repeat:repeat-x;
    width:399px;
}
.bg_login_bottom{
    background-image:url(/openam/images/login_box_bottom.jpg);
    background-repeat:no-repeat;
    width:400px;
    height:18px;
}

.tbl_lgin{
    margin-top:50px;
}
.l_title{
    width:300px;
    border-left:5px solid #003399;
    border-bottom:2px solid #003399;
    padding-left:10px;
    font-weight:bold;
    text-align:left;
    vertical-align:bottom;
}

.fget{
    margin-top:20px;
    margin-left:10px;
    font-size:0.8em;
}

.pvcy{
    font-size:0.8em;
}
.cr{
    font-size:7pt;
}
