* {
  color: #646464;
  font-family: 'Meiryo', 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'osaka', sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  margin: 0px auto;
  padding: 0px;
  border: 0;
  border-collapse: collapse;
}

html {
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}

body {
  background: #000000;
  text-align: center;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border: 0;
}


#container {
  width: 700px;
  padding: 20px 0px 0px;
}

#footer {
  clear: both;
  width: 680px;
  color: #ffffff;
  font-family: "arial", "helvetica", "sans-serif";
  font-size: 10px;
  text-align: left;
  padding: 0px 10px;
}


#staff {
  float: left;
  width: 350px;
  height: 400px;
  position: relative;
  overflow: hidden;
}
#staff li {
  list-style-type: none;
}
#comment {
  float: left;
  background: #ffffff;
  width: 325px;
  height: 310px;
  text-align: left;
  line-height: 20px;
  padding: 30px 10px 0px 15px;
}
#comment h1 {
  font-size: 18px;
  font-weight: bold;
}
#comment h1 span {
  font-size: 12px;
}
#comment li {
  font-size: 12px;
  font-weight: bold;
  padding: 13px 0px 0px;
  list-style-type: circle;
  list-style-position: inside;
}
#comment div {
  line-height: 18px;
  margin: 0px;
  padding: 0px 0px 0px 15px;
}
#comment p {
  font-size: 13px;
  line-height: 18px;
  padding: 10px 0px 0px;
}
#comment p b {
  font-weight: bold;
}
#comment p span {
  line-height: 17px;
}

#slist {
  float: left;
  width: 350px;
/*
  padding: 6px 0px 5px 4px;
  padding: 6px 0px 5px 7px;
  border-bottom: solid 1px #323232;
*/
  box-sizing: border-box;
}
#slist p {
  float: left;
  width: 10%;
  padding-top: 1%;
  padding-left: 1%;
/*
  padding: 0px 1px;
  padding: 0px 3px;
*\
}