55/* ---------------------------------- */
/* shared.css                         */
/* ---------------------------------- */
/* =================================
   @CONTENTS
================================= */
body#top { background: black url(../images/top/bgRepeat.jpg) top center repeat scroll; }
body#top .outer { 
  background: url(../images/top/bg.png) center 0 no-repeat scroll;
  min-height: 1200px;
  position: relative;
}

#contents {
  width: auto;
  height: 900px;
  min-width: 1250px;
  margin: 0 auto 80px;
  padding-top: 15px;
  position: relative;
}
nav { margin-top: 15px; }

/* @contents
================================= */
header h1 { display: none; }
.leftArea {
  float: left;
  width: 230px;
  margin-left: 15px;
}
.rightArea {
  float: right;
  width: 212px;
  margin-right: 15px;
}

.rightArea a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}
.rightArea .sns li { float: left; }
.rightArea .sns li.twitter { width: 110px; }

#top #twitter {
	text-align: left;
	width: 210px;
	background-color: #000;
	border: 1px solid #000;
}
#top #twitter .twhead {
	padding: 5px 10px;
	text-align: center;
	border-bottom: 2px solid #c7c7c7;
}
#top #twitter .field {
	height: 350px;
}

#whats .newshead  { position: relative; }
#whats .newshead h2 {
  background: url(../images/top/tit_news.png) no-repeat;
  text-indent: -9999px;
  position: relative;
  top: 0;
  left: 0;
  width: 212px;
  height: 40px;
}
#whats .newshead .more {
  position: absolute;
 top: 10px;
 right: 10px;
}
#whats .field {
	background: #000;
	line-height: 1.4;
	height: 460px;
	width: 210px;
	overflow-y: auto;
	color: #fff;
}
#whats dl {
	padding: 5px 0;
	margin: 0;
}
#whats dt {
	padding: 3px 5px 3px 5px;
	font-size: 10px;
	color: #fff;
}
#whats dt a { color: #fff; }
#whats dt a:hover { text-decoration: underline }

#whats dt .date {
	font-weight: bold;
	font-size: 80%;
	padding: 2px 3px;
	margin: 0 10px 0 0;
}
#whats dd {
	padding: 0 5px 8px 5px;
	font-size: 12px;
}

/*バナー非表示*/
.bnrNone {
  display: none;
}


/* @footer
================================= */

footer { 
  background: url(../images/top/bg_footer.png) repeat;
  height: 120px;
  text-align: center;
}
footer div {
  margin: 0 auto;
  width: 1050px;
  position: relative;
}
footer div span{
  display: block;
  float: left;
   margin-top: 25px;
}
footer .bnr_vol3 {
  position: absolute;
  top: -1070px;
  right: 130px;
  width: 168px;
}

  .eventArea {
    position: absolute;
    width: 0;
    right: 58%;
    top: 780px;
    z-index: 999;
}
.eventArea ul li {
  float: left;
  margin: 20px 10px 0 0;
}
.eventArea ul li:first-child {
  float: none;
  margin: 0 auto 532px;
  width: 360px;
}
.eventArea ul li img:hover {
  opacity: 0.75;
}