/*フォントサイズ、行間のみ指定*/
.fs12 { font-size: 12px }
.fs12color { font-size: 12px; color: #333333;}
.fs12bold { font-size: 12px; color: #333333; text-decoration: none; font-weight: bold;}
.fs12_White_bold { font-size: 12px; color: #ffffff; text-decoration: none; font-weight: bold;}
.fs12line17 { font-size: 12px;line-height:17px;color: #333333;}
.line5 { line-height: 5px }
.line17 { line-height: 17px }

.fsb10 {font-size:10px;color:#333333;padding: 8px;}





/*リンクカラーのみ指定*/
.fs12line { font-size: 12px; color: #339999; text-decoration: none; font-weight: bold;}
.fs15 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
}
