@charset "utf-8";
/* CSS Document */
strong{ font-weight:bold;}

.normal{ font-weight:normal;}
.bold { font-weight:bold;}

.white{ color:#fff;}
.black{ color:#333;}

.under_line{ text-decoration:underline;}
.line_through{ text-decoration:line-through;}