/* Font color */
.fc_wht{
		color: white;
}
.fc_red{
		color: red;
}
.fc_grn{
		color: green;
}
.fc_blu{
		color: blue;
}
.fc_lim{
		color: lime;
}
.fc_tel{
		color: teal;
}
.fc_org{
		color: orange;
}
/* Font Color and Font Weight:bold */
.fc_whtB{
		color: white;
		font-weight: bold;
}
.fc_redB{
		color: red;
		font-weight: bold;
}
.fc_grnB{
		color: green;
		font-weight: bold;
}
.fc_bluB{
		color: blue;
		font-weight: bold;
}
.fc_limB{
		color: lime;
		font-weight: bold;
}
.fc_telB{
		color: teal;
		font-weight: bold;
}
.fc_orgB{
		color: orange;
		font-weight: bold;
}
/* 共通サイズ */
.cpgS2{
		font-family: "ＭＳ Ｐゴシック",sans-serif;
		font-size: 11px;
		text-decoration: none;
		font-weight: normal;
}
.cpgS1{
		font-family: "ＭＳ Ｐゴシック",sans-serif;
		font-size: 12px;
		text-decoration: none;
		font-weight: normal;
}
.cpgM{
		font-family: "ＭＳ Ｐゴシック",sans-serif;
		font-size: 14px;
		text-decoration: none;
		font-weight: normal;
}
.cpgL1{
		font-family: "ＭＳ Ｐゴシック",sans-serif;
		font-size: 16px;
		text-decoration: none;
		font-weight: normal;
}
.cpgL2{
		font-family: "ＭＳ Ｐゴシック",sans-serif;
		font-size: 18px;
		text-decoration: none;
		font-weight: normal;
}
.cpmS2{
		font-family: "ＭＳ Ｐ明朝",serif;
		font-size: 11px;
		text-decoration: none;
		font-weight: normal;
}
.cpmS1{
		font-family: "ＭＳ Ｐ明朝",serif;
		font-size: 12px;
		text-decoration: none;
		font-weight: normal;
}
.cpmM{
		font-family: "ＭＳ Ｐ明朝",serif;
		font-size: 14px;
		text-decoration: none;
		font-weight: normal;
}
.cpmL1{
		font-family: "ＭＳ Ｐ明朝",serif;
		font-size: 16px;
		text-decoration: none;
		font-weight: normal;
}
.cpmL2{
		font-family: "ＭＳ Ｐ明朝",serif;
		font-size: 18px;
		text-decoration: none;
		font-weight: normal;
}
.cgS2{
		font-family: "ＭＳ ゴシック",monospace;
		font-size: 11px;
		text-decoration: none;
		font-weight: normal;
}
.cgS1{
		font-family: "ＭＳ ゴシック",monospace;
		font-size: 12px;
		text-decoration: none;
		font-weight: normal;
}
.cgM{
		font-family: "ＭＳ ゴシック",monospace;
		font-size: 14px;
		text-decoration: none;
		font-weight: normal;
}
.cgL1{
		font-family: "ＭＳ ゴシック",monospace;
		font-size: 16px;
		text-decoration: none;
		font-weight: normal;
}
.cgL2{
		font-family: "ＭＳ ゴシック",monospace;
		font-size: 18px;
		text-decoration: none;
		font-weight: normal;
}
.cmS2{
		font-family: "ＭＳ 明朝",monospace;
		font-size: 11px;
		text-decoration: none;
		font-weight: normal;
}
.cmS1{
		font-family: "ＭＳ 明朝",monospace;
		font-size: 12px;
		text-decoration: none;
		font-weight: normal;
}
.cmM{
		font-family: "ＭＳ 明朝",monospace;
		font-size: 14px;
		text-decoration: none;
		font-weight: normal;
}
.cmL1{
		font-family: "ＭＳ 明朝",monospace;
		font-size: 16px;
		text-decoration: none;
		font-weight: normal;
}
.cmL2{
		font-family: "ＭＳ 明朝",monospace;
		font-size: 18px;
		text-decoration: none;
		font-weight: normal;
}
.mlTX{
		font-family: "ＭＳ 明朝",monospace;
		font-size: 12px;
		text-decoration: none;
		font-weight: normal;
		line-height: 1.1em;
}
/* リンク（未表示） */
A:LINK.mlTX{
		color: blue;
		text-decoration: underline;
}
/* リンク（表示済） */
A:VISITED.mlTX{
		color: blue;
		text-decoration: underline;
}
/* リンク（マウスオーバー） */
A:HOVER.mlTX{
		color: red;
		text-decoration: none;
}
/* リンク（アクティブ） */
A:ACTIVE.mlTX{
		color: aqua;
		text-decoration: underline;
}.Y110{
		line-height: 1.1em;
}
.Y130{
		line-height: 1.3em;
}
.Zt0{
		margin-top: 0em;
}
.Zt0b0{
		margin: 0em;
}
.Z50{
		margin: 0.5em 0em 0em;
}
.Z03{
		margin: 0em 0em 0.3em;
}
.frm{
		font-size: 14px;
		font-family: "ＭＳ Ｐゴシック",sans-serif;
		font-weight: normal;
		line-height: 1.1em;
		margin-top: 2px;
		margin-bottom: 2px;
}