/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 7, ../sass/screen.scss */
html {
  background-color: #000;
  font-size: 14px;
  color: #afafaf;
  line-height: 18px;
  font-family: Arial, Helvetica, sans-serif;
}

/* line 16, ../sass/screen.scss */
h1 {
  text-indent: -9999px;
  color: #000;
}

/* line 20, ../sass/screen.scss */
h2 {
  font-size: 14px;
  font-weight: bold;
  color: #c00000;
  margin: 10px 0px;
}

/* line 26, ../sass/screen.scss */
a {
  color: #afafaf;
  text-decoration: none;
}
/* line 29, ../sass/screen.scss */
a:hover {
  color: #fff;
}

/* line 33, ../sass/screen.scss */
.clr {
  clear: both;
}

/* line 36, ../sass/screen.scss */
.content {
  width: 950px;
  margin: 5px auto;
}

/* line 41, ../sass/screen.scss */
#kv {
  height: 600px;
  background: url(../images/cp1-bg.jpg) 50%;
}

/* line 46, ../sass/screen.scss */
.kvcol0 {
  position: relative;
  top: 480px;
  left: 50px;
}

/* line 51, ../sass/screen.scss */
.kvcol1 {
  width: 550px;
  float: left;
}

/* line 56, ../sass/screen.scss */
.kvcol2 {
  float: left;
  margin-left: 30px;
}

/* line 60, ../sass/screen.scss */
.kvcol3 {
  float: left;
  margin-left: 10px;
  width: 200px;
}
/* line 64, ../sass/screen.scss */
.kvcol3 .sub {
  font-size: 11px;
  color: #606060;
  line-height: 12px;
}

/* line 71, ../sass/screen.scss */
#nav {
  z-index: 100;
  width: 950px;
  margin: auto;
}
/* line 75, ../sass/screen.scss */
#nav li {
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  float: left;
  margin-right: -1px;
}
/* line 83, ../sass/screen.scss */
#nav .btn1 a {
  height: 71px;
  width: 199px;
  display: block;
  background: url(../images/nav1a.jpg) no-repeat;
}
/* line 89, ../sass/screen.scss */
#nav .btn1 :hover {
  background: url(../images/nav1b.jpg) no-repeat;
}
/* line 94, ../sass/screen.scss */
#nav .btn2 a {
  height: 71px;
  width: 187px;
  display: block;
  background: url(../images/nav2a.jpg) no-repeat;
}
/* line 100, ../sass/screen.scss */
#nav .btn2 :hover {
  background: url(../images/nav2b.jpg) no-repeat;
}
/* line 105, ../sass/screen.scss */
#nav .btn3 a {
  height: 71px;
  width: 156px;
  display: block;
  background: url(../images/nav3a.jpg) no-repeat;
}
/* line 111, ../sass/screen.scss */
#nav .btn3 :hover {
  background: url(../images/nav3b.jpg) no-repeat;
}
/* line 116, ../sass/screen.scss */
#nav .btn4 a {
  height: 71px;
  width: 148px;
  display: block;
  background: url(../images/nav4a.jpg) no-repeat;
}
/* line 122, ../sass/screen.scss */
#nav .btn4 :hover {
  background: url(../images/nav4b.jpg) no-repeat;
}
/* line 127, ../sass/screen.scss */
#nav .btn5 a {
  height: 71px;
  width: 137px;
  display: block;
  background: url(../images/nav5a.jpg) no-repeat;
}
/* line 133, ../sass/screen.scss */
#nav .btn5 :hover {
  background: url(../images/nav5b.jpg) no-repeat;
}
/* line 138, ../sass/screen.scss */
#nav .btn6 a {
  height: 71px;
  width: 117px;
  display: block;
  background: url(../images/nav6a.jpg) no-repeat;
}
/* line 144, ../sass/screen.scss */
#nav .btn6 :hover {
  background: url(../images/nav6b.jpg) no-repeat;
}

/* line 150, ../sass/screen.scss */
.navshadow {
  clear: both;
  height: 15px;
  width: 100%;
  background: url(../images/navshadow.png) repeat-x;
}

/* line 157, ../sass/screen.scss */
#cp2 {
  height: 610px;
  background: url(../images/cp2-bg.jpg) 50%;
  position: relative;
}
/* line 162, ../sass/screen.scss */
#cp2 h1 {
  position: relative;
  top: 20px;
  left: 20px;
  display: block;
  width: 686px;
  height: 18px;
  background: url(../images/cp2-tittle.png) no-repeat;
}
/* line 171, ../sass/screen.scss */
#cp2 h2 {
  position: relative;
  left: 20px;
  top: 20px;
}
/* line 176, ../sass/screen.scss */
#cp2 p {
  position: relative;
  left: 20px;
  top: 20px;
  width: 450px;
}
/* line 182, ../sass/screen.scss */
#cp2 .boost {
  width: 450px;
  position: relative;
  top: 303px;
  left: 140px;
}
/* line 187, ../sass/screen.scss */
#cp2 .boost td {
  text-align: center;
  height: 26px;
}
/* line 191, ../sass/screen.scss */
#cp2 .boost .top {
  color: #fff;
  font-weight: bold;
}

/* line 197, ../sass/screen.scss */
#cp3 {
  height: 670px;
  background: url(../images/cp3-bg.jpg) 50%;
  padding: 5px;
  position: relative;
}
/* line 203, ../sass/screen.scss */
#cp3 h1 {
  display: block;
  width: 686px;
  height: 18px;
  background: url(../images/cp3-tittle.png) no-repeat;
  position: relative;
  top: 100px;
  left: 470px;
}
/* line 212, ../sass/screen.scss */
#cp3 h2 {
  position: relative;
  top: 100px;
  left: 470px;
}
/* line 217, ../sass/screen.scss */
#cp3 p {
  position: relative;
  top: 100px;
  left: 470px;
  width: 450px;
}
/* line 223, ../sass/screen.scss */
#cp3 .audio {
  position: relative;
  top: 100px;
  left: 470px;
  margin-top: 20px;
}
/* line 229, ../sass/screen.scss */
#cp3 .notice {
  position: relative;
  top: 260px;
  float: right;
  color: #666;
}

/* line 236, ../sass/screen.scss */
#cp4 {
  height: 610px;
  background: url(../images/cp4-bg.jpg) 50%;
  position: relative;
}
/* line 241, ../sass/screen.scss */
#cp4 h1 {
  display: block;
  width: 686px;
  height: 18px;
  background: url(../images/cp4-tittle.png) no-repeat;
  position: relative;
  top: 35px;
  left: 100px;
}
/* line 250, ../sass/screen.scss */
#cp4 h2 {
  position: relative;
  top: 35px;
  left: 100px;
}
/* line 255, ../sass/screen.scss */
#cp4 p {
  position: relative;
  top: 35px;
  left: 100px;
  width: 755px;
}

/* line 263, ../sass/screen.scss */
#cp5 {
  height: 580px;
  background: url(../images/cp5-bg.jpg) 50%;
  position: relative;
}
/* line 268, ../sass/screen.scss */
#cp5 h1 {
  display: block;
  width: 686px;
  height: 18px;
  background: url(../images/cp5-tittle.png) no-repeat;
  position: relative;
  top: 50px;
  left: 520px;
}
/* line 277, ../sass/screen.scss */
#cp5 h2 {
  position: relative;
  top: 50px;
  left: 520px;
}
/* line 282, ../sass/screen.scss */
#cp5 p {
  position: relative;
  top: 50px;
  left: 520px;
  width: 370px;
}

/* line 290, ../sass/screen.scss */
#cp6 {
  height: 610px;
  background: url(../images/cp6-bg.jpg) 50%;
  position: relative;
}
/* line 295, ../sass/screen.scss */
#cp6 h1 {
  display: block;
  width: 686px;
  height: 18px;
  background: url(../images/cp6-tittle.png) no-repeat;
  position: relative;
  top: 150px;
  left: 60px;
}
/* line 304, ../sass/screen.scss */
#cp6 h2 {
  position: relative;
  top: 150px;
  left: 60px;
}
/* line 309, ../sass/screen.scss */
#cp6 p {
  position: relative;
  top: 150px;
  left: 60px;
  width: 380px;
}

/* line 318, ../sass/screen.scss */
#cp7 h1 {
  display: block;
  width: 160px;
  height: 22px;
  background: url(../images/cp7-tittle.png) no-repeat;
  margin: 20px;
}
/* line 326, ../sass/screen.scss */
#cp7 .spec {
  width: 855px;
  background: #090000;
}
/* line 329, ../sass/screen.scss */
#cp7 .spec tr {
  height: 30px;
}
/* line 332, ../sass/screen.scss */
#cp7 .spec td {
  text-align: center;
  border: 3px solid #000;
}
/* line 333, ../sass/screen.scss */
#cp7 .spec td.subbg {
  background: #2f0000;
}
/* line 342, ../sass/screen.scss */
#cp7 .obj_name {
  width: 102px;
  font-weight: bold;
  color: #fff;
}
/* line 347, ../sass/screen.scss */
#cp7 .spec_pic_list {
  width: 855;
}
/* line 350, ../sass/screen.scss */
#cp7 .spec_pic {
  position: relative;
}
/* line 352, ../sass/screen.scss */
#cp7 .spec_pic a {
  position: absolute;
  bottom: 5px;
  right: 10px;
  color: #b90000;
}
/* line 357, ../sass/screen.scss */
#cp7 .spec_pic a:hover {
  color: #fff;
}

/* line 364, ../sass/screen.scss */
.line {
  width: 981px;
  height: 33px;
  background: url(../images/line.jpg) no-repeat;
  clear: both;
  margin: 5px auto;
}
