@charset "utf-8";

/* 
####################################################
cascading
####################################################
*/

/* ---------------------------------------------- */
/* background */

    body {
        background: #fff;
        color: #000;
    }

/* ---------------------------------------------- */
/* font */
    
    body {
        font-family: 'Hiragino Kaku Gothic Pro', 'MS PGothic', sans-serif;/* MS PGothic */
        font-weight: normal;
    }
    h1,h2,h3,p,ol,ul,th,td {
        font-size: 1.2em;
    }


/* ---------------------------------------------- */
/* flash */
    .flash {
        display: none;
    }
/*
####################################################
no cascading
####################################################
*/

/* ---------------------------------------------- */
/* border of images */

    /*
    NN4 doesn't render border:0 of the img element.
    */
    img {
        border: 0;
        color :#fff;
		vertical-align: bottom;
    }

    /* NN4 (don't apply to NN4, caio hack) */
    /*/*/
    img { color: inherit; }
    /**/

/* ---------------------------------------------- */
/* address */

    address { font-style: normal }

