* {
  margin: 0;
  padding: 0;
}

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

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

p {
  margin: 20px
}

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

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

a:hover {
  color: #369;
}

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

.title {
  height: 214px;
  background: url(../img/pc.jpg) no-repeat center;
}

.title h1 {
  position: relative;
  top: 30px;
  right: 10px;
  text-align: right;
  color: #FF8C00;
}

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

.main h3 {
  margin-bottom: 30px;
  padding-left: 3px;
  color: #FFF;
  background-color: #909090;
  border: solid 1px #606060;
}

.multiarticle {
    padding: 10px;
    text-align: left;
    background-color: #FFF;
    border: solid 1px #666;
}

.regist-link {
  width: 480px;
  margin: 70px 0 50px 40px;
  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;
}
