@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;}
.size28{ font-size:28px;}
.size42{ font-size:42px;}

.white{ color:#fff;}
.black{ color:#3c281e;}
.red{ color:#FA0000;}
.green{ color:#288c46;}
.blue{ color:#3264C8;}
.brown{ color:#6f3f2e;}

.bg_y{ background-color:#FAF078; padding:5px;}
.bg_pk{ background-color:#FA7D7D; padding:5px;}
.bg_gy{ background-color:#dedede; padding:5px;}
.bg_or{ background-color:#fae1b4; padding:5px;}

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

.mincho{ font-family:"小塚明朝 Pr6N";}