/* 外部スタイルシート、ファイル名: fly-tk.css */
body {
  margin: 0px;
  padding: 0px;
  color: #000000;
  font-family: "ＭＳ Ｐゴシック",osaka,sans-serif;
  background-color: #ffffff;
}
em {
  font-style: normal;
  color: #000000
}
h4 {
  font-size: 110%;
  background-color: #ADEAEA;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  margin-top: 1.5em
}
h5 {
  font-size: 105%;
}
p {
  line-height: 130%
}
p.point {
  font-weight: bold;
  border-left: solid 1.4em;
  border-left-color: #FF7F00;
  padding: 0em
}
p.space {
  margin-top: 1em
}
p.gototop {
  text-align: right;
  font-size: 85%
}
p.center {
  font-weight: bold;
  text-align: center
}
address {
  font-style: normal;
  font-size: 90%;
}
td.space {
  height: 10px;
  background-color: transparent
}
td.last {
  height: 15px;
  background-color: #ADEAEA
}
td.genzaichi {
  font-size: 80%
}
span.emphasis {
  font-weight: bold
}
li {
  line-height: 150%
}
dt {
  margin-top: 0.5em;
  margin-left: 1.5em;
  color: #FF7F00;
  font-weight: bold;
  margin-bottom: 0.3em;
}
dd {
  margin-left: 2.5em;
}
P {
  text-indent: 1em;
}
A:hover {
  background:#00FFFF;
  text-decoration:underline;
  color:#000000;
}