@charset "Shift_JIS";

body {
  background-color: #ffffff;
  color: #5b5b5b;
  overflow-y: hidden;
}
body.index {
  background: #ffffff url(../img/back2.gif) repeat-x;
}

p,
dl,
ul,
ol,
td {
  line-height: 1.5;
  font-size: 100%;
}

a:link {
  color: #0730d1;
}
a:visited {
  color: #75268e;
}
a:hover {
  color: #ffcc33;
}
a:active {
  color: #ff9900;
}

.header,
.box00 {
  background: #ffffff url(../img/back.gif) repeat-y;
  width: 1024px;
  margin: 0 auto;
}

h1 {
  width: 1024px;
  padding: 30px 0 0 0;
  border-bottom: solid 1px #c0c0c0;
}
.navi {
  text-align: right;
  padding-top: 3px;
  margin-right: 5px;
  border-bottom: solid 1px #c0c0c0;
}
.navi a,
.navi a:visited {
  text-decoration: none;
  color: #0730d1;
}

@media screen and (orientation:portrait){
  .menu {
    float: none;
    clear: none;
  }
}

@media screen and (min-width: 980px){
  .menu {
    float: left;
    clear: left;
    width: 250px;
  }
}

.menu ul li {
  width: 250px;
  height: 40px;
  margin: 1px;
  background: url(../img/menu1.png) no-repeat;
  text-align: center;
}

.menu ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  background: url(../img/menu2.png) no-repeat;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
.menu ul li a:visited {
  color: #ffffff;
}
.menu ul li a:hover {
  background: none;
}

.under {
  margin: 10px;
}

.contents {
  float: left;
  clear: right;
}
iframe {
  width: 770px;
  height: 800px;
}

.box01 {
  width: 750px;
  margin: 10px auto;
}

.box01 img {
  margin-bottom: 5px;
}

h2 {
  width: 750px;
  border-bottom: double 3px #c0c0c0;
  padding: 15px 0 2px 0;
  color: #000000;
  font-size: 120%;
  font-weight: bold;
}
h3 {
  width: 700px;
  border-bottom: solid 3px #addbde;
  border-left: solid 10px #addbde;
  padding: 20px 0 2px 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 100%;
}

h4 {
  width: 680px;
  border-bottom: solid 3px #addbde;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 100%;
}

.reday {
  text-align: right;
}
.kakai {
  margin: 1em 0;
}

.kakai dl,
.kakai ol,
.kakai ul {
  margin: 0.5em 2em 1em 2em;
}
.kakai dl dd {
  margin-left: 1em;
}
.kakai dt {
  margin-left: 1em;
  font-weight: bold;
}
.sikai {
  text-align: right;
}
dd.enjya {
  text-indent: 5em;
}
.del {
  text-decoration: line-through;
  text-decoration-style: double;
  text-decoration-color: red;
}


#osirase {
  margin-bottom: 2em;
}

.innershadow {
  background-image: -moz-linear-gradient(top, #f5f5f5, #ffffff);
  background-image: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#f5f5f5),
    to(#ffffff),
    color-stop(1, #ffffff)
  );
  padding: 20px 20px 20px 20px;

  border: 2px solid #fefefe;

  box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.15);
}

.footer {
  clear: both;
  width: 1024px;
  height: 40px;
  background: #b6d7de;
  border-top: solid 1px #c0c0c0;
  border-bottom: solid 1px #6e6e6e;
}
.footer p {
  padding: 1em 1em 0 1em;
  text-align: right;
}
