@charset "utf-8";
/* CSS Document */

.bold { font-weight:bold;}

.size10{ font-size:10px;}
.size12{ font-size:12px;}
.size14{ font-size:14px;}
.size15{ font-size:15px;}
.size16{ font-size:16px;}
.size18{ font-size:18px;}
.size21{ font-size:21px;}
.size24{ font-size:24px;}

.white{ color:#fff;}
.black{ color:#3c281e;}
.gy{ color:#666;}
.red{ color:#b82e00;}
.green{ color:#325f46;}
.blue{ color:#326496;}

.bg_y{ background-color:#fac864; padding:5px;}

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