/* ★★フォント設定★★ */
/* 全体フォント */
body{
font-family :Osaka,"ＭＳ Ｐゴシック";
}

/* 10p太フォント（メニュタイトルなど） */
.mini-st{
font-size: 10pt;
font-weight: bold;
}
/* グレー10pフォント（更新日や説明用） */
.mini-g{
font-size: 10pt;
color: #333333;
}
/* 色指定なし（黒）10pフォント（更新日や説明用） */
.mini-n{
font-size: 10pt;
}
/* 白10pフォント */
.mini-w{
font-size: 10pt;
color: #FFFFFF;
}
/* Newフォント10p（更新時用） */
.new{
font-size: 10pt;
font-weight: bold;
font-style: italic;
color: #990000;
}
/* UPフォント8p（更新時用） */
.up{
font-size: 8pt;
color: #990000;
}
/* デカ字用 */
.big{
font-size: 120%;
font-weight: bold;
color: #000000;
line-height: 170%;
}

.bu12 {
	font-size: 12px;
	color:#005585;
}

.bu14 {
	font-size: 14px;
	color:#005585;
	font-weight:bold;
}

.bu10 {
	font-size:10px;
    line-height: 19px;
	color:#666666;
}