@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color:#333;
  border-bottom: 1px solid #333;
 }
  
a:hover {  text-decoration: none;
  color:#333;
  border: none;
 }

a.imgsLink{
  border: none;
}

a img{
 text-decoration: none;
 border: none;
}
  
a:hover img{
  filter: alpha(opacity=50);
  -moz-opacity:0.50;
  opacity:0.50;
}

body{
  color: #000;
  font-size: x-small;
  line-height: 2.3em;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
}

h1{
  font-size: x-small;
  margin-bottom: 30px;
}


h2{
  font-size: x-small;
}

strong{
  font-weight: normal;
  border-bottom: dotted 1px #000;
}

.back{
  font-size: x-small;
}

#container{
  position: absolute;
  left: 50%;
  top: 150px;
  width: 800px;
  margin-left: -400px; /* half of width */
  font-size: x-small;
}

#cover{
  width: 100%;
  text-align: center;
}

#cover .menu{
  margin-top: 40px;
}


#cover p{
  margin-bottom: 40px;
}

#illust{
  width: 400px;
  float: left;
}

#main{
  margin-left: 400px;
}

.address table th{
  text-align: left;
  font-weight: normal;
  padding-right: 40px;
}

.address ul{
  margin: 40px 0 40px 0;
  padding-left: 20px;
}

.address  li{
  font-size: x-small;
}

.information .article{
  margin-bottom: 30px;
}
.information .title{
  margin-bottom: 20px;
}

.information .calendar{
  position: relative;
  overflow: hidden;
  width:278px;
  height:309px;
}

#calendar200802{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

#calendar200803{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.information .calendar img{
  border: 1px solid #333;
  margin: auto;
}

.caution{
  padding-top: 6px;
  color: #666;
  line-height: 140%;
}

#footer{
  clear: both;
  width: 100%;
  padding-top: 40px;
  text-align: center;
  font-size: x-small;
  font-family: verdana;
}
