@charset "utf-8";
/*========================================================
Site Name   :: ひかりＴＶ SOCCER
Site URL    :: http://soccer.hikaritv.net
Description :: サッカー動画用語集のCSS
Author      :: by ひかりＴＶ SOCCER - N.j.U
Last Up Date:: 2008-03-31
========================================================*/

/*========================================================
  0: サッカー動画用語集
========================================================*/

/*
===== 0: 用語集 ==========================================
*/

/* 構造*/
#videoPlayerArea {

}

#videoPlayerAreaLeft {
  float: left;
  width: 361px;
}

#videoPlayerAreaRight {
  float: right;
  width: 285px;
}

/* ビデオプレイヤー領域 */
#videoPlayer {
  width: 360px;
  height: 350px;
  margin: 0 0 20px 0;
}

/* ビデオプレイヤー下部領域 */
#videoInfo {
  width: 480px;
  border: solid 1px #fff;
}

/* ビデオプレイヤー右メニュー */


#infoArea .tabheader li {
  line-height: 1.8;
}

.word_menu{
  margin: 0 0 0 10px;
}

#infoArea .tabheader a {
  display: block;
  width: 270px;
  text-decoration: none;
  background: url(/img/service/word/word_menu_bg.gif)
              no-repeat;
}

#infoArea .tabheader li a { background-position: -20px 0; }
#infoArea .tabheader li a:hover { background-position: -290px 0; }

.word_new{
  color: #ff0;
}


#videoInfoArea {
  background-image: url(/img/service/word/word_info_bg.jpg);
  background-repeat: no-repeat;
  padding: 40px 10px 10px 10px;
  background-color: #000;
  border: solid 1px #666;
}



/*

===== 3: JavaScriptTab ==========================================

*/

.tabheader .close, tabheader .open {
  margin:0;
  padding: 0;
  white-space: nowrap;

}

.tabbody a:link{
  color: #00A2E6;
  text-decoration:underline;
}

.tabbody a:visited{
  color: #00A2E6;
}

.tabbody a:hover{
  color: #FF0033;
  text-decoration:none;
}



.tabbody a:active{
  color: #FF6666;
}

.tabbody {
  color: #fff;
}

.tabbody h4 {
  font-size: 18px;
  font-weight: bold;
  color: #ff0;
}

.tabbody_block {
  margin: 10px 0 10px 0;
  padding: 10px 0 10px 0;
  border: solid #666 1px;
}

.tabbody li{
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

.block_img{
  float: left;
  margin: 0 5px 0 5px;
}

.textCenter{
  text-align: center;
}

/*Other MOVIE BOX AREA*/
#other_moviebox{
  width: 360px;
  height: 180px;
  border: 1px solid #666;
  overflow: auto;
}

#other_movieboxTitle{
  width: 340px;
  margin: 20px 0 0 0;
}

.other_movieList{
  width: 330px;
  min-height: 60px;
  margin: 10px 5px 0 5px;
  padding: 0 0 5px 0;
  border-bottom: solid 1px #333;
  zoom:1;
}

.other_movieList:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

* html .other_movieList{
	display:inline-table;
	/*\*/display:block;/**/
}

.other_movieImg{
  width: 60px;
  float: left;
}

.other_movieInfo{
  width: 270px;
  float: left;
}

#other_movieboxTitle{
  padding: 0 0 0 25px;
  background: url(/img/service/common/video.gif)
              no-repeat;
  background-position: 0 1px;
}

#videoPlayer{
  margin-bottom: 20px;
}

.text_right{
  text-align: right;
}