﻿@charset "utf-8";
/*========================================================
Site Name   :: ひかりＴＶ SOCCER
Site URL    :: http://soccer.hikaritv.net
Description :: RSS - In frame style
Author      :: by ひかりＴＶ SOCCER - N.j.U
Last Up Date:: 2007-12-28
========================================================*/

/*
===== CONTENTS ===========================================

  1: RSS - News Head Line

==========================================================
*/

/*
===== 1: RSS - News Head Line =========================================
*/

body{
  margin: 4px 0 0 5px;
  padding: 4px 0 0 0;
  background-color: #000/*019ae5*/;
  font-size: 12px;
}

#example1 .titlefield,
#example2 .titlefield { /*CSS for RSS title link in general*/
  text-decoration: none;
}

/*======================================
新着情報
======================================*/

#example1 .labelfield { /*CSS for label field in general*/
  color:brown;
  font-size: 12px;
}

#example1 .datefield { /*CSS for date field in general*/
  color: #ffffff;
  font-size: 12px;
}

#example1 .innerDiv {
  margin: 0;
  font-weight: bold;
}

#example1 { /*Demo 1 main container*/
  margin: 3px 0 0 5px;
  padding: 0;
  width: 560px;
  height: 15px;
  color: #ffffff;
}

a:link {
  color: #ff9900;
  font-size: 12px;

}

a:visited {
  color: #ccc;
  text-decoration: underline;
  font-size: 12px;

}

a:hover {
  color: #ff0;
  text-decoration: underline;
  font-size: 12px;
}