/* CSS Document */
@charset "utf-8";

/* Reset */
html {
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
        list-style-type: none;
}

textarea { font-size: 100%; }

img { vertical-align: bottom; }

/* Firefox-border */
a, embed{ outline : 0; }


/* Font-family
------------------------------------- */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
/* Opera 9 */
;;body {
	font-family:"メイリオ", Meiryo, sans-serif;
}
/* IE 7 */
*:first-child+html body {
	font-family:"メイリオ", Meiryo, sans-serif;
}
/* IE 6 or sooner*/
* html body {
	font-family:"メイリオ", Meiryo, sans-serif;
}

/* Font-size
------------------------------------- */
body {
	font-size: 12px;
}
/* IE 6 or sooner*/
* html body {
	font-size: 75%;
}

table {
	font-size:inherit;
	font:100%;
}
