/* MAIN_MENU
--------------------------- */
ul#main_menu {
  position: absolute;
  top: 32px;
  right: 0px;
}
#main_menu li {
  display: inline-block;
  margin: 0 0 0 30px;
  width: auto;
  height: 35px;
}
#main_menu li a {
  display: inline-block;
  line-height: 35px;
  font-weight: normal;
  font-family: 'Lora', serif;
}

/* MAIN IMAGE
--------------------------- */
@media screen and (min-width: 768px) {
#main_image_area_bg {
  clear: both;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #2b080c;
  background-size: cover;
}
#main_image_body {
  position: relative;
  margin: 0px auto;
  width: 100%;
  height: 600px;
  background: rgba(1,29,103,0.4);
}
p#main_image_text {
  top: 200px;
  left: 0;
  right: 0;
  display: block;
  box-sizing: border-box;
  margin: 0px auto;
  width: 800px;
  height: 100px;
  text-align: center;
  letter-spacing: 3px;
  font-size: 40px;
  font-family: 'Lora', serif;
  color: #fff;
  text-shadow: 1px 2px 3px #000;
}
}@media screen and (max-width: 767px) {
#main_image_area_bg {
  display: block;
  clear: both;
  width: 100%;
  height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #2b080c;
  background-size: cover;
}
#main_image_body {
  margin: 0px auto;
  width: 100%;
  height: 400px;
  background: rgba(1,29,103,0.4);
}
p#main_image_text {
  display: block;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  height: 400px;
  text-align: center;
  line-height: 400px;
  text-indent: 3px;
  letter-spacing: 3px;
  font-size: 18px;
  font-family: 'Lora', serif;
  color: #fff;
}
}

#data_area img {
  width: 300px;
}

/* FOOTER
--------------------------- */
footer {
  border-top: 3px solid #01579b;
}

/* HEADING BOX
=============================================== */
@media screen and (min-width: 768px) {
  .HeadingBox_ h1 { font-size: 30px; font-weight: normal; }
  .HeadingBox_ h2 { font-size: 25px; font-weight: normal; }
  .HeadingBox_ h3 { font-size: 20px; font-weight: normal; }
  .HeadingBox_ h4,.HeadingBox_ h5,.HeadingBox_ h6 { font-size: 18px; font-weight: normal; }
}
@media screen and (max-width: 767px) {
  .HeadingBox_ h1 { font-size: 20px; font-weight: bold; }
  .HeadingBox_ h2,.HeadingBox_ h3,.HeadingBox_ h4,
  .HeadingBox_ h5,.HeadingBox_ h6 { font-size: 18px; font-weight: bold; }
}
/* --- Preset Style --- */
.HdgStyleD_ h2 { letter-spacing: 3px; font-family: 'Lora', serif; }
.HdgStyleE_ { margin-bottom: 30px; }
.HdgStyleE_ h1 { letter-spacing: 3px; font-size: 34px; }

.SetListStyleA .HeadingBox_ { text-align: left; }
