﻿/* Contents
.OutlineBox  *** 大外枠
.Header      *** ヘッダ
.RSS         *** RSSアイコン
.Date        *** 日付
.Title       *** タイトル
.Summary     *** 要約
.ParentBack  *** 最新の情報一覧へ戻るリンク
.PageControl *** ページングリンク
*/

.ManabiCounter
{
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
}

.ManabiCounter .OutlineBox
{
  background-color:#eeffee;
  margin:0px 16px 0px 16px;
  padding:0px 0px 1px 0px;
}

.ManabiCounter .Header
{
  background-image:url("./headericon.gif");
  background-repeat:no-repeat;
  background-position:left center;
  margin:0px 8px 0px 8px;
  padding:8px 16px 4px 16px;
  border-width:0px 0px 1px 0px;
  border-color:#669900;
  border-style:solid;
  color:#333333;
  font-size:120%;
  font-weight:bold;
  text-align:left;
}

.ManabiCounter .Date
{
  margin:2px 0px 2px 0px;
  padding:0px 16px 0px 16px;
  color:#336600;
  font-size:100%;
  font-weight:bold;
  text-align:left;
}

.ManabiCounter .Title
{
  margin:0px 0px 2px 0px;
  padding:0px 16px 0px 16px;
  color:#000000;
  font-size:110%;
  font-weight:normal;
  text-align:left;
}

.ManabiCounter .Summary
{
  margin:0px 0px 16px 0px;
  padding:0px 16px 0px 16px;
  color:#003300;
  font-size:100%;
  font-weight:normal;
  text-align:left;
}