@charset "utf-8";

/*fonts.css*/

/*
font size for % (13px base)
px  % 
10 	77
11 	85
12 	93
13 	100
14 	108
15 	116
16 	123
17 	131
18 	138
19 	146
20 	154
21 	161
22 	167
23 	174
24 	182
25 	189
26 	197
*/

/*
font size for % (12px base)
px  % 
10 	83%
12 	100%
14 	116%
*/



body {
	font-family: "ＭＳ Ｐゴシック", MS PGothic, Osaka, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, sans-serif;
	font-size: 12px;
	color: #333333;
	_font-size: 12px;
}

/* For Win IE 6 or sooner */ 
/** html body { font-size: medium; }*/
body * {
	line-height: 1.22em;
}


strong {
	font-weight: bold;
}
