@charset "UTF-8";
/*
font-size一覧（px : %）
10 px : 100%  |  11 px : 111%
12 px : 120%  |  13 px : 130%
14 px : 140%  |  15 px : 150%
16 px : 160%  |  17 px : 170%
18 px : 180%  |  19 px : 190%
20 px : 200%  |  22 px : 221%
24 px : 240%  |  26 px : 260%
28 px : 280%  |  30 px : 300%
32 px : 320%
*/


body{
	font-size: 10px;
	line-height:140%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.body_txt {
	font-size: 120%;
	line-height:140%;
	color: #FFF;
}
#party_txt {
	font-size: 120%;
	line-height:140%;
	}
#lite_txt {
	font-size: 120%;
	line-height:140%;
	}
#sub_foot_text {
	font-size: 120%;
	line-height:140%;
	color: #FFF;
	}
#footer{
	font-size: 100%;
	line-height:140%;
}
