/* header */
#header {
  width:900px;
  height:370px;
  position: relative;
}
#header h1, #header p {
  position: absolute;
  text-indent: -9999px;
  font-size: xx-small;
}
#header h1 {
  top: 0px; left: 254px;
  width: 401px; height: 260px;
  background:url(../images/top_title.gif) left top no-repeat;
}
#header p.header01 {
  top: 260px; left: 254px;
  width: 401px; height: 110px;
  background:url(../images/top_title2.gif) left top no-repeat;
}
#header p.header02 {
  top: 0px; left: 0px;
  width: 254px; height: 370px;
  background:url(../images/top_lead.gif) left top no-repeat;
}
#header p.header03 {
  top: 0px; left: 655px;
  width: 245px; height: 370px;
  background:url(../images/top_lead2.gif) left top no-repeat;
}

/* top title */
#top_castph {
  margin:0 auto;
  width:840px;
  height:190px;
  text-indent:-9999px;
  font-size:xx-small;
  background:url(../images/maincast.jpg) left top no-repeat;
}
#topbody {
  padding: 15px 40px 0;
  width: 820px;
  background:url(../images/topbody_bkg.gif) center top no-repeat;
}
#topbody_left {
  float: left;
  width: 480px;
}
#topbody_right {
  float: right;
  width: 320px;
}
#topbody_left p {
  font-size: 14px;
  line-height: 24px;
}
#topbody_left strong {
  color: #86363e;
}
#topbody_left a {
  display: block;
  margin: 15px auto;
  width: 470px;
}

#moreinfo { 
  margin-top: 20px;
}
#table {
  float:left;
  width: 590px;
  border:1px solid #999;
}
#table td {
  padding:8px 15px;
  border:1px solid #999;
}
#table span {
  font-size:11px;
}
#table strong {
  font-size:18px;
}

#side {
  float:right;
  width:210px;
}
.img, .qr {
  display:block;
  margin-top:5px;
  text-decoration:none;
  border:5px solid #f1f1f1;
}
.extxt {
  margin-top:3px;
  font-size:12px;
}
#side span {
  font-size:11px;
  line-height:1.5;
}
.img:hover {
  text-decoration:none;
  border:5px solid #86363e;
}