@charset "Shift_JIS";

* {
  margin:0;
  padding:0;
}
body {
  margin:0 auto;
  text-align:center;
  color:#333;
  font-size:12px;
  line-height:1.5;
  font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",Verdana;
  letter-spacing:0.1em;
  background:#ffa13e url(http://www.standardsong.com/doryoku/images/bkg.gif) center top repeat-x;
}
a {
  color:#00a0e9;
  text-decoration:underline;
}
a:hover {
  color: #00c5e9;
  text-decoration:underline;
}
a:focus {  outline:none;  }

table {
  border-collapse:collapse;
  border:none;
  text-align:left;
}
td, th {
  padding: 3px 5px;
  vertical-align:top;
}
th {
  text-align: right;
}
img { 
  border:none;
  vertical-align:bottom;
}

/* layout */
#wrapper {
  margin:0 auto;
  padding: 0 0 15px;
  width:919px;
}

h1, h2 { 
 font-size: xx-small;
 line-height: 0;
}
h3 {
  font-size: 16px;
  color: black;
}

/* sslink */
#sslink {
  height: 42px;
  padding-left: 20px;
  text-align: left;
}

/* header */
#header {
  width:919px;
  height: 294px;
  position: relative;
}
#header #head_story {
  position: absolute;
  top: 0px; left: 0px;
  width: 251px; height: 294px;
}
#header #head_icatch {
  position: absolute;
  top: 0px; left: 251px;
  width: 215px; height: 294px;
}
#header h1 {
  position: absolute;
  top: 0px; left: 466px;
  width: 446px; height: 174px;
}
#header h2 {
  position: absolute;
  top: 174px; left: 466px;
  width: 439px; height: 120px;
}

/* body */
#body {
  width:912px;
  padding-left: 7px;
  padding-bottom: 20px;
  background:url(http://www.standardsong.com/doryoku/images/bodybkg.png) center top repeat-y;
  text-align: left;
}

#inbody {  width: 898px; }
#timetable {
  float: left;
  width: 580px;
}
#timetable {
  float: left;
  width: 580px;
}
#message {
  float: right;
  width: 318px;
}

#ticketbtn_pre, #ticketbtn { margin-top: 15px; }
#ticketbtn_pre strong,
#ticketbtn strong {
  font-size: 14px;
  color: #e60012;
}

#inbody02 {
  margin-left: 40px;
  width: 828px; 
}
#mainbody {
  float: left;
  width: 580px;
}
#side {
  float: right;
  width: 220px;
}



.infotbl { width: 580px; }
.infotbl td, .infotbl th {
  padding: 8px 10px;
  border: 1px solid #ff7800;
}
.infotbl td {
  background-color :#fff;
}
.infotbl th {
  width: 16%;
  text-align: center;
  background-color :#fff4d5;
}

.imgborder a img {
  border: 1px solid #ff7800;
}
.imgborder a:hover img {
  border: 1px solid #fff;
}

/* footer */
#footer {
  width:919px;
  padding-top : 14px;
  background:url(http://www.standardsong.com/doryoku/images/footer.gif) center top no-repeat;
}

/* pagetop */
.pagetop {
  margin-left: 761px;
}


.mTop02 { margin-top: 2px !important; }
.mTop05 { margin-top: 5px !important; }
.mTop10 { margin-top: 10px !important; }
.mTop15 { margin-top: 15px !important; }
.mTop20 { margin-top: 20px !important; }
.mTop30 { margin-top: 30px !important; }
.mTop40 { margin-top: 40px !important; }

.mBtm05 { margin-bottom: 5px !important; }

.mLeft3 { margin-left: 3px; }
.mLeft5 { margin-left: 5px; }
.L40 { padding-left: 40px; }

.fontSS { font-size: 10px; }
.fontS { font-size: 11px; }
.fontR { font-size: 12px; }
.fontM { font-size: 14px; }
.fontB { font-size: 18px; }


.alignR { text-align: right; }

.red {  color: #e60012; }
.orange { color: #ee5a00; }


/* 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%;
}

/* mouse over */
.overAlpha a { background: none !important; }
.overAlpha a img {
  filter: alpha(opacity=100);
  -moz-opacity:1.00;
  opacity:1.00;
}
.overAlpha a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity:0.70;
  opacity:0.70;
}