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

/* =top
----------------------------------------------- 
*/

div#container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 755px;
  height: 574px;
  margin: -287px 0 0 -377px;
  text-align: left;
}

div#header {
  width: 755px;
  height: 33px;
}

h1#toph1 {
  float: left;
}

h1#toph1 img {
  vertical-align: bottom;
}

p#tagline {
  float: right;
}

div#contents {

  margin: 0px;
  padding: 0px;
  border: solid 1px #665E0D;
}

#menu {
  width: 755px;
  height: 33px;
}

#menu li {
  float: left;
}

div#news {
  width: 755px;
  height: 50px;
}

div#footer {
  width: 755px;
  height: 36px;
  margin-top: 8px;
  background-image: url("../images/cp_back.jpg");
  background-repeat: no-repeat;
  background-position: left top;
}

/* =new
----------------------------------------------- 
*/
ul.news {
  margin: 5px 10px;;
}

#new {
  margin-top: 15px;
}


/* =footer
----------------------------------------------- 
*/

p#cp {
  position: relative;
  top: 11px;
}

#vincent {
  display: none;
}

