body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fffafa;
  text-align: center;
  margin: 0;
-webkit-text-size-adjust: 100%;
}
a:link {
  color: #4782b7;
  text-decoration: none;
}
a:visited {
  color: #d7858b;
  text-decoration: none;
}
a:hover {
  color: #728c79;
  text-decoration: underline;
}
img {
  border: 0px;
}
.h {
  line-height: 150%;
}
.s {
  font-size: 80%;
}
.r {
  text-align: right;
}
.c {
  text-align: center;
}
.l {
  text-align: left;
}
.u {
  text-decoration: underline;
}
table {
  margin: auto;
}
td {
  font-size: 80%;
  text-align: center;
  vertical-align: top;
  padding: 2px;
  border: 2px solid #000;
}
#topbar {
  width: 100%;
  height: 31px;
  top: 0;
  left: 0;
  background-image: url("../jpg/bar.jpg");
  position: fixed;
  z-index: 100;
}
.fl{
  float: left;
}
#tbar1 {
  float: right;
  *width: 345px;
  margin-right: 5px;
}
#tbar2 {
  float: left;
  font-size: 80%;
  padding: 8px 3px;
}
#google {
  float: right;
  padding-top: 3px;
  *padding-top: 5px;
}
a.nw span{
  display: none;
}
a.nw:hover span{
  padding-top: 3px;
  display: inline;
  position: absolute;
}
#ttbl{
  width: 620px;
  margin: 1em auto auto;
}
#qrr{
  float: left;
  margin-right: 2px;
  border: 2px solid #000;
}
table#tora {
  width: 489px;
  border: 2px solid #000;
  border-collapse: collapse;
}
table#end {
  width: 620px;
  margin-top: 2em;
  border: 2px solid #000;
  border-collapse: collapse;
}
/* 交互に背景色 */
table tr:nth-child(2n) {
  color: yellow;
  background-color: #000;
}
table tr:nth-child(2n+1) {
  background-color: yellow;
}
.list {
  font-size: 80%;
  text-align: left;
  margin: 0.2em auto auto;
}
#tmenu2{
  font-size: 80%;
  text-align: left;
  margin: 0.5em auto auto;
}
.t{
  color: #1e6439;
  font-weight: bolder;
  font-size: 25px;
}
#blog1 {
  width: 600px;
  text-align: left;
  margin: 2em auto 3px auto;
  padding: 0.5em 0.5em 0;
  border: 2px solid #8b0036;
  background-color: #fff0e5;
}
#bna {
  width: 600px;
  text-align: left;
  margin: auto auto 3px auto;
  padding: 0.5em 0.5em 0;
  border: 2px solid #3ac13a;
  background-color: #e5ffe5;
}
#bni {
  width: 600px;
  text-align: left;
  margin: auto auto 3px auto;
  padding: 0.5em 0.5em 0;
  border: 2px solid #9d9d32;
  background-color: #ffffe5;
}
#bou {
  width: 600px;
  text-align: left;
  margin: auto auto 3px auto;
  padding: 0.5em 0.5em 0;
  border: 2px solid #777777;
  background-color: #f0f0f0;
}
#bko {
  width: 600px;
  text-align: left;
  margin: auto auto 3px auto;
  padding: 0.5em 0.5em 0;
  border: 2px solid #9160c1;
  background-color: #f5ecff;
}
#boo {
  width: 600px;
  text-align: left;
  margin: auto auto 3px auto;
  padding: 0.5em 0.5em 0;
  border: 2px solid #8b0036;
  background-color: #d7d7cf;
}
.day {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: italic;
  font-weight: bolder;
  line-height: 150%;
}
#bbs {
  width: 620px;
  margin: auto auto 3px auto;
}
#new {
  width: 605px;
  font-size: 80%;
  text-align: left;
  line-height: 150%;
  margin: auto auto 2em auto;
  padding: 1em 0.5em 0;
  border: 2px solid #c3c3c3;
  background-color: #f0f0f0;
}
#cnt {
  color: #1e6439;
  font-weight: bolder;
  font-size: 25px;
  letter-spacing: 1em;
  margin: 2em auto 1em;
}
#bnr {
  width: 468px;
  text-align: left;
  margin: auto;
}
#ggg {
  font-size: 150%;
  font-weight: bolder;
}
.bn {
  margin-top: 2em;
}
.kg {
  box-shadow: 10px 10px 18px #555;
  -webkit-box-shadow: 10px 10px 18px #555;
  -moz-box-shadow: 10px 10px 18px #555;
}
/* go top */
#got {
  right: 15px;
  bottom: 15px;
  display: none;
  position: fixed;
  z-index: 1000;
}
#got a {
  color: #333;
  background-color: #ccc;
  font-weight: bold;
  text-decoration: none;
  margin: 0;
  padding: 15px 3px;
  display: block;
  border-radius: 5px;
  opacity: 0.5;
}
#got a:hover {
  color: #fffafa;
  background-color: #000;
}
@media only screen and (min-width: 1000px){
  #got {
    right: 50%;
    margin-right: -420px;
  }
}
