/*----------------------------------
  2009-05-15
----------------------------------*/

/*----------------------------------
  layout
----------------------------------*/
html {
  background: url(/images/layout/background.gif) top center;
}

body {
  background: url(/images/layout/background_top.gif) repeat-x top center;
}

#contents {
  width: 922px;
  margin: 0 auto;
  background: url(/images/layout/container_middle.gif) repeat-y top left;
}


/*---------------------------------------------
  close
---------------------------------------------*/
h1 {
  width: auto;
  height: 50px;
  background: url(/images/close/logo.gif) no-repeat bottom center;
  text-indent: -9999px;
}

h2 a {
  position: absolute;
  top: 70px;
  right: 20px;
  width: 98px;
  height: 18px;
  background: url(/images/footer/footer_logo.gif) no-repeat top left;
  text-indent: -9999px;
  float: none;
}

#close p {
  width: auto;
  height: 400px;
  background: url(/images/close/close.gif) no-repeat bottom center;
  margin-bottom: 20px;
  text-indent: -9999px;
}

#footer {
  position: relative;
  font-size: 10px;
  height: 124px;
  padding: 0 20px;
  clear: both;
  background: url(/images/layout/container_bottom.gif) no-repeat bottom left;
}

#footer p {
  position: absolute;
  top: 100px;
  right: 20px;
  text-align: right;
}