@charset "utf-8";
/* CSS Document */

.bold { font-weight:bold;}
.normal{ font-weight:normal;}

.size10{ font-size:10px;}
.size11{ font-size:11px;}
.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;}

.white{ color:#fff;}
.black{ color:#3c281e;}
.red{ color:#e60012;}
.green{ color:#288c46;}
.blue{ color:#326496;}
.yellow{ color:#fff000;}

.shadow{text-shadow:-1px -1px 1px rgba(160,140,130,0.75);}

.bg_y{ background-color:#FAFA7D; 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: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;}