@charset "utf-8";
/*========================================================
Site Name   :: ひかりＴＶ SOCCER
Site URL    :: http://soccer.hikaritv.net
Description :: 日本代表ページ CSS
Author      :: by ひかりＴＶ SOCCER - N.j.U
Last Up Date:: 2008-06-20
========================================================*/

/*========================================================
0: 日本代表ページ
========================================================*/

/*
===== 0: 日本代表ページ-構造初期化 ==========================================
*/

/*=======================
全体
========================*/

#container{
  width: 1024px;
  height: 615px;
  background: url(../img/bg.jpg) no-repeat;
  position: relative;
}

/* カウントダウン領域 */
#countdown{
  height: 42px;
}

#countA form,
#countA input,
#count23 form,
#count23 input {
  margin: 0;
  padding: 0;
}

/* A代表カウントダウン */
#countA{
  font-size: 14px;
  position: absolute;
  top: 18px;
  left: 280px;
}

#countA input{
  width: 330px;
  font-size: 14px;
  text-align: left;
  color: #98DDFA;
  background: none;
  border: 0;
}

#count23 input{
  width: 330px;
  font-size: 14px;
  text-align: left;
  color: #98DDFA;
  background: none;
  border: 0;
}

/* U23カウントダウン */
#count23{
  font-size: 14px;
  position: absolute;
  top: 18px;
  left: 640px;
}

/*=======================
左エリア
========================*/

#areaLeft{
  margin: 0 0 0 0;
  padding: 0 0 0 26px;
  width: 210px;
  float: left;
}

#friendArea{
  position: absolute;
  top: 454px;
  left: 32px;
  width: 215px;
}

#friendArea form,
#friendArea input {
  margin: 0;
  padding: 0;
}

#friendArea #code{
  width: 155px;
  height: 18px;
  overflow:hidden;
  font-size: 16px;
  color: #ccc;
  background: none;
  border: 0;
  float: left;
  margin: 4px 0 0 0;
}

#friendArea input{
  float: right;
}

#oldMember{
  margin: 10px 0 0 0;
}

/*=======================
中央エリア
========================*/

#areaCenter{
  margin: 0 0 0 0;
  padding: 0 0 0 40px;
  float: left;
  width: 446px;
}

#videoPlayer{
  margin: 45px auto 29px auto;
  width: 360px;
}

#jfaNews{
  width: 445px;
  height: 30px;
}

#jfaNews iframe{
  width: 444px;
  height: 20px;
  margin: 1px 0 0 2px;
  background: transparent;
}

/*=======================
右エリア
========================*/

#areaRight{
  margin: 0;
  float: left;
  width: 260px;
}

/*=======================
カレンダー
========================*/

#calenderArea{
  clear: both;
  margin: 0 auto;
  text-align: center;
}