﻿@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% */

.fsLL { font-size:134%; }
.fsL { font-size:117%; }
.fsS { font-size:92%; }
.fsSS { font-size:83%; }
.fsSSS { font-size:75%; }

h1 { font-size:117%; }
h2 { font-size:117%; }
h3 { font-size:100%; }
h4 { font-size:100%; }
h5 { font-size:100%; }
h6 { font-size:100%; }

.btn_fsS { background:url(../img/btn_fontsize_s.gif) no-repeat left bottom; }
