@charset "UTF-8";

/* link- */
a { outline: none; color:#ffa500; text-decoration: none; }
a:hover { color:#ffd700; }
a:focus { outline:none; }

body {
  background: url(/img/bg.jpg) top left repeat fixed #000;
  text-align: left;
  color: #fff;
}

/* wrap */
#wrap{
  position: relative;
  height:auto !important; /*IE6対策*/
  height: 100%; /*IE6対策*/
  min-height: 100%;
  min-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
#contents{
  position: relative;
  margin: 0 auto;
  padding-left: 300px;
  overflow: hidden;
  height:auto !important; /*IE6対策*/
  height: 1150px; /*IE6対策*/
  min-height: 1150px;
}

.contents-index{ background: #000; }

#overlay {
  background: #111 !important;
}

/* header */
#ubw-header {
  position:absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  padding-left: 30px ;
  width: 270px;
  overflow: hidden;
  z-index: 100;
  height: 100%;  
}
#body-index #ubw-header {
    background: #000;
}

#body-second #ubw-header {
  background-color: rgba(0,0,0,.3);
  -pie-background: rgba(0,0,0,.3);
  behavior: url("/js/vendor/PIE.htc");
}  


#logo a{
  margin: 20px 0 20px 20px;
  display: block;
  height: 160px;
  width: 200px;
  background: url(/img/logo-ubw.png) no-repeat 0 0;
  }

#ubw-menu {
  margin: 20px auto 20px auto;
  paddingt: 0;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 300px;
  border-left: 4px solid #fff;
  font-size: 138.5%;
  letter-spacing: 0.2em;
  text-shadow: 0 3px 1px rgba(0,0,0,.1);
  font-family: 'Prata', serif;
}
  #ubw-menu a{ color: #fff;}
  #ubw-menu a:hover{ color: #dc143c;}
  #ubw-menu li a{
    display: block;
    height: 25px;
    width: 225px;
    margin: 0 auto 5px 0;
    padding-left: 10px;
    background: url(/img/menu-line.png) no-repeat -400px 0;
  }
  .new-window {
    background: url(/img/icon-window.png) no-repeat 140px 2px;
  }

#menu-news {
  margin: 0;
  padding: 0;
  width: 230px;
  line-height: 1.4;
  height: 160px;
}
  #menu-news li{
    margin: 0 auto 10px 0;
    padding-bottom: 5px;
    font-size: 10px;
    background: url(/img/line-menu-news.png) center bottom repeat-x;
  }
  #menu-news a{ color: #fff;}
  #menu-news a:hover{ color: #ccc;}
  #menu-news time{
    display: block;
    margin-bottom: 3px;
    padding-left: 5px;
    font-size: 8px;
    border-left: 2px solid #111;
    color: #ccc;
  }
  #menu-news p{
  padding-left: 5px;
  }

#bnr-area { margin: 40px  auto 10px 0; }
  #bnr-area li{ margin-bottom: 10px; }


#menu-movie{
  margin: 20px auto 20px 0;
  font-size: 123.1%;
  letter-spacing: 0.2em;
  line-height: 1.2;
  font-family: "Prata", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
  #menu-movie li a{
    position: relative;
    display: block;
    height: 130px;
    width: 230px;
  }
  #menu-movie img{  
    position: absolute;
    top: 0;
    left: 0;
    height: 130px;
    width: 230px;   
    padding: 0;
  } 
  #menu-movie p{  
    position: absolute;
    bottom: 0;
    width: 210px;
    padding: 2px 10px;
    color: #fff;
  }  
  #menu-movie a:hover{ color: #ccc;}
 #menu-bnr li {
  margin-bottom: 15px;
}


/* key */
#key {
  position: relative;
  margin: 0 auto;
  padding: 0;
  display: block;
  width: 100%; 
  height: 100%;
  overflow:hidden;
  zoom:1;
  background: #000;
}
  #key img{ width: 100%; height: auto;}


/* catch */
#catch01 {
  position: absolute;
  top: 30px;
  left: 40px;
}
img.chatch01-l { display: none; }
  @media screen and (min-width: 1700px) {
    img.chatch01-s { display: none !important; }
    img.chatch01-l { display: block !important; }
  }
  @media screen and (max-width: 1699px) {
    img.chatch01-s { display: block; }
    img.chatch01-l  { display: none; }
  }
  
#catch02 {
  position: absolute;
  top: 20px;
  right: 0;
}
img.chatch02-l { display: none; }
  @media screen and (min-width: 1400px) {
    img.chatch02-s { display: none !important; }
    img.chatch02-l { display: block !important; }
  }
  @media screen and (max-width: 1399px) {
    img.chatch02-s { display: block; }
    img.chatch02-l  { display: none; }
  }
  
.text-staff {
  position: absolute;
  bottom: 60px;
  right: 10px;
}

/* second */
#body-second #contents h2{
  display: block;
  height: 46px;
  width: 440px;
  margin: 20px auto 50px auto;
  padding: 0;
  text-indent:100%; white-space:nowrap; overflow:hidden; font-size: 0;
}

#header-news{ background: url(/img/header-news.png) center top; }
#header-intro{ background: url(/img/header-intro.png) center top; }
#header-staff{ background: url(/img/header-staff.png) center top; }
#header-chara{ background: url(/img/header-chara.png) center top; }
#header-movie{ background: url(/img/header-movie.png) center top; }
#header-music{ background: url(/img/header-music.png) center top; }
#header-onair{ background: url(/img/header-onair.png) center top; }
#header-special{ background: url(/img/header-special.png) center top; }
#header-tweetnight{ background: url(/img/header-tweetnight.png) center top;}
#header-story{ background: url(/img/header-story.png) center top;}
#header-bdbox{ background: url(/img/header-bdbox.png) center top;}
#header-rental{ background: url(/img/header-rental.png) center top;}
#header-goods{ background: url(/img/header-goods.png) center top;}
#header-form{ background: url(/img/header-form.png) center top;}



#body-second #contents h3{
  color: #deb887; /* #ffe4b5 */
}

.link-auto a[target=_blank]:after {
content:url(/img/icon-window.png);
margin:0 3px;
}