@charset "shift_jis";

/*　本文用　*/
BODY {
	font:10pt/1.35 "ＭＳ Ｐゴシック", sans-serif;
}
TABLE, DIV, H1, H2, H3, H4 ,H5, H6 {
	font-size: 100%;
	font-weight:normal;
}
H1, H2, H3, H4 ,H5, H6 { font-weight:bold; }
.NoL {}

/* fontsize */
#fontsize {
	clear:right;
	float:right;
	display:inline;
	width:158px;
	height:30px;
	position:relative;
	z-index:50;
}
#fontsize LI {
	float:left;
	display:inline;
	width:22px;
	height:22px;
	margin: 0 0 0 8px;
}
 #fontsize LI a {
	width:22px;
	height:22px;
	cursor:pointer;
}
#fontsize LI.font_ti {
	width:60px;
	height:15px;
	margin-top: 5px;
	background-image:   url("../images/font_ti.gif");
}
/* ボタンの表示状態
--------------------*/
#font_s a {
	background-image:   url("../images/font_s.gif");
}
#font_m a {
	background-image:   url("../images/font_m_on.gif");
}
#font_l a {
	background-image:   url("../images/font_l.gif");
}

/*　可変文字　*/
.r1 { font-size:100%; line-height:110%;}
big, .m1 { font-size:110%;}
.s1 { font-size:100%;}
small, .c1 { font-size:80%; line-height:120%;}
.bm1 { font-size:110%; line-height:130%; font-weight:bold;}
.bs1 { font-size:100%; font-weight:bold;}
.bc1 { font-size:8pt; line-height:120%; font-weight:bold;}

/* IE以外のブラウザ */
html>/**/	body .s1, body .bs1 {line-height:1.4; }
