/*全体のフォント*/
BODY {
	font-size: small;
	font-family: "Verdana", "ＭＳ Ｐゴシック";
}

/*リンク*/
A:link {
    COLOR: #003399; TEXT-DECORATION: underline;
}
A:visited {
    COLOR: #003399; TEXT-DECORATION: underline;
}
A:active {
    COLOR: #FF6600; TEXT-DECORATION: underline;
}
A:hover {
    COLOR: #FF6600; TEXT-DECORATION: underline;
}


/* フォントサイズ */
.FontSizeXS {
	font-size: x-small;
	line-height: normal;
}
.FontSizeS {
	font-size: small;
	line-height: normal;
}
.FontSizeM {
	font-size: medium;
	line-height: normal;
}
.FontSizeL {
	font-size: large;
	line-height: normal;
}
.FontSizeXL {
	font-size: x-large;
	line-height: normal;
}

