
BODY  {
       background-color :"WHITE";    /* 背景色 */
       color            :"gray";     /* 文字色 */
       font-size        :12px;       /* 文字サイズ */
       line-height		:12pt;		 /*文字高さ*/
       scrollbar-base-color
			:aliceblue;  /*スクロールバー基本色*/
       scrollbar-fase-color
			:WHITE;      /*スクロールバー表面色*/
       scrollbar-arrow-color
                        :slateblue;  /*スクロールバー矢印*/
       scrollbar-shadow-color
			:slateblue;  /*スクロールバー影色*/
       margin-left		:25px;       /*マージン*/
       text-decoration	: none;
      }

A:LINK {color            :"gray";
		text-decoration	 :none;}
A:VISITED
       {color            :"gray";
       text-decoration	 :none;}

A:HOVER{			     /* カーソルが文字の上へきた時 */
	color 		 : white;    /* 文字色 */
  	background-color : gray;     /* 背景色 */
  	cursor 		 : e-resize; /* カーソル */
       }

TABLE  {
		font-size        :12px;}      /* 文字サイズ */

H3     {color		 : red;}
STRONG {
		color		 : #ff00ff;}

SPAN   {

        font-size	:15px;
       }


.mid   {text-align	: center;}   /* センタリング */
.lef   {text-align	: left;}     /* 左寄せ */
.rig   {text-align	: right;}    /* 右寄せ */

.white {color		:WHITE;}     /*文字色白*/

.red2 {color		:red;}     /*文字色白*/

.t
       {font-size	:20px;
		font-weight	:600;
		color		:"white";}
.t2
       {font-size	:20px;
		font-weight	:600;
		color		:"cornflowerblue";}

.red
       {font-size	:20px;
		font-weight	:600;
		color		:"red";}
		

.d
       {font-size	:15px;
		font-weight	:500;
		color		:"cornflowerblue";}
