/*　ベースサイズ　*/
.FontMainSize {
			font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif; 
			font-size: 10pt;
			line-height: 1.3;
}
/*　ミニサイズ　*/
.FontSmallSize {
			font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif; 
			font-size: 9pt;
			line-height: 1.3;
}
/*　ビッグサイズ　*/
.FontBigSize {
			font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif; 
			font-size: 12pt;
			line-height: 1.4;
}

/*　コピーライトサイズ　*/
.CopyrightSize {
			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}
