/* CLUB用 スタイルシート (styles.css) */

#players{
  width:600px;
  margin:7px auto;
  }

#players a{color:#333;text-decoration:none;}
#players a:hover{color:#333;text-decoration:underline;}

.players{
  text-align:left;
  width:590px;
  padding:10px 5px;
  border-bottom:1px dotted #999;
  clear:both;
  }

#players h3{
  text-align:left;
  margin:0px;
  padding:5px 0px;
  }

#players .profile{
  float:right;
  width:130px;
  text-align:left;
  margin-top:0px;
  margin-right:0px;
  padding:0px;
  }

#players h4{
  font-size:14px;
  font-weight:bold;
  height:22px;
  margin:0px;
  padding:4px 0px 0px;
  }

#players h5{
  font-size:9px;
  font-style:italic;
  height:11px;
  margin:0px;
  padding:2px 0px 0px;
  }

#players h6{
  font-size:12px;
  height:17px;
  margin:0px;
  padding:1px 0px 0px;
  }

.member{
  float:left;
  width:190px;
  height:73px;
  margin:0px 6px 7px 0px;
  padding:0px;
  overflow:hidden;
  }

.member p{
  font-size:10px;
  font-weight:bold;
  height:12px;
  margin:0px;
  padding:2px 0px 0px;
  }
