/* Global ---------------------------------------------------------------- */

body {
  margin:0;
  padding:0;
  color:#000;
  font-size:small;
  line-height:1.5em;
  font-family:arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
  background:url(../common/bg.gif) fixed;
}

* html body{
  font-size:x-small;
}

a {
color: #980000; 
  text-decoration: underline;
}

a:hover {
  color: #e00; 
  text-decoration: underline;
}

a.red {
  color:#f00;
  text-decoration: none;
  font-weight:bold;
}

a:hover.red {
  color:#f00;
  text-decoration: underline;
}

h1,h2,h3 {
  margin:0;
  padding:0;
}

h2 img {
  margin-left:20px;
}

h3 img {
  margin-bottom:10px;
}

p {
  margin:0.4em 0 1.2em 0;
}

dl {
  margin:0.4em 0 1.0em 0;
}

dd {
  margin:0 0 1.5em 0;
}

dd p{
  margin:0 0 1.0em 0;
}

.red {
  color:#f00;
}

.lrg {
  font-size:1.5em;
}

/* Container ----------------------------------------------------------------- */

#container {
  width:100%;
  text-align:center;
}

#container-inner {
  width:802px;
  background-color: #000;
  margin:0 auto;
  text-align:justify;
}


/* Header ----------------------------------------------------------------- */

#header {
  width:802px;
  text-align:center;
}

#header-inner {
  width:800px;
  background-color: #fff;
  margin:0 auto;
  text-align:justify;
}

#header-inner ul {
  margin:0;
  padding:0;
  list-style-type:none;
}

#header-inner li {
  float:left;
}

#header-inner li a {
  display:block;
  width:160px;
  height:35px;
  text-indent:-1000em;
}

#header-inner li a.infomation{
  background:url(../common/btn_info.png);
}

#header-inner li a:hover.infomation{
  background:url(../common/btn_info.png) left 35px;
}

#header-inner li a.cast-staff{
  background:url(../common/btn_cast-staff.png);
}

#header-inner li a:hover.cast-staff{
  background:url(../common/btn_cast-staff.png) left 35px;
}

#header-inner li a.ticket{
  background:url(../common/btn_ticket.png);
}

#header-inner li a:hover.ticket{
  background:url(../common/btn_ticket.png) left 35px;
}

#header-inner li a.recommend{
  background:url(../common/btn_recommend.png);
}

#header-inner li a:hover.recommend{
  background:url(../common/btn_recommend.png) left 35px;
}

#header-inner li a.about-us{
  background:url(../common/btn_about-us.png);
}

#header-inner li a:hover.about-us{
  background:url(../common/btn_about-us.png) left 35px;
}

/* Content ---------------------------------------------------------------- */

#content {
  clear:both;
  width:802px;
  text-align:center;
}

#content-inner {
  width:800px;
  background-color: #fff;
  margin:0 auto;
  text-align:justify;
}

#content-inner .module-content {
  clear:both;
}

#content-inner .module-content-l {
  width:270px;
  margin-top:20px;
  float:left;
}

#content-inner .module-content-l-inner {
  margin:20px 10px 10px 20px;
}

#content-inner .module-content-l.cat {
  margin:20px 0 10px 20px;
}

#content-inner .module-content-r {
  width:495px;
  margin-top:20px;
  float:left;
  text-align:justify;
  text-justify:distribute;
}

#content-inner .module-content-footer {
  text-align:right;
  margin-right:35px;
  padding-bottom:15px;
}

#content-inner .ctr {
  text-align:center;
}

/* Footer ----------------------------------------------------------------- */

#container-footer {
  width:100%;
  text-align:center;
  background-color: #FFF100;
  border-top: solid 1px #000;
}

#footer {
  width:802px;
  margin:0 auto;
  background-color: #000;
}

#footer-inner {
  width:800px;
  background-color: #FFF100;
  margin:0 auto;
}

