@charset "Shift_JIS";
/*----------------------------------------

	Default and Windows IE

	- font

-----------------------------------------*/

/*----------------------------------------
	font
-----------------------------------------*/

body {
	font-size: 90%;
	line-height: 1.35;
	font-family:
		"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",
		"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",
		sans-serif;
}

.font_large2 {
	font-size: 130%;
	line-height: 1.25;
}

.font_large {
	font-size: 110%;
	line-height: 1.35;
}

.font_small {
	font-size: 80%;
	line-height: 1.4;
}

