@charset "utf-8";
/* CSS Document */
body{ font-size:14px; }
/* for IE6 */
* html body { font-size:88%; }
/* for IE7 */
*:first-child+html body { font-size:88%; }
/*IE用→ 12px=75% 13px=82% 14px=88% 15px=94% 16px=100% */

.fsSS { font-size:79%; }
.fsS { font-size:86%; }
.fsL { font-size:116%; }
.fsLL { font-size:129%; }
.fsLLL { font-size:150%; }

h1 { font-size:115%; }
h2 { font-size:115%; }
h3 { font-size:100%; }
h4 { font-size:100%; }
h5 { font-size:100%; }
h6 { font-size:100%; }

.btn_fsM { background:url(../img/bg_btn_fs_m.gif) left bottom; }

