@charset "utf-8";
/*=====================================================
*
*	font_l.css
*	Since 2009.02.06
*	Editor 
*
========================================================*/
/* ::::: main size -------------------------*/
body {
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
}
html>/**/body {
	font-size: 16px;
	font-family: Osaka, "ＭＳ Ｐゴシック", sans-serif;
}	/* for modern browser below ie7 */


/* ::::: footer same font_m.css -------------------------*/
div#footer { font-size: 63%; }
html>/**/body div#footer { font-size: 10px; }

/* font-size */
.ftL { font-size: larger; }
.ftS { font-size: smaller; }

.ft10 { font-size: 83%; }
.ft11 { font-size: 91%; }
.ft13 { font-size: 108%; }
.ft14 { font-size: 116%; }
.ft15 { font-size: 125%; }
.ft16 { font-size: 133%; }
.ft18 { font-size: 150%; }
.ft20 { font-size: 166%; }


/* ::::: font size navigation background -------------------------*/
dd#largeSize a { background: url(../images/btn_font-size-select.gif) no-repeat -44px -22px !important; }

