﻿/* ------------------------------------------------------------------------- */
/* <body>                                                                    */
/* ------------------------------------------------------------------------- */

/* body { background-color: #dfe8f7 } */
body { background-image: url("../img/_etc/back.png"); background-attachment: fixed; }

/* ------------------------------------------------------------------------- */
/* <a>                                                                       */
/* ------------------------------------------------------------------------- */

a:link    { color:#000000; text-decoration:none; }
a:visited { color:#000000; text-decoration:none; }
a:active  { color:#000000; text-decoration:none; }
a:hover   { color:#000000; text-decoration:underline; }

a.button         { font-family:"メイリオ", "Meiryo", sans-serif; font-size:12pt; font-weight:bold; text-align:center; padding:5px 30px 4px; border:1px solid #999999; background-color:#dddddd; }
a.button:hover   { color:#000000; text-decoration:none; }

a.button_s       { font-family:"メイリオ", "Meiryo", sans-serif; font-size:10pt; font-weight:bold; text-align:center; padding:5px 15px 4px; border:1px solid #999999; background-color:#dddddd; }
a.button_s:hover { color:#000000; text-decoration:none; }

/* ------------------------------------------------------------------------- */
/* <font>                                                                    */
/* ------------------------------------------------------------------------- */

font           { font-family:"メイリオ", "Meiryo", sans-serif; }

font.f_Me_9    { font-family:"メイリオ", "Meiryo", sans-serif; font-size:9pt;  }
font.f_Me_10   { font-family:"メイリオ", "Meiryo", sans-serif; font-size:10pt; }
font.f_Me_11   { font-family:"メイリオ", "Meiryo", sans-serif; font-size:11pt; }
font.f_Me_12   { font-family:"メイリオ", "Meiryo", sans-serif; font-size:12pt; }
font.f_Me_13   { font-family:"メイリオ", "Meiryo", sans-serif; font-size:13pt; }
font.f_Me_14   { font-family:"メイリオ", "Meiryo", sans-serif; font-size:14pt; }
font.f_Me_15   { font-family:"メイリオ", "Meiryo", sans-serif; font-size:15pt; }

font.f_YM_9_B  { font-family:"游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif; font-size:9pt;  font-weight:bold; }
font.f_YM_10_B { font-family:"游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif; font-size:10pt; font-weight:bold; }
font.f_YM_11_B { font-family:"游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif; font-size:11pt; font-weight:bold; }
font.f_YM_12_B { font-family:"游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif; font-size:12pt; font-weight:bold; }
font.f_YM_13_B { font-family:"游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif; font-size:13pt; font-weight:bold; }
font.f_YM_14_B { font-family:"游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif; font-size:14pt; font-weight:bold; }
font.f_YM_15_B { font-family:"游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif; font-size:15pt; font-weight:bold; }

font.f_YG_9_B  { font-family:"游ゴシック","Yu Gothic", "游ゴシック体", "YuGothic", sans-serif; font-size:9pt;  font-weight:bold; }
font.f_YG_10_B { font-family:"游ゴシック","Yu Gothic", "游ゴシック体", "YuGothic", sans-serif; font-size:10pt; font-weight:bold; }
font.f_YG_11_B { font-family:"游ゴシック","Yu Gothic", "游ゴシック体", "YuGothic", sans-serif; font-size:11pt; font-weight:bold; }
font.f_YG_12_B { font-family:"游ゴシック","Yu Gothic", "游ゴシック体", "YuGothic", sans-serif; font-size:12pt; font-weight:bold; }
font.f_YG_13_B { font-family:"游ゴシック","Yu Gothic", "游ゴシック体", "YuGothic", sans-serif; font-size:13pt; font-weight:bold; }
font.f_YG_14_B { font-family:"游ゴシック","Yu Gothic", "游ゴシック体", "YuGothic", sans-serif; font-size:14pt; font-weight:bold; }
font.f_YG_15_B { font-family:"游ゴシック","Yu Gothic", "游ゴシック体", "YuGothic", sans-serif; font-size:15pt; font-weight:bold; }

font.f_YG_Pr_B { font-family:"游ゴシック","Yu Gothic", "游ゴシック体", "YuGothic", sans-serif; font-size:20pt; font-weight:bold; color:red; }

font.f_Ti_12   { font-family:"Times New Roman", "Times"; font-size:12pt; }

/* ------------------------------------------------------------------------- */
/* <img>                                                                     */
/* ------------------------------------------------------------------------- */

img.cursor_yubi { cursor:pointer; }


