html
{
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body
{
  font-family: Arial, Helvetica, sans-serif;
  background-color: #F6F8F2;
  font-size: 10pt;
  background-image: url(../../globalimages/backgroundtile.gif);
  background-repeat: repeat;
}

a:link, a:visited
{
  font-size: 12px;
  color: #19568B;
  text-decoration: none;
  font-weight: bold;
  font-family: Verdana, Tahoma, sans-serif;
}

a:hover
{
  color: #91371D;
}

ul
{
  list-style: none;
  margin: 0px;
  padding: 0px;
}

li
{
  padding-bottom: 7px;
}

#for_voicereader_only
{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  visibility: hidden;
}

#centerbox1
{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0px;
  height: 0px;
  z-index: 2;  
}

#centerbox2
{
  position: relative;
  top: -275px;
  left: -425px;
  width: 850px;
  height: 550px;
}

#titlebox
{
  position: relative;
  width: 850px;
  height: 139px;
}

#imagebox
{
  position: relative;
  width: 850px;
  height: 349px;
  background-image: url(../../globalimages/index_eyecatcher.jpg);
  background-position: center;
  background-repeat: no-repeat;
}

  #newsinfobox_bg {
    background-image: url(../../globalimages/bg_infobox.png);
    background-position: center;
    background-repeat: no-repeat;
    left: -35px;
    height: 174px;
    position: absolute;
    top: 175px;
    width: 247px;
    z-index: 100;
  }
  #newsinfobox {
    height: 134px;
    left: 20px;
    position: absolute;
    top: 195px;
    width: 171px;
    z-index: 200;
  }
  
    #newsinfobox .show_news {
      color: #f3f5ef;
      font-size: 14px;
      height: 134px;
      margin: 0 0 0.3em 0;
      overflow: hidden;
      padding-bottom: 3em;
      width: 171px;
    }
    
      #newsinfobox .show_news h2 {
        color: #fdde11;
        font-size: 1.2em;
        margin: 0 0 0.3em 0;
      }
      
      #newsinfobox .show_news p {
        color: #f3f5ef;
        font-size: 14px;
        margin: 0 0 0.3em 0;
      }
      
      #newsinfobox .show_news a {
        color: #fdde11;
        font-weight: normal;
        margin: 0 0 0.3em 0;
        text-decoration: underline;
      }
      
#choicebox
{
  position: relative;
  top: 175px;
  left: 213px;
  width: 637px;
  height: 174px;  
}

.de, .en, .ko
{
  padding-top: 80px;
  float: left;
  text-align: center;
}

.de, .en
{
  margin-right: 1px;
}

.de, .ko
{
  width: 212px;
}

.en
{
  width: 211px;
}

#footerbox
{
  position: relative;
  width: 850px;
  height: 46px;
  text-align: center;
}

#footerbox p
{
  color: #A9AE9E;
  margin: 0px;
  margin-top: 10px;
}