@charset "UTF-8";

body{
background-color: #FFF; margin: 0; padding:5px;
font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size: 14pt;
line-height: 1.5em;
color: #333333;
width:640px; height:280px; overflow:hidden !important; }

.clearfix {
overflow: hidden;
*zoom: 1; }

.wrapper { width:100%; margin:0; padding:0;
overflow: hidden;
*zoom: 1; }

.photo { width:250px; height:250px; margin:0; float:left; position:relative; display:block;
border: 1px solid #999;
-webkit-box-shadow: #aaa 0px 1px 2px;
-moz-box-shadow: #aaa 0px 1px 2px;
box-shadow: #aaa 0px 1px 2px;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=2);
zoom: 1;
}

.playerBox{ width:380px; float:right; position:relative; }

.playerTitle { font-size: 14px; line-height:1.5em; color: #fff; padding: 5px; height:20px; overflow:hidden;
color: #fafafa;
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
background-color:#fcac00;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcac00), color-stop(100%, #d24f00));
background-image: -webkit-linear-gradient(top, #fcac00, #d24f00);
background-image: -moz-linear-gradient(top, #fcac00, #d24f00);
background-image: -ms-linear-gradient(top, #fcac00, #d24f00);
background-image: -o-linear-gradient(top, #fcac00, #d24f00);
background-image: linear-gradient(top, #fcac00, #d24f00);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcac00', endColorstr='#d24f00');
zoom: 1;
}
.playerTitle span { font-size: 12px; }

.playerText { font-size: 12px; color: #333; padding:5px 0 0; line-height: 1.5em; position:relative; height:215px; overflow-y:auto;}
.playerText hr { color:#fff; border:0; height:8px; padding:0; margin:0; display:block;}

.playerBox td{ vertical-align: top !important;}

.update{ font-size:60%; text-align:right; }