@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{
  background-color: #000;
}

#example1 .titlefield,
#example2 .titlefield { /*CSS for RSS title link in general*/
  text-decoration: none;
}

/*======================================
新着情報
======================================*/

body#Information,
body#Staffdiary {
  margin: 0;
  padding: 0;
  font-size: 90%;
  background-color: #000;
}

body#Information {
  background: url(/img/top/rss_info_bg.gif)
              no-repeat;
}

body#Staffdiary {
  background: url(/img/top/rss_staff_bg.gif)
              no-repeat;
}


#example1 .labelfield { /*CSS for label field in general*/
  color:brown;
  font-size: 90%;
}

#example1 .datefield { /*CSS for date field in general*/
  color: #ffffff;
  font-size: 90%;
}

#example1 .innerDiv {
  margin: 0;
  font-weight: bold;
}

#example1 { /*Demo 1 main container*/
  margin: 3px 0 0 5px;
  padding: 0;
  width: 470px;
  height: 15px;
  color: #ffffff;
}
  
/*======================================
スタッフ日記用
======================================*/


#example2 { /*Demo 1 main container*/
  margin: 0 0 0 5px;
  padding: 0;
  width: 130px;
  height: 20px;
  color: #ffffff;
}

#example2 .titlefield{
  font-size: 10px;
  height: 20px;
}

#example2 .labelfield { /*CSS for label field in general*/
  color:brown;
  font-size: 10px;
}

#example2 .datefield{ /*CSS for date field in general*/
  color: #ffffff;
  font-size: 10px;
}

#example2 .innerDiv {
  margin: 0 0 0 0;
  padding: 0;
}

body#Information a:link,
body#Staffdiary a:link {
  color: #ff9900;
  font-size: 90%;

}

body#Information a:visited,
body#Staffdiary a:visited {
  color: #ccc;
  text-decoration: underline;
  font-size: 90%;

}

body#Information a:hover,
body#Staffdiary a:hover {
  color: #ff0;
  text-decoration: underline;
  font-size: 90%;

}
