body {
  background: url(images/bg_index.png) repeat-x #F9F9EF;
}

#visual {
  position: relative;
}
#visual .link {
  position: absolute;
  top: 179px;
  left: 50%;
  transform: translateX(-50%);
}
#visual .link a {
  display: block;
  width: 331px;
  height: 43px;
}


#container {
}
#sidebar {
}

#container h2 {
  margin: 0 0 1.5em;
  padding: 0.8em;
  border-left: 7px solid #8B75B1;
  border-bottom: 1px dashed #8B75B1;
  font-weight: bold;
  background-color: #fff;
}
#container h3 {

}


#themis01 {
  position: relative;
  overflow: hidden;
}
#themis01 .content_bk {
  position: absolute;
  top: 130px;
}
#themis01 .content {
  margin-top: -170px;
}

#news_information {
  background: url(images/bg_sidebox_02.png) no-repeat center bottom #D7D7D7;
  margin-bottom: 20px;
}
#news_information h3 {
}
#news_information ul {
  list-style: none;
  overflow: hidden;
  margin: 10px;
}
#news_information li {
  background-color: #FFF;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 90%;
}
#news_information .date {
  padding: 3px 0;
  color: #733882;
  display: block;
}
#news_information a {
  color: #333;
  text-decoration: none;
}
#news_information a:hover {
  text-decoration: underline;
}


@media screen and (max-width: 750px) {
  #visual .link {
    top: 180px;
  }
}