@charset "utf-8";

/* TEXT */
.rmv { display: block; position: absolute; top: -9999px; left: -9999px; }

/* LINK COLOR */
a:link { color: #005bac; text-decoration: underline; }
a:visited { color: #005bac; text-decoration: underline; }
a:hover { color: #44a7ff; text-decoration: none; }
a: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%; }