@charset "UTF-8";
@media print {
  .no_print { display: none; }
}
/* 画面固有のCSSを定義 */

/* ○とかの記号が小さくなる問題の対処 */
#content {
  font-family: 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 85%;
}
ul, ol, li, fieldset, p { margin: 0; padding: 0; }
li { list-style-type: none; }
img { border: none; }
a:link {color:#006;text-decoration:none;}
a:visited {color:#006;text-decoration:none;}
a:active {color:#006;text-decoration:none;}
a:hover {color:#006;text-decoration:underline;}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
.clearfix {
  display: inline-block;
}
.clearfix {
  display: block;
}

/*
 * リンクボタン
 */
.link_button a {
  margin: 0 1px;
  display: block;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.link_button a:link     { text-decoration: none; color: #000; }
.link_button a:visited  { text-decoration: none; color: #000; }
.link_button a:hover    { text-decoration: none; color: #000; }
.link_button a:active   { text-decoration: none; color: #000; }

.link_button a span {
  padding: 3px;
  margin: 0 -1px;
  display: block;
  border-left: 1px solid;
  border-right: 1px solid;
  font-weight: bold;
  position: relative;
}

#tooltip {
  position: absolute;
  z-index: 3000;
  border: 1px solid #111;
  background-color: #eee;
  padding: 3px;
}
#tooltip h3, #tooltip div {
  margin: 0;
  font-size: 0.9em;
}
