@charset "utf-8";

#r_img {
   float: right;
   width: 580px;
   height: 250px;
   background: url(../jazz/jazz.jpg) no-repeat top;
}
h3 {
   font-weight: bold;
   background: url(../common/page_title_base.gif) no-repeat;
   padding-top: 5px;
   padding-left: 10px;
   margin-top: -5px;
   font-size: 12px;
   height: 30px;
}
.player {
   width: 150px;
   float: left;
   margin-right: 30px;
   border-bottom: 1px solid #e0e0e0;
   padding-bottom: 10px;
   margin-top: 10px;
   height: 380px;
}
.player img {
   text-align: center;
   float: none;
}
.name {
   text-align: center;
   font-weight: bold;
   margin-top: 5px;
   margin-bottom: 5px;
}
