/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  background-color: none;
}

/* Large background */
img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;

  /* Set up proportionate scaling */
  width: 100%;
  height: auto;

  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }   
}

.big {
  position: absolute; 
  left: 0; 
  top: 0; 
  height: 100%; 
  visibility: visible;
  display: inline;
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#main {
  height: 100%;
}

#video_wrap {
  position: fixed;
  display: block;
  top: 50%;
  left: 50%;
  margin-top: -203px;
  margin-left: -250px;
  width: 500px
  height: 406px;
  text-align: center;
  z-index: 100;
} 

#video {
  margin: auto;
  width: 480px;
  height: 270px;
  background-color: #ffffff;
  padding: 10px;
  padding-top: 36px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.4);
}

#video iframe {
  zoom: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity = 100)";
  filter: alpha(opacity = 100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

#video #headline {
  position: absolute;
  top: 0;
  width: 480px;
  height: 36px;
  font: 16px/36px 'Exo', Arial, Helvetica, Sans-serif;
  font-weight: 400;
  color: #626161;
  text-align: center;
}

#video #headline strong {
  font: 16px/36px 'Exo', Arial, Helvetica, Sans-serif;
  font-weight: 900;
  margin-right: 3px;
}

#close {
  position: absolute;
  left: 485px;
  top: -15px;
}
 
#main #left {
  position: fixed;
  left: 0;
  width: 50%;
  height: 150px;
  bottom: 0;
  text-align: center;
}

#main #left h1 {
  font: 28px/28px 'Exo', Arial, Helvetica, Sans-serif;
  font-weight: 900;
  color: #fff; 
  margin-bottom: 10px;
  text-shadow:1px 1px 0px #555;
}

#main #left h2 {
  font: 54px/54px 'Exo', Arial, Helvetica, Sans-serif;
  font-weight: 900;
  color: #f00; 
}

#main #right {
  position: fixed;
  left: 60%;
  width: 40%;
  height: 150px;
  bottom: 0;
}

#main #right h1 {
  font: 24px/32px 'Exo', Arial, Helvetica, Sans-serif;
  font-weight: 700;
  color: #fff; 
  text-align: left;
  padding-right: 30px;
  margin-bottom: 10px;
}

#main #right h2 {
  font: 18px/32px 'Exo', Arial, Helvetica, Sans-serif;
  font-weight: 400;
  color: #f00; 
  text-align: right;
  padding-right: 30px;
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#header {
  position: fixed; 
  left: 0; 
  top: 0; 
  height: 70px; 
  visibility: visible;
  width: 100%;
  color: white;
  line-height: 70px;
  background-color: white;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.4);
  z-index: 100;
}

#header #menu_wrap {
  position: absolute;
  left: 0%;
  top: 0;
  height: 65px;
  margin: 0;
  width: 100%;
  text-align: right;
}

#header #menu {
  position: relative;
  padding-right: 30px;
  font-family: 'Exo', Arial, Helvetica, Sans-serif;
  font-weight: 900;
  font-size: 100%;
  line-height: 64px;
  color: #626161;
}

#header .menulink {
  color: #626161;
  margin-left: 30px;
  text-decoration: none;
}

#header #menu #logo_wrap {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -60px;
  width: 174px;
}

#header #motto {
  color: #ff0000;
  height: 14px;
  line-height: 14px;
  font: 16px/14px 'Exo', Arial, Helvetica, Sans-serif;
  font-weight: 700;
  display: block;
  margin-left: auto;
  margin-top: -22px;
  text-align: center;
}

#header .logolink {
  text-decoration: none;
}

#header #language {
  position: absolute;
  left: 30px;
  top: 0;
  font: 14px/65px 'Exo', Arial, Helvetica, Sans-serif;
  font-weight: 100;
  letter-spacing: 0;
}

#header .languagelink {
  margin: 0;
  padding: 6px;
  color: #626161;
  background-color: none;
  border-radius: 50%;
  text-decoration: none;
}

#header .languagelink_active {
  margin: 0;
  padding: 6px;
  color: #f00;
  background-color: #fff;
  border-radius: 50%;
  text-decoration: none;
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.subpage {
  position: absolute; 
  left: 0; 
  top: 0; 
  zoom: 1; 
  height: 100%; 
  width: 100%; 
  display: none;
}

.subpage a {
  color: #f00;
  text-decoration: none;
}

.contents_wrap_left {
  position: absolute; 
  left: 0; 
  top: 0; 
  width: 40%;
  visibility: visible;
  text-align: left;
}

.contents_wrap_right {
  position: absolute; 
  left: 55%; 
  top: 0; 
  width: 40%;
  visibility: visible;
  text-align: right;
}

.contents {
  position: absolute;
  top: 100px;
  left: 20px;
  font: 22px/26px 'Exo', Arial, Helvetica, Sans-serif;
  color: #626161;
  font-weight: 200;
}

.contents h1 {
  font: 56px/64px 'Exo', Arial, Helvetica, Sans-serif;
  font-weight: 900;
  border-bottom: 1px solid #626161;
  margin-bottom: 20px;
}

.contents #photos {
  position: relative;
  width: 600px;
  height: 180px;
  text-align: right;
}

.contents .person {
  position: relative;
  height: 120px;
  margin-right: 10px;
  width: 100%;
}

.contents .name {
  position: absolute;
  height: 60px;
  top: 30px;
  text-align: right;
  width: 100%;
  margin-left: -190px;
}

.social {
  float: right;
  margin-right: 6px;
  position: relative;
  display: inline-block;
}

.profile {
  float: right;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:    1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow:         1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 6px;
}

.contents .map {
  float: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-right: 10px;
  clear: right;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:    1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow:         1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  width: 425px;
  height: 350px;
}

.contents p {
  margin-bottom: 20px;
}

.contents strong {
  font: 26px/28px 'Exo', Arial, Helvetica, Sans-serif;
  font-weight: 900;
  margin-bottom: 10px;
}

#map {
  position: absolute;
  top: 0;
  left: 480px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  behavior: url('css/PIE.htc');
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#footer {
  position: fixed;
  bottom: 0;
  height: 24px;
  width: 100%;
  background-color: white;
  z-index: 100;
  font: 10px/24px 'Exo', Arial, Helvetica, Sans-serif;
  font-weight: 400;
  color: #626161;
  text-transform:uppercase;
  border-top: 1px solid #ccc;
}

#footer #copyright {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
}

#footer #ims_wrap {
  position: absolute;
  left: 0;
  top: 0;
  height: 65px;
  margin: 0;
  width: 100%;
  text-align: right;
}

#footer #ims {
  position: relative;
  padding-right: 30px;
}

#footer .footerlink {
  color: #ff0000;
  text-decoration: none;
}  

hr {
  border-top: 1px dotted #ccc;
  color: #fff;
  background-color: #fff;
  height: 1px;
  width:100%;
}