/* CSS Document */
body {
  background: #FDFCF6 url("../image/background.jpg") repeat-x;
  margin: 0;
  padding: 0;
}
#frame {
  position: relative;
  background: url("../image/top.jpg") no-repeat top center;
  margin: 0 auto;
  width: 797px;
}
#header {
  position: absolute;
  top: 85px;
  width: 100%;
}
#main {
  position: relative;
  top: 191px;
  width: 100%;
  background: url("../image/center.jpg") repeat-y center;
}
#menu {
  float: left;
  width: 138px;
  height: 529px;  
  background: white url("../image/menu.jpg") top left;  
}
#content {
  position: relative;
  margin-left: 131px;
}
#content-inner {
  position: relative;
  margin: 0 30px 3em 20px;
  text-align: justify;
}
#bg-fix {  
  position: absolute;
  top: 0;
  right: -3px;
  width: 15px;
  height: 532px;
  background: white url("../image/main-r.jpg") top left;
}
#footer {
  clear: both;
  height: 39px;
  background: white url("../image/bottom.jpg") center;  
}