/* CSS Document */

/* フォントファミリー
------------------------------------- */
body {
}
/* Opera 9 */
;;body {
}
/* IE 7 */
*;first-child+html body {
}
/* IE 6 or sooner*/
* html body {
}

/* フォントサイズ
------------------------------------- */
body {
     font-size: 12px;
}
/* IE 6 or sooner*/
* html body {
     font-size: 75%;
}

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

/* YUI font CSS より
------------------------------------- */
pre,code,kbd,samp,tt {
     font-family:monospace;
     *font-size:108%;
     line-height:100%;
}