@charset "Shift_JIS";

* {
  margin:0;
  padding:0;
}
body {
  margin:0 auto;
  text-align:center;
  color:#fff;
  font-size:14px;
  line-height:1.6;
  font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",Verdana;
  letter-spacing:0.1em;
  background:#161616 url(../images/bkg.gif) repeat;
}
a {
  color:#79a91e;
  text-decoration:none;
}
a:hover {
  color:#99d94f;
  text-decoration:underline;
}
a:focus {  outline:none;  }

table {
  border-collapse:collapse;
  border:none;
  text-align:left;
}
td,th {
  text-align:left;
  vertical-align:top;
}
img { 
  border:none;
  vertical-align:bottom;
}

#wrapper {
  margin:0 auto;
  width:100%;
  background:url(../images/bkg_obi.gif) 0px 276px repeat-x;
}

#body {
  margin:0 auto;
  padding:0 10px;
  width:900px;
  text-align:left;
  background:url(../images/bodybkg.gif) left top repeat-y;
}

/* header */
#header {
  width:900px;
  height:57px;
  text-align:left;
  background:url(../images/navi_bkg.gif) 0px 37px no-repeat;
}
/* global navi */
#globalnavi {
  width:900px;
  height:42px;
  list-style:none;
  background:url("../images/navi.gif") 0px -37px no-repeat;
}
#globalnavi li {
  display:block;
  float:left;
  height:37px;
}
#globalnavi li a, #globalnavi li strong, #globalnavi li p {
  display:block;
  width:143px;
  height:37px;
  text-indent:-9999px;
  text-decoration:none;
}
#globalnavi li#top a, #globalnavi li#top strong {
  width:71px;
  background:url("../images/navi.gif") 0px 0px no-repeat;
}
#globalnavi li#company a, #globalnavi li#company strong {
  width:257px;
  background:url("../images/navi.gif") -71px 0px no-repeat;
}
#globalnavi li#cast a, #globalnavi li#cast strong {
  background:url("../images/navi.gif") -328px 0px no-repeat;
}
#globalnavi li#news a, #globalnavi li#news strong {
  background:url("../images/navi.gif") -471px 0px no-repeat;
}
#globalnavi li#blog a, #globalnavi li#blog strong {
  background:url("../images/navi.gif") -614px 0px no-repeat;
}
#globalnavi li#ticket a, #globalnavi li#ticket strong {
  background:url("../images/navi.gif") -757px 0px no-repeat;
}
#globalnavi li#top a:hover, #globalnavi li#top strong,
#globalnavi li#company a:hover, #globalnavi li#company strong,
#globalnavi li#cast a:hover, #globalnavi li#cast strong,
#globalnavi li#news a:hover, #globalnavi li#news strong,
#globalnavi li#blog a:hover, #globalnavi li#blog strong,
#globalnavi li#ticket a:hover, #globalnavi li#ticket strong {
  background:none;
}

#globalnavi li#ticket p {
  background:url("../images/navi_under.gif") -757px 0px no-repeat;
}

/* mainbody */
#mainbody {
  padding:0 30px 30px;
  width:840px;
  text-align:left;
}

/* pagetop */
.pagetop {
  display:block;
  margin-left:715px;
  width:125px;
  height:34px;
  text-indent:-9999px;
  font-size:xx-small;
  text-decoration:none;
  background:url(../images/pagetop.gif) top left no-repeat;
}

.mTop5 {
  margin-top:5px !important;
}
.mTop10 {
  margin-top:10px !important;
}

/* clearfix */
.clearFix:after {
  content: "."; 
  display: block; 
  height: 0;
  clear: both; 
  visibility: hidden;
}
*:first-child+html .clearFix { /* for windows IE7 only */
  display:inline-block;
  min-height:1%;
}
* html .clearFix { /* for windows IE6 only */
  height:1%;
}