
/* リンクの色の設定 */
a:link {
  color: #0000ff;
  background-color: transparent;
}
a:visited {
  color: #800080;
  background-color: transparent;
}
a:active {
  color: #ff0000;
  background-color: transparent;
}
a:hover {
  color: #ff0000;
  background-color: #dddddd;
}
/* 更新日の色設定 */
span.update {
  color: #ffff00;
  background-color: transparent;
  font-size: 200%;
}
/* カウンタ文字の色設定 */
span.count {
  color: #ff0000;
  background-color: transparent;
  font-size: 120%;
}
/* 赤い見出しの色設定 */
SPAN.midashi {
  color: #ff0000;
  background-color: transparent;
  font-size: 120%;
  font-weight : bold;
}
/* 緑の見出しの色設定 */
span.midashi2 {
  color: #00aa00;
  background-color: transparent;
  font-size: 200%;
}
/* コンテンツ文字の色設定 */
span.spcont {
  font-size: 140%;
}
/* 中央に表示する設定 */
div.center {
  text-align: center;
}
/* キャプションの設定 */
td.caption {
  color: #000000;
  background: #AAAAFF;
  font-size: 90%;
}
/* キャプションの設定(センタリング) */
td.caption2 {
  color: #000000;
  background: #AAAAFF;
  font-size: 90%;
  text-align: center
;
}
/* テーブルを中央に表示する設定(NN6,IE対策) */
TABLE.center {
border-top-style : none;border-right-style : none;border-bottom-style : none;border-left-style : none;
margin: 0px auto 0px auto;
}

/* Amazonアフィリエイト用 */
td.amazon {
    width:120px;height:150px;border-width:1px;border-style:solid;border-color:black;font-size: 80%;valign:top;
}


/* テーブルの内容を左寄せにする(IE3対策) */
td {
  text-align: left;
}
/* 文字を150%に */
span.font150 {
  font-size: 150%;
}
/* 文字を200%に */
span.font200 {
  font-size: 200%;
}
/* 文字を250%に */
span.font250 {
  font-size: 250%;
}
/* 文字を300%に */
span.font300 {
  font-size: 300%;
}
/* 文字を赤に */
span.red {
  color: #ff0000;
  background-color: transparent;
}
/* 文字を白に */
.white {
  color: #ffffff;
  background-color: transparent;
}
/* 背景を黒に、文字は白に */
.bgblack {
  color: #ffffff;
  background: #000000;
}
/* 文字を200%に色は青 */
span.blue200 {
  font-size: 200%;
  color: #0000ff;
  background-color: transparent;
}
/* 文字をMSゴシックに */
span.gochic {
  font-family: "ＭＳ ゴシック",Osaka,monospace;
}
