@charset "utf-8";

    img
    {
        border: 0;
        vertical-align: text-bottom;
    }

    input[type="submit"], input[type="reset"], input[type="button"] {
        margin: 3px;
        padding: 3px 7px;
    }

    label
    {
        color: #333333;
        text-decoration: underline;
        cursor: pointer;
    }

    strong
    {
        font-weight: normal;
    }

    em
    {
        font-style:  normal;
    }

    hr
    {
        border: 0px;
        height: 1px;
        color: #cbcbcb;
        background-color: #e5e5e5;
    }



/* region for Text Align */

    .align_center
    {
        text-align: center;
    }
    .align_left
    {
        text-align: left;
    }
    .align_right
    {
        text-align: right;
    }

/* end region */



/* region for Float */

    .float_left
    {
        float: left;
        width: auto;
    }
    .float_right
    {
        float: right;
        width: auto;
    }
    .float_clear
    {
        clear: both;
        padding: 0;
    }

/* end region */



/* region for Anchor */
/*
    a
    {
        color: #0033ff;
        cursor: pointer;
    }

    a:hover img
    {
        opacity:0.7;
        filter:alpha(opacity=70);
    }

    *.anchor
    {
        color: #0000ff;
        text-decoration: underline;
        cursor: pointer;
    }
*/
/* end region */



/* region for Login Name */

    div#login
    {
        text-align: left;

        margin-top: 0;
        padding: 5px 25px 10px 25px;
    }

/* end region */



/* region for Error Messages and Complete Messages */

    .err_message
    {
        font-size: 120%;
        color: #ff6347;
        text-align: center;
        line-height: 1.5em;

        margin: 100px auto 200px auto;
    }
    .comp_message
    {
        font-size: 120%;
        color: #0044cc;
        text-align: center;
        line-height: 1.5em;

        margin: 100px auto 200px auto;
    }

/* end region */



/* ツールチップのCSS */

    .ui-tooltip {
        font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-size: 85%;
        line-height: 1.5em;
    }

/* /ツールチップのCSS */



/* region for ToPagetop */

    /*
    div#to_pagetop {
        position: fixed;
        z-index: 999999;
        bottom: 160px;
        right: 110px;

        display: none;
    }
    div#to_pagetop a {
        color: #006666;
        text-decoration: none;
        padding: 5px 15px;
        display: block;
    }
    */
    div#to_pagetop {
        margin: 20px;
    }

/* end region */
