/* 周りの色  solid…実線 dotted…点線(丸) dashed…破線 double…二重線 */

/* 薄い背景設定 */

/*クラスで設定したやつを変更*/
.red {color: #ff0000;}
.small {font-size : 10pt;}
.middle {font-size : 12pt;}
.learge {font-size : 15pt;}

/*ボタンの設定*/
input.mybutton {
color: #808080;
font: bold;
width: 40px;
height: 20px;
}

input.mybutton_y {
color: #808080;
font: bold;
width: 28px;
height: 20px;
}

.menu {  /*テーブルの装飾*/
font-size: 11px;
font-family: "Tahoma";
white-space: nowrap;
border: 0px;
}

.bg_title {  /*テーブルの装飾*/
background-color: #125a5a;
color: #ffffff;
font-size : 9pt;
font-family: "Tahoma";
font: bold;
}

/*検索結果での表示に使用*/
tt {
background: #00aaff;
color: #ffffff;
font-size : 15px;
font: bold;
}

/*bodyの装飾*/
BODY{
margin-left: 1em;
margin-right: 1em;
color: #666666;
background-image: url(./toycat.jpg);
font-size : 11px;
font-family: "Tahoma";
}

TD{
vertical-align: top;
}

/*リンクの装飾*/
A:LINK{
  color : #125a5a;
  font-weight : 400;
  text-decoration : none;
}
A:VISITED{
  color : #125a5a;
  font-weight : 400;
  text-decoration : none;
}
A:HOVER{
  color : #ffffff;
  font-weight : 400;
  text-decoration:none;
  background-color : #125a5a;
}

/*その他*/
.pagetitle{
font-size : 24px ;
color : #204060;
}
.ninepx{
  font-size : 12px;
}

