@charset "utf-8";
/*========================================================
Site Name   :: ひかりＴＶ SOCCER
Site URL    :: http://soccer.hikaritv.net/movie/
Description :: ひかりTV SOCCER 動画一覧
Author      :: by ひかりＴＶ SOCCER - N.j.U
Last Up Date:: 2009-01-15
========================================================*/

/*動画一覧の表示形式変更*/

#styleSelect ul{
  float: right;
  display: inline;
  margin: 10px 0 0 5px;
  width: 103px;
  height: 20px;
  background:url(../img/common/list_on.gif) no-repeat;
}

#styleSelect li{
  float: left;
  display: inline;
  text-align: center;
  width: 51px;
  font-size: 10px;
  line-height: 2.0;
}

*:first-child+html #styleSelect li{
  font-size: 9px;
  line-height: 2.5;
}

#styleSelect li a{
  text-decoration: none;
  letter-spacing: 0.2em;
  width: 51px;
}

#styleSelect li a.style-list{
  color: #4371cf;
}

#styleSelect li a.style-img{
  color: #999;
}

/*Other MOVIE BOX AREA*/
#other_moviebox{
  min-width: 380px;
  overflow: auto;
  border-top: 1px solid #444;
  border-right: 1px solid #555;
  border-left: 1px solid #555;
  border-bottom: 1px solid #555;
  background-color: #3d3a35;
  scrollbar-base-color:#2d2822;
  scrollbar-face-color:#2d2822;
  scrollbar-arrow-color:#999;
  scrollbar-shadow-color:#999;
  scrollbar-darkshadow-color:#2d2822;
  scrollbar-highlight-color:#999;
  scrollbar-3dlight-color:#2d2822;
  scrollbar-track-color:#2d2822;
}

.other_movieList{
  margin: 0;
  cursor: pointer;
  display: block;
  border-top: solid 3px #3d3a35;
  border-left: solid 3px #3d3a35;
  border-right: solid 3px #3d3a35;
  border-bottom: solid 2px #333;
  zoom:1;
}

.other_movieList:hover{
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  border-bottom: 2px solid #fff;
  background:url(../img/movielist_bg.gif)repeat-x left top;
  background-color: #f4bb24;
  color: #111;
}

.other_movieList:hover a:link{
  color: #111;
  font-weight: bold;
}

.other_movieList a:link{
  color:#e6a700;
}

.other_movieList a:hover{
  color:#111;
}

.other_movieList .hover a:link{
  color:#111;
  font-weight: bold;
  text-decoration: underline;
}

.other_movieList .hover a:visited{
  color:#cc3333;
  text-decoration: underline;
}

.other_movieImg{
  width: 56px;
  height: 56px;
  float: left;
  display:inline;
  border: 1px solid #666;
  margin: 0;
  margin: 5px 0 5px 5px;
}

.other_movieImg img{
  border: 3px solid #fff;
}

.other_movieInfo {
  width: 98%;
  float: left;
  display: inline;
  margin: 5px 0 5px -56px;
}

.other_movieInfo>*{
  margin-left: 66px;
}

*html .other_movieInfo{
  width: auto;
  display:inline;
  margin: 0 0 0 10px;
}

.movieend{
  color: #e73c00;
}

.movieCount{
  margin: 5px 0 0 0;
  text-align: right;
}