.Class{
background-color : black;
background-image:url("");
background-attachment:fixed;
background-repeat:repeat;
background-position:"top reft";
}

FONT{
color:"MidnightBlue";
font-size : 10pt;
font-family:'verdana,chicago,"ＭＳ Ｐゴシック",Osaka';
  font-weight : normal;
  line-height : 10px;
  
}

a:link    {font-size:10pt; text-decoration:none; color:DarkSlateGray; }
a:visited {font-size:10pt; text-decoration:none; color:darksalmon; }
a:active  {font-size:10pt; text-decoration:none; color:darksalmon; }
A:HOVER   {font-size:10pt; color:orchid; 
  font-weight : bold;
}

/*★クラス名称変更不可 xspはタイトル cntはカウンターの文字に反映★*/
big  { font-size: 14pt ; }
small { font-size: 8pt ; }
.xsp{ 
font-size: 10pt ; 
font-family:'verdana';
}
.xsm{ font-size : 10pt; }
.cnt{ font-size : 8pt; color : SaddleBrown; }


/*罫線の色指定*/
.hr{

height:3;
  font-weight : normal;
  color : olive;
}