/* 背景とか <body> */
body {
  background-attachment: fixed;
  background-color: orange;
  background-image: url(http://funi-ekaki.net/nashimi/bgd/chidori.gif);
  color: #102050;
}

.std {
  color: #102050;
  font-size: 10pt;
}

/* リンクのスタイル <a> */
a:hover	  { background-color: orange }
a:link	  { color: #802040 }
a:active  { color: tomato }
a:visited { color: #1020f0 }

.large { font-size: large; font-weight: bold }

/* タイトル <h2> */
h2 { color: darkgreen }

/* 新情報！ <b class="new"> */
b.new { color: orangered }

/* お絵描き掲示板あり! <b class="oek"> */
b.oek { color: purple }

/* */
td.kakomi {
  background-color: ivory;
  color: navy;
  font-size: 10pt;
}

/* フォームのとこだけやや文字を大きく <form> */
input { font-size: 12pt; }
select { font-size: 12pt; }
textarea { font-size: 12pt; }

