@charset "UTF-8";

/* Style Sheet for Homepage   */
/* by Graham Waugh            */

/* Basic style for all pages  */

body {
  color: black;
  background-color: white;
  font-family: sans-serif;
}

div.hr {
  text-align: left;
  margin: 15px auto 15px auto; /* top right bottom left */
  padding: 0px;
  border:0;
  min-width: 800px;
  width: 95%;
  height: 2px;
  background-color: black;
  font-size: 0; /* ie6 min height workaround */
  clear: both;
}

div.main_content_block {
  margin: auto;
  min-width: 800px;
  width: 95%;
}

span.kaomoji {
  font-size: small;
  font-family: verdana, sans-serif;
}

img.borderless {
  border: 0;
}

div.banner {
  position: relative;
  width: 800px;
  height: 300px;
  margin: 0 auto 0 auto; /* top right bottom left */
  background-color: LightSlateGrey; /* make white text visible */
}

div.banner img {
  z-index: 1;
}

div.bannertext {
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 17px;
  font-family: courier new, courier, monospace;
  font-weight: bold;
  color: white;
}

div.bannertext div.main {
  font-size: 60px;
}

div.bannertext div.tagline {
  font-size: 20px;
}

div.tagline span.entag {
  position: absolute;
  left: 1px;
}

div.tagline span.jatag {
  position: absolute;
  right: 1px;
  font-weight: normal;
  font-family: sans-serif;
}

.roman {
  font-family: verdana, sans-serif;
}

#columnwrapper {
  text-align: left;
  margin: 0 auto 0 auto;
  padding: 0px;
  border:0;
  width: 95%;
  min-width: 800px;
}

#columnheader {
  margin: 0 0 15px 0;      /* 800 -> 390,10,400 95% -> 45,5,45 */
}

#en-column {
  float: left;
  width: 47%;
  padding-right: 3%;
}

#ja-column {
  margin: 0;
  float: left;
  width: 50%;
}

#columnfooter {
  clear: both;
}

#logowrapper {
  text-align: right;
  margin: 0 auto 0 auto; /* top right bottom left */
  padding: 0px;
  border:0;
  min-width: 800px;
  width: 95%;
}
