@charset "utf-8";

a:link,a:active,a:visited {
  color: #FF3366;
  text-decoration: none;
}
a:hover {
  color: #FFCC00;
  text-decoration: underline;
}
a:hover img.photo {
  opacity:0.8;
  filter:alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
.clr {
  clear: both;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  line-height: 16px;
  background-color: #140202;
  color: #FFF;
}
#wrapper {
  width: 780px;
  margin:0px auto;
  border: 1px solid #6D0600;
  padding: 9px;
}
header {
  border-bottom: 1px solid #6D0600;
  margin-bottom: 10px;
}
footer {
  clear:both;
  padding-top: 10px;
  border-top: 1px solid #6D0600;
  text-align: center;
}
#main {
  width: 460px;
  float: right;
  margin-bottom: 10px;
  background-image: url(https://www.tousandreu.com/img/bg.jpg);
  background-repeat: no-repeat;
  height: 700px;
}
#main h2, #main dl {
  display: none;
}

#side {
  float: left;
  width: 290px;
  margin-bottom: 10px;
}
#side h3 {
  display: block;
  margin-bottom: 5px;
}
#side iframe {
  width: 290px;
  display: block;
  margin-bottom: 5px;
}
#side .gallerycontainer {
  margin-bottom: 5px;
}

#side .gallerycontainer li {
  float: left;
  border: 1px solid #6D0600;
  height: 90px;
  width: 90px;
  float: left;
  margin-right: 2px;
  margin-left: 2px;
  margin-bottom: 4px;
}
#side p {
  border: 1px solid #6D0600;
  padding: 5px;
  display: block;
}
#side p em {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #F03;
}

/*サムネイル*/
.gallerycontainer{
  position: relative;
}
.thumbnail:hover{
background-color:transparent;
}
.thumbnail span{
  left: -1000px;
  visibility: hidden;
  text-decoration: none;
}
.thumbnail:hover span{
  position: absolute;
  visibility: visible;
  top: 0px;
  left: 300px;
  z-index: 50;
  width:460px;
  height:285px;
  display:block;
}