@charset "Shift_JIS";

#wrapper {
  margin:0 auto;
  width:100%;
  background:url(../images/bkg_head.gif) 0px -164px repeat-x;
}
/* header */
#header {
  width:900px;
  height:365px;
  background:url("../images/page_mainph.jpg") no-repeat;
}
#header h1,#header h2,#header strong {
  width:900px;
  height:125px;
  text-indent:-9999px;
  text-decoration:none;
  font-size:xx-small;
  background:none;
}
#header strong {
  display:block;
  height:115px;
}

/* maincast */
#maincast {
  margin-top:15px;
  list-style:none;
}
#maincast li {
  float:left;
  width:169px;
}
#maincast p {
  width:160px;
  font-size:16px;
}
#maincast li#last { width:164px; }

/* cast */
.castUL {
  margin-top:15px;
  list-style:none;
}
.castUL li {
  float:left;
  width:120px;
  text-align:center;
}

/* maincast, cast */
#maincast p, .castUL p {
  margin-top:3px;
  text-align:center;
}
#maincast a, .castUL a { 
  color:#fff; 
  text-decoration:none;
}
#maincast a:hover, .castUL a:hover { 
  color:#ff0000; 
  text-decoration:underline;
}
.phlink img { margin:2px; }
.phlink:hover img {
  margin:0;
  border:2px solid #ff0000;
}