
/*-------------------------------------------------------------- World
*/

.World div.Main-Box-Header {
  background: url('./images/world_header.jpg') no-repeat left top;
}

.World h2 {
  display: none;
}

.World-Menu {
  background: url('./images/world_menu_bg.png') no-repeat;
  width: 344px;
  height: 48px;
  margin: 0 auto;
  overflow: hidden;
}

.World-Menu ul {
  margin: 5px 0 0 36px;
}

.World-Menu li {
  list-style: none;
  float: left;
}

.World-Menu a {
  display: block;
  width: 136px;
  height: 34px;
  margin-right: 1px;
  text-indent: -1000em;
  overflow: hidden;
}

.WM01 {background: url('./images/world_menu01.png') no-repeat;}
.WM02 {background: url('./images/world_menu02.png') no-repeat;}

.WM01a {background: url('./images/world_menu01.png') no-repeat left bottom;}
.WM02a {background: url('./images/world_menu02.png') no-repeat left bottom;}

.Prologue-Header {
  background: url('./images/prologue_header.jpg') no-repeat;
  width: 696px;
  height: 72px;
  overflow: hidden;
}

.Prologue-Header h3 {
  display: none;
}

.Prologue-Box {
  background: url('./images/prologue_bg.jpg') repeat-y;
  width: 696px;
  margin: 12px auto;
  overflow: hidden;
}

.Prologue-Bottom {
  zoom: 100%;
  background: url('./images/prologue_bottom.jpg') no-repeat left bottom;
  width: 696px;
  height: 420px;
  padding-bottom: 48px;
}

html>body .Prologue-Bottom {
  height: auto;
  min-height: 420px;
  overflow: hidden;
}

.Prologue-Bottom p {
  font-size: 90.9%;
  text-align: left;
  text-indent: 1em;
  margin: 8px 16px 8px 320px;
}

/*-------------------------------------------------------------- World2
*/

.World2 h3 {
  background: url('./images/world_header_world.jpg') no-repeat;
  display: block;
  width: 704px;
  height: 48px;
  margin: 0 auto 12px;
  text-indent: -1000em;
  overflow: hidden;
}

.Wld-Box {
  position: relative;
  background: url('./images/world_box_bg.gif') repeat-y;
  width: 648px;
  margin: 0 auto 12px;
  padding: 32px 16px 32px 32px;
  overflow: hidden;
}

.Wld-BoxA {
  background: url('./images/world_box_imgbg.jpg') no-repeat left bottom;
  width: 648px;
  overflow: hidden;
  vertical-align: top;
}

.Wld-Box h4 {
  color: #523e20;
  font-size: 100%;
  text-align: left;
  background: url('./images/world_border01.gif') no-repeat center bottom;
  width: 464px;
  margin: 0 auto 4px;
  padding: 0 8px 12px 8px;
  float: right;
}

.Wld-Box p {
  color: #2c2824;
  font-size: 90.9%;
  text-align: left;
  width: 464px;
  margin: 8px auto 0;
  padding: 0 8px 4px 8px;
  float: right;
}

.Wld-Box img {
  float: left;
}


.Wld-Box .Top {
  position: absolute;
  left: 0;
  top: 0;
  background: url('./images/world_box_top01.gif') no-repeat left top;
  width: 696px;
  height: 40px;
  overflow: hidden;
}

.Wld-Box .Bot {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url('./images/world_box_bottom01.gif') no-repeat left top;
  width: 696px;
  height: 40px;
  overflow: hidden;
}



