@charset "utf-8";
/*========================================================
Site Name   :: ひかりＴＶ SOCCER
Site URL    :: http://soccer.hikaritv.net
Description :: TOP iGoogle BOX
Author      :: by ひかりＴＶ SOCCER - N.j.U
Last Up Date:: 2008-03-31
========================================================*/

/*
===== CONTENTS ===========================================

  0: TOP iGoogle BOX

==========================================================
*/

/*
===== 0: TOP iGoogle BOX =========================================
*/

#contentboxHeader{
  color: #000;
  font-weight: bold;
  text-align: right;
  margin: 0 0 5px 20px;
  padding: 0 5px;
}

#header_columns{
  margin: 0 0 0 20px;
}

#columns{
  margin: 0 0 0 20px;
}

#header_columns td,
#columns td{
  padding: 0 5px;
  vertical-align: top;
  width: 170px;
}

tr.marginRow{
	height: 10px;
}

.portlet{
  background: #000;
  margin: 0 0 15px 0;
  width: 160px;
}

tr.leagueRow {
  background: #deebff;
}

tr.leagueRow .portlet {
  margin: 5px 0 5px 0;
}

#header_columns tr.jTitle {
	background: url("/img/top/j_title_bar.jpg") no-repeat;
	height: 31px;
	width: 680px;
}

#header_columns tr.jTitle p {
	font-size: medium;
	font-weight: bold;
	padding: 4px 15px 0;
}

/*====================================================================
BOXタイトル部分
====================================================================*/
.portlet_topper{
  margin: 0;
  background-image: url(/img/top/contetbox_titlearea.gif);
  background-repeat: no-repeat;
  color: #fff;
  height: 25px;
}

.portlet_topper img{
  margin: 5px;
}

/*====================================================================
BOXアイコン：：上下中央寄
====================================================================*/

.portlet_topper p {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}

/*for IE6 */
* html .portlet_topper p {
  display: inline;
  zoom: 1;
  vertical-align: baseline;
}

/*for IE7 */
*:first-child+html .portlet_topper p {
  display: inline;
  zoom: 1;
  vertical-align: baseline;
}



.portlet_content{
  margin: 0;
  padding: 0;
}

.portlet_bottom{
  background: #ccc;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
  height: 5px;
}

/*ボックスの裏*/
.sort_placeholder{
  background: #333;
  border: dashed 1px #666;
}


/*==========================
BOXテキストエリア
===========================*/
.contentBoxtextArea{
  clear: both;
  font-size: 10px;
  padding: 5px;
  background-image: url(/img/top/contentbox_textarea.gif);
  background-repeat: repeat-y;
  color: #fff;
  border-bottom: solid 1px #666;
}

.contentBoxtextAreaJ{
  clear: both;
  font-size: 10px;
  padding: 5px;
  background-image: url(/img/top/contentbox_textarea_2.gif);
  background-repeat: repeat-y;
  color: #fff;
  border-bottom: solid 1px #666;
	text-align: center;
	height: 70px;
}

/*==========================
BOX 日付・MOVIE・NEWエリア
===========================*/
.contentBoxInfo{
  background:#333;
  width: 160px;
  height: 22px;
}

.contentBoxInfo li {
  float: left;
  background:#333;
  margin: 0;
  padding: 0;
}

.contentBoxInfo li a {
  display: block;
  width: 50px;
  height: 22px;
  color: #fff;
  text-decoration: none;
}

.contentBoxInfo li a:visited,
.contentBoxInfo li a:hover {
  color: #fff;
}

.contentBoxInfo .update {
  background-image: url(/img/top/date_bg.gif);
  background-repeat: no-repeat;
  height: 22px;
  width: 55px;
  text-align: center;
}

.contentBoxInfo .movie_on {
  background-image: url(/img/top/movie_on.gif);
  background-repeat: no-repeat;
  height: 22px;
  width: 50px;
}

.contentBoxInfo .movie_off {
  background-image: url(/img/top/movie_off.gif);
  background-repeat: no-repeat;
  height: 22px;
  width: 50px;
}

.contentBoxInfo .new_on {
  background-image: url(/img/top/new_on.gif);
  background-repeat: no-repeat;
  height: 22px;
  width: 55px;
}

.contentBoxInfo .new_off {
  background-image: url(/img/top/new_off.gif);
  background-repeat: no-repeat;
  height: 22px;
  width: 55px;
}

#main .info a{
  color: #0099ff;
  font-weight: bold;
}