@charset "utf-8";
/*
-----------------------------------------------------
CSS Skin Settings
Version: 2008.03/11
-----------------------------------------------------
*/

#container {
  width: 930px;
  margin: 0px auto;
  text-align: left;
}

#logo {
  position: absolute;
  margin: 0px 0px 0px 19px;
  z-index: 98;
  top: 0px;

}

#home{
 position: absolute;
 top:26px;
 margin-left:838px;
 z-index: 97;
}
#menu {
  top: 0px;
  width: 623px;
  height: 53px;
  position: absolute;
  margin-top: 57px;
  margin-left: 300px;
  z-index: 99;
  background:url(../images/bg_menu.jpg) right no-repeat;
}


#menu ul {
  margin-top: 7px;
}

#menu ul li {
  float: left;
}

#contentsbg {
  margin-top: 131px;
  background: url(../images/bg_contentsbg.jpg) repeat-y;
  z-index: 97;
}

#contents {
  padding: 16px 19px 0px;
  background: url(../images/bg_contents.jpg) no-repeat;
}

#footer {
  padding: 22px 30px;
  background: url(../images/bg_footer.jpg) no-repeat;
  z-index: 96;
  text-align:center;
}

#vincent {
  display :none;
}

