* {
  margin: 0;
  padding: 0;
}

body {
  height: auto;
  text-align: center;
  background: #FFF url(../img/bg.gif) center;
}

div {
  color: #737373;
  font: 12px 'MS PƒSƒVƒbƒN',sans-serif;
  
}

p {
  margin: 20px;
}

a:link {
  color: #666;
  text-decoration: none;
}

a:visited {
  color: #666;
  text-decoration: none;
}

a:hover {
  color: #F28922;
}

.contents {
  width: 800px;
  margin: auto;
  text-align: center;
}

.title {
  height: 200px;
  color: #303030;
  background: url(../img/title.jpg) no-repeat center;
}

.title h1 {
  position: relative;
  top: 160px;
  padding-right: 20px;
  text-align: right;
}

.main {
  width: 760px;
  margin: auto;
  text-align: center;
}

.main h3 {
  margin-bottom: 30px;
  text-align: center;
  color: #595959;
}

.multiarticle {
  padding: 0 10px;
  text-align: left;
}

.regist-link {
  width: 480px;
  margin: 70px 0 50px 120px;
  background-color: #FFE;
  border: solid 1px #9A9A9A;
}

.regist-link img {
  width: 187px;
  height: 60px;
  margin-left: 22px;
}

#pager_bottom {
  margin-top: 10px;
  padding-right: 10px;
  color: #B4B4B4;
  text-align: right;
}
