.Class13{
  font-size : 13px;
}
.Class12{
  font-size : 12px;
}
.Class11{
  font-size : 11px;
}
.Class9{
  font-size : 9px;
}
.Class15{
  font-size : 15px;
}
.Class14{
  font-size : 14px;
}
.Class16{
  font-size : 16px;
}
.Class10{
  font-size : 10px;
}
.Class17{
  font-size : 17px;
}
.Class18{
  font-size : 18px;
}
.Class19{
  font-size : 19px;
}
.Class20{
  font-size : 20px;
  
}
.Class21{
  font-size : 12px;
  border-top-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #808080;
  border-right-color : #808080;
  border-bottom-color : #808080;
  
  
  
  border-left-width : 1px;
  border-left-style : solid;
  border-left-color : #808080;
}
.Class4{
  font-size : 4px;
}
.Class5{
  font-size : 5px;
}
.Class6{
  font-size : 6px;
}
 
.Class13ao{
  font-size : 13px;
  color : blue;
}
.Class13main{
  font-size : 13px;
  font-weight : bold;
  color : black;
  text-decoration : none;
}
.Class13topsiro{
  font-size : 13px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : gray;
}
A.btn {
  display: block;
  /* ブロック要素にする */
  width: 86px;
  /* 横幅 */
  color: #000000;
  background-color: #ffffff;
  /* 背景色 */
  border: outset 0px #9999CC;
  /* 枠の色 */
  margin: 0px;
  padding: 3px 1px 1px 0px;
  font-size: 12px;
  /* フォントサイズ */
  line-height: 12px;
  /* 行の高さ */
  text-align: center;
  /* 水平揃え */
  text-decoration: none;
/* 下線を消す */
}
A.btn:hover {
  color: #000099;
  background-color: #eeeeff;
  /* 背景色 */
  border: inset 0px #9999CC;
  /* 枠の色 */
   text-decoration: none;
  /* 下線を消す */
  margin: 0px;
  padding: 3px 1px 1px 0px;
}
A.btn:active {
  color: #0000cd;
}
A.btn:visited {
  color: #0000cd;
}
A:link {
  color: #0000cd;
  text-decoration: none
;  
}
/* リンク */
A:visited {
  /* 既に見たリンク */
  color: #0000cd;
  text-decoration: none     /* 下線を消す */
;
}
A:active {
  color: #0000cd ;
}
/* クリック時のリンク */
A:hover {
  /* カーソルが上にある時のリンク */
  color: #0033ff;
  text-decoration: underline;     /* 下線を消す */
}

.Class13hidari{
  font-size : 13px;
  border-left-width : 3px;
  border-left-style : solid;
  border-left-color : #808080;
  border-top-width : 1px;
  
  border-bottom-width : 1px;
  border-top-style : solid;
  
  border-bottom-style : solid;
  border-top-color : #808080;
  
  border-bottom-color : #808080;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : #808080;
}


/* 全体のイメージカラー変更用 */
.BackgroundColor {
  /* background-color: #d8e0eb; /* 背景色(ブルー) */
  background-color: #E6E6FA ; /* 背景色(パープル) */
  /* background-color: #fff0f5 ; /* 背景色(ピンク) */
}
.BackgroundImage {
  /* background: url(image/bg_blue.gif); /* ブルー */
  background: url(image/bg_perple.gif); /* パープル */
  /* background: url(image/bg_pink.gif); /* ピンク */
}
