@charset "shift_jis";

/* Copyright (C) Kazuhide Senda. All Rights Reserved. */
/* The copyright of this program maintains by Kazuhide Senda and does not abandon the right. */
/* Cascading Style Sheets */
/* css_name: bookstyle.css */

/* LINK */
   /* a { text-decoration: none; } */             /* Anchor Link */
   a:link { color: slategray; }                   /* Unvisited Link */
   a:visited { color: slategray; }                /* Visited Link */
   //a:hover { color: slategray; }                /* Hover Link */
   //a:hover { background:url(link_line.gif) repeat-x center bottom; }
   a:active { color: slategray; }                 /* Active Link */
/* [link]→[visited]→[hover]→[active]の順番で記述すること[link]→[active]→[hover]→[visited]の順番の記述は
   最後に指定した[visited]の設定が最優先になり、訪問済みのリンクテキストには[hover]の設定が適用されなくなる */

/* CURSOR IMAGE STYLE */ /*<< IE_6 LATER >>*/
   body { cursor: url(http://www.tsuruya-online.net/image/cursor1.cur); overflow: auto;}
   /* a { cursor: url(image/cursor1.cur); } */
   /* a { cursor: url(image/cursor2.cur); } */

/* BODY FONT_STYLE & SCROLL_COLOR */ /*<< IE_5.5 LATER >>*/ /*<< Mac対応 >>*/
   .bss { scrollbar-3d-light-color: aliceblue;
          /* scrollbar-arrow-color: blue; */ /*default_setting: html_name(book.html)*/
          /* scrollbar-base-color: gray; */
          /* scrollbar-dark-shadow-color: red; */
          /* scrollbar-face-color: white; */
          /* scrollbar-highlight-color: white; */
          /* scrollbar-shadow-color: black; */
          font-family: Verdana,Arial,Helvetica,sans-serif,Times,Times New Roman,Cursive,Georgia,ＭＳ Ｐゴシック,平成角ゴシック;
          font-size: 8pt; }

/* JAVASCRIPT PROGRAM for mousemsg.js */ /*<< NC_6 and IE_5.5 LATER >>*/
 .style { position: absolute;
          visibility: visible;
          top: -15px;
          font-size: 12pt; /* default: 18pt */
          font-family: Impact;
          color: silver; }

/* IME INPUT_MODE */ /*<< IE_5 LATER >>*/
   .aut { ime-mode: auto; }                   /* 日本語入力システムの自動設定 */
   .act { ime-mode: active; }                 /* 日本語入力システムの起動 */
   .ina { ime-mode: inactive; }               /* 日本語入力システムの停止（後で起動可能） */
   .dis { ime-mode: disabled; }               /* 日本語入力システムの停止（後で起動不可） */

/* KIYAKU FONT-SIZE */
   .xs  { font-size: x-small }
   .xxs { font-size: xx-small }

/* FADE IMG */
   #imgLay { filter: alpha(style=0); }

/* IMAGE BORDER_OFF */
   img { border: 0px;
}

/* ACCESS_ANALYZER */
   CENTER {display: none;
}

