/*　外部スタイルシート・ファイル名：style.css　*/

/*　スクロールバー　*/
body      {scrollbar-base-color : A943FF;
           scrollbar-arrow-color : A943FF;
           scrollbar-face-color : FFFFFF;
           scrollbar-highlight-color : FFFFFF;
           scrollbar-3dlight-color : A943FF;
           scrollbar-shadow-color : FFFFFF;
           scrollbar-darkshadow-color : A943FF;
           background-color : FFFFFF;}
/*　背景画像　*/
.back1    {margin-left : 2em;
           background : url(http://www.geocities.jp/server-errors/not_found.html) no-repeat bottom right fixed;}
/*　リンク　*/
a         {text-decoration : none;}
a:link    {color : A943FF;}
a:visited {color : A943FF;}
a:hover   {color : A943FF; background-color : FFFFFF;
           text-decoration : underline overline;}
a:active  {color : A943FF;}
/*　文字揃え　*/
.center   {text-align : center;}
.right    {text-align : right;}
.left     {text-align : left;}
/*　色　*/
.color    {color : A943FF;}
/*　文字大きさ　*/
body	  {font-size : 12pt;}
tr        {font-size : 12pt;}
pre       {font-size : 10.1pt;}
rp        {font-size : 7pt;}
rt        {font-size : 7pt;}
.sfont    {font-size : 9pt;}