﻿@charset "utf-8";

#contents {
  margin: 0;
  padding: 0;
}

#contents h1,
#contents h2,
#contents h3,
#contents h4,
#contents h5,
#contents h6{
  margin-top: 2.5em;
  padding: 0 .5em 0 .5em;
  background-color: #FFF;
  color: #6BB;
  text-align: left;
  font-size: 100%;
  font-weight: normal;
  line-height: 150%;
}

#contents h1 {
  font-size: 200%;
}

#contents h2 {
  font-size: 150%;
}

#contents h3 {
  font-size: 125%;
}

#contents h4 {
  font-size: 110%;
}


#contents h1.maintitle {
  margin-top: .5em;
  padding: 0;
  font-size: 200%;
  color: #6BB;
  text-align: center;
}

#contents p.maintitle {
  margin: 2em 0;
  padding: 0;
  font-size: 125%;
  text-align: center;
}

#contents .wbr {
  display:none;
}

#contents p {
  background-color: #FFF;
  margin-top: 1em;
  line-height: 150%;
}

#contents img {
  display: block;
  margin: auto;
}

#contents .catchcopy {
}

#contents .catchcopy .copy {
  float: left;
  width: 530px;
}

#contents .catchcopy .separator{
  float: left;
  width: 20px;
}

#contents .catchcopy .image {
  float: left;
  position:relative;
  overflow:hidden;
  height:300px;
  width: 450px;
}

#contents .catchcopy img {
  display: inline;
}

#contents .calendar {
  margin-top:1em;
}

#contents .contact {
  margin:3em 0;
  text-align: center;
}

#contents .contact .button {
  margin:.5em;
  width:100%;
}

#contents table {
  margin: 1em 0;
  width: 100%;
  border: 1px #777 solid;
  border-right: none;
  border-bottom: none;
}

#contents table th,
#contents table td {
  padding: .5em;
  border: 1px #777 solid;
  border-top: none;
  border-left: none;
  vertical-align:middle;
  text-align:center;
}

#contents table th {
  font-weight: normal;
  background-color:#EFF;
}

#contents table td {
  font-weight: bold;
}


#aaa {
float:left;
background-image:url('../images/aaa.jpg');
height:35px;
width:480px;
}

