@charset "utf-8";

a:link,a:active,a:visited {
  color: #FFFFCC;
  text-decoration: none;
}
a:hover {
  color: #FF0000;
  text-decoration: none;
}
a:hover img{
  opacity:0.8;
  filter:alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
.clr {clear: both;}
body {
  color: #333;
  background-color: #FCF4E7;
  font-size: 12px;
  line-height: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#wrapper {
  width: 760px;
  margin:0px auto;
  background-color: #FFF;
}
header {
  margin-bottom: 10px;
}
footer {
  padding:5px;
  text-align: center;
  background-color: #E58673;
  color: #FFF;
}
#contents {
  overflow:hidden;
}

#main {
  width: 560px;
  float: right;
  background-image: url(https://www.mamagathering.org/img/line.gif);
  background-repeat: repeat-y;
  background-position: left top;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}
#main .about1 {
  height: 200px;
  width: 530px;
  background-image: url(https://www.mamagathering.org/img/about1.gif);
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
#main .about1 h2 {
  text-indent: -9999;
  display: none;
}
#main .about1 p {
  display: block;
  width: 240px;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  line-height: 20px;
  margin-bottom: 10px;
}
#main .about2 {
  background-image: url(https://www.mamagathering.org/img/about2.gif);
  background-repeat: no-repeat;
  height: 140px;
  width: 530px;
  margin-bottom: 10px;
  padding-top: 45px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}
#main .entry iframe {
  display: block;
  height: 380px;
  width: 450px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #F39F9F;
  margin-bottom: 2px;
}
#main .entry p {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  color: #F00;
  font-size: 10px;
}
#side {
  width: 200px;
  float: right;
  color: #630;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
#side .box {
  background-color: #FCF4E7;
  margin-bottom: 10px;
  padding: 10px;
}
#main .entry h2, #side .box h3{
  display: block;
  margin-bottom: 10px;
}
#side .box strong {
  display: block;
  margin-bottom: 10px;
  padding-top: 10px;
}
#side .box em {
  font-size: 10px;
  display: block;
}
#side .box li {
  background-image: url(https://www.mamagathering.org/img/icon_dots.gif);
  background-repeat: no-repeat;
  background-position: left center;
  text-indent: 14px;
  font-size: 11px;
  line-height: 16px;
  height: 16px;
}
#side .box dl {
  padding-top: 10px;
}

#side .box dt {
  display: block;
  float: left;
  width: 60px;
}
#side .box dd {display: block;}
#info {
  clear:left;
  display: block;
}
#info h3 {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
#info dl {
  display: block;
  padding: 10px;
  width: 363px;
  float: left;
  margin-bottom: 10px;
  margin-left: 10px;
  border: 1px dashed #F39F9F;
}
#info dl dt {
  width: 80px;
  display: block;
  float: left;
}
#info dl dd {
  display: block;
  float: left;
  margin-left: 10px;
  height: 110px;
  width: 251px;
}
#info dl dd strong {
  display: block;
  margin-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #F39F9F;
  font-weight: bold;
  color: #666;
}
#info dl dd p {
  font-size: 12px;
  line-height: 1.2em;
  text-align:justify;
}
