h1 {
  font-size: 40px;
  color: #ffffff;
  font-weight: bold;
}
p {
  color: #fff;
}
div {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
div .pink {
  background-color: #d4145a;
}
div .green {
  background-color: #15ff31;
}
div .blue {
  background-color: #0026c4;
}
div .orange {
  background-color: #eb6600;
}
body {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
}
body .senzo {
  margin: auto;
  width: 960px;
}
body .senzo .content {
  position: relative;
  height: 800px;
  width: 960px;
}
body .senzo .content div {
  position: relative;
  height: 200px;
}
body .senzo .content div.header {
  height: 250px;
}
body .senzo .content div.header img {
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 999;
}
body .senzo .content div.header div {
  height: 60px;
  width: 100%;
}
body .senzo .content div.header div.h-diagon-line {
  height: 58px;
  margin-top: 35px;
  margin-bottom: 8px;
  background-color: transparent;
}
body .senzo .content div.header div.h-diagon-line.green {
  background-image: url(../img/h_line_green.png);
  background-repeat: repeat-x;
  background-position: center top;
}
body .senzo .content div.header div.h-diagon-line.pink {
  background-image: url(../img/h_line_pink.png);
  background-repeat: repeat-x;
  background-position: center top;
}
body .senzo .content div.header div.h-line {
  height: 64px;
  margin: 0;
}
body .senzo .content div.header div.h-line p {
  position: absolute;
  font-size: 16px;
  right: 18px;
  line-height: 16px;
  text-align: right;
}
body .senzo .content div.header div.h-line p:first-child {
  top: 12px;
}
body .senzo .content div.header div.h-line p:last-child {
  bottom: 12px;
}
body .senzo .content div.body {
  margin: 20px;
}
body .senzo .content div.body div {
  background-color: #00aaff;
  height: 100px;
  width: 400px;
  margin: 20px 10px 20px 30px;
  float: left;
}
body .senzo #prepare {
  position: absolute;
  top: 180px;
  width: 100%;
  height: 100%;
  background: url("../img/prepareopen.png") center top no-repeat;
}
