/*　本文用　*/
.FontBody {
			font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif; 
			font-size: 10pt;
			line-height: 1.4;
}
/*　本文用小　*/
.FontSmall {
			font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif; 
			font-size: 8pt;
			line-height: 1.4;
}
/*　階層ツリー表示用　*/
.FontTree {
			font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif; 
			font-size: 8pt;
}
/*　左カテゴリー表示用　*/
.FontCategory {
			font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif; 
			font-size: 8pt;
}
/*　タイトル　*/
.FontTitle {
			font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif; 
			font-size: 12pt;
			line-height: 1.4;
}

/*　コピーライト　*/
.Copyright {
			font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif; 
			font-size: 10pt;
}

/*　リンク　*/
BODY{color:#2B2B2B; text-decoration: none}
a:link { color: #002BCA ; text-decoration: none}
a:visited { color: #6F00E6 ; text-decoration: none}
a:hover { color: #FF6600; text-decoration: none}
a:active { color: #FF6600; text-decoration: none}
