* {
  margin: 0;
  padding: 0;
}

body {
  height: auto;
  text-align: center;
  background: #FFCAE1 url(../img/pamph_bg.gif) repeat-y center;
}

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

p {
  margin: 20px;
}

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

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

a:hover {
  color: #00F;
}

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

.title {
  height: 50px;
  margin-left: -1px;
  background: url(../img/pamph_top.gif) no-repeat;
}

.title h1 {
  position: relative;
  top: 70px;
}

.main {
  width: 760px;
  margin: auto;
}

.main h3 {
  margin: 70px 0 30px 0;
  text-align: center;
}

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

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

.regist-link img {
  width: 200px;
  height: 60px;
  margin-left: 10px;
}

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