/* 共通スタイルシート */
body{
 color : darkblue;
 link : blue;
 vlink : brown:
}}}
A:HOVER{
  background-color : gray;
  color : gold;
  text-decoration : none;
  position : relative;
/*  font-size : 13pt; */
/*  font-weight : 900; */
  left : 0px;
}

A{ 
   font-family:"ＭＳ　ゴシック";
   text-decoration : none;
}
#guide{
  font-size : 13pt;
  font-family :  Verdana,"MS UI Gothic";
  color : white;
  background-color : green;
  line-height : 1.4em;
  padding-top : 2px;
  padding-bottom : 2px;
  padding-left :10px; 
  padding-right :10px;
}
#main{
  color : darkblue;
  font-size : 14px;
  font-family : "MS UI Gothic";
  line-height : 1.3em;
  background-color : white;
  padding-left :10px; 
  padding-right :10px;
}
#link{
  font-size : 13px;
  font-family : "ＭＳ Ｐゴシック;Arial";
  text-decoration : none;
  valign : bottom;
  background-color : white;
  padding-left :10px; 
  padding-right :10px;
}
#bar{
  width : 10px;
  valign : bottom;
  align : center;
  font-size : 12px;
  font-family : "ＭＳ Ｐゴシック";
  color : yellow;
  background-color : #eaeaea;
  line-height : 1em;
}
#size{
  font-size : 12px;
  font-family : "MS UI Gothic";
  color : white;
  background-color : white; /*gray;
  border-width : 0px; /*1px;
  border-style : none ; /*dashed;
  border-color : white; /*silver;
}
#file{
  font-size : 10px;
  font-family : "ＭＳ Ｐゴシック";
  color : silver;
}
#new{
  font-size : 12px;
  font-family : "MS UI Gothic";
  color : white;
  background-color : gray;
  border-width : 1px;
  border-style : ridge;
  border-color : silver;
}