@charset "utf-8";

/* TEXT */
.rmv { display: block; position: absolute; top: -9999px; left: -9999px; }

/* LINK COLOR */
a:link { color: #00b8ee; text-decoration: underline; }
a:visited { color: #00b8ee; text-decoration: underline; }
a:hover { color: #44a7ff; text-decoration: none; }
a:active { color: #ffcc00; text-decoration: none; }

a.link2:link { color: #666666; text-decoration: none; }
a.link2:visited { color: #666666; text-decoration: none; }
a.link2:hover { color: #666666; text-decoration: underline; }
a.link2:active { color: #666666; text-decoration: none; }

a.link3:link { color: #333333; text-decoration: none; }
a.link3:visited { color: #333333; text-decoration: none; }
a.link3:hover { color: #333333; text-decoration: underline; }
a.link3:active { color: #333333; text-decoration: none; }

a.NewsLink:link { color: #005bac; text-decoration: underline; }
a.NewsLink:visited { color: #005bac; text-decoration: underline; }
a.NewsLink:hover { color: #44a7ff; text-decoration: none; }
a.NewsLink:active { color: #ffcc00; text-decoration: none; }

a.BlogLink:link { color: #e7208e; text-decoration: underline; }
a.BlogLink:visited { color: #e7208e; text-decoration: underline; }
a.BlogLink:hover { color: #ff83c8; text-decoration: none; }
a.BlogLink:active { color: #ffcc00; text-decoration: none; }

/* FONT WEIGHT */
.TxtNormal { font-weight: normal; }
.TxtBold { font-weight: bold; }

/* COPY */
.HeadCatchCopy { line-height: 220%; }
.MainText { line-height: 160%; }
