/* ==========================================================================
Reset
============================================================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix, #main {
  *zoom: 1;
}
.clearfix:after, #main:after {
  content: "";
  display: table;
  clear: both;
}

body {
  background-color: #e60012;
}

header {
  background-image: url(../img/bg_grad_03.png);
  background-repeat: repeat-x;
  background-position: top left;
  z-index: 1000;
  position: fixed;
  width: 100%;
  height: 120px;
}
header h1 {
  width: 65px;
  position: relative;
  top: 20px;
  left: 20px;
}
header h2 {
  width: 96px;
  position: absolute;
  right: 20px;
  top: 20px;
}

#main {
  width: 960px;
  margin: 0 auto;
  padding-top: 100px;
}
#main .left {
  position: fixed;
  height: 100%;
}
#main .left h1 {
  margin-top: -15px;
}
#main .left h1 img {
  width: 100%;
}
#main .left .btm {
  position: fixed;
  bottom: 100px;
}
#main .left .btm .char {
    width: 268px;
    height: 64px;
    overflow: hidden;
    margin-bottom: 20px;
    background: url(../img/chara.png) no-repeat 0 0;
}
#main .right {
  width: 460px;
  position: relative;
  top: 0;
  left: 480px;
  padding-bottom: 100px;
}
#main .right p.words {
  padding-bottom: 80px;
}
#main .right .movie {
  margin-bottom: 50px;

}
#main .right .movie p {
  margin-bottom: 20px;
}
#main .right .movie iframe {
  margin-bottom: 20px;
  height: 259px;
    width: 460px;

}
#main .right p.copy {
  display: none;
}
