/* 共通設定 */

body
{
  margin: 0;
  background-color: #FFFFFF;
  text-align: left;
}

a
{
  font-size: 9pt;
  color:blue;
  white-space: nowrap;
}

h1,h2,h3
{
   font-size: medium;
   font-weight:bold;
}

.menubar td
{
  font-size: 9pt;
  text-align: center;
  white-space:nowrap;
  background-image: url('img/menu.png');
}

.menubar a
{
  text-decoration: none;
  color: black;
}

textarea
{
  resize: none;
}

.cool-button
{
  background-image: url('img/button.png');
  background-repeat: repeat-x;
}
