@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: -15px;
        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 */



/* ƒc[ƒ‹ƒ`ƒbƒv‚ÌCSS */

    .ui-tooltip {
        font-family: "ƒƒCƒŠƒI", Meiryo, Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif;
        font-size: 85%;
        line-height: 1.5em;
    }

/* /ƒc[ƒ‹ƒ`ƒbƒv‚ÌCSS */

