@charset "UTF-8";

/* ======================================================= */
/* 1. 全体基本設定 */
/* ======================================================= */
body{
  /* marginをリセットし、body backgroundを維持 */
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, YuGothic, "游ゴシック", sans-serif;
  font-size : 14px;
  -webkit-text-size-adjust: none; 
  background-image: url('/image/kabegami.gif'); 
}
FORM{
  margin-bottom : 0px;
  margin-top : 0px;
}

/* ======================================================= */
/* 2. リンクスタイル */
/* ======================================================= */
A:link{
  color : blue;
  text-decoration : none;
}
A:visited{
  color : purple;
  text-decoration : none;
}
A:hover{
  background-color : aqua;
}
a:link.a{
  color : rgb(255, 255, 0);
  text-decoration : none;
}
a:visited.a{
  color : yellow;
  text-decoration : none;
}
a:hover.a{
  background-color : rgb(64, 0, 128);
}

/* ======================================================= */
/* 全ページ共通基本タグ（装飾的な部分を除く） */
/* ======================================================= */
em{
  font-weight : 700;
  font-style : normal;
  text-decoration : underline;
}
strong{
  font-weight : 700;
  font-style : normal;
  text-decoration : underline;
}
i{
  font-weight : 700;
  text-decoration : none;
  font-style : normal;
}
.CL, .linestyle{
   /* 不要になったタグやクラスのスタイルを削除 */
    display: none; 
}
.backtop{
  font-size : 16px;
  text-align : right;
  clear : both;
  margin-bottom : 6px;
  padding-right : 10px;
}
.UL-TUM0{
  margin-top : 0px;
  margin-bottom : 0px;
}