@charset "UTF-8";

/* news */
#news-area{
  position: relative;
  margin: 0 auto;
  padding: 30px 20px 30px 50px;
  display: block;
  min-height:800px;
  width: 700px;
  font-size: 108%;
  line-height: 1.8;
  overflow: auto;
}

#news-area article{
  margin-bottom: 50px;
  padding: 0;
  background: url(/img/icon-reiju.png) no-repeat;
  background-position: 10px 8px;
}

#news-area h3{
  background: url(/img/line-news01.png) repeat-x top center;
  margin: 0;
  padding: 15px 0 0 40px;
  color: #ddd;
  font-size: 138.5%;
  font-weight: normal;
}

#news-area time{
  display: block;
  height: 30px;
  width: 100%;
  background: url(/img/line-news02.png) no-repeat;
  background-position: center bottom;
  font-size:93%;
  color:#aaa;
  text-align: right;
}

#news-area p{
  margin: 10px;
}

.prev a,
.next a {
  float: left;
  margin-right: 20px;
  display: block;
  height: 60px;
  width: 23px;
  text-indent: -9999px;
}
.prev a{
  background: url(/img/icon-arrow.png) no-repeat;
  background-position: 0 center;
}
.next a{
  background: url(/img/icon-arrow.png) no-repeat;
  background-position: -23px center;
}



/* theater */
.theater-table {
  margin: 40px 0;
  border-left:1px solid #000;
}

.theater-table tr{
  padding: 10px 0;
  border-bottom:1px solid #000;
}
.theater-table td{
  padding: 10px;
  border-right:1px solid #000;
}

.theater-title {
  padding: 4px 8px;
  background: #000;
  text-align: center;
}

.area {
  width: 80px;
}
.theater {
  width: 220px;
}