body{	    font : 8pt ;
	   color : #333333 ;
background-color : #F7F7F7 ;
     scrollbar-3d-light-color : #DDDDDD ;
	scrollbar-arrow-color : #F7F7F7 ;	/* 矢印の色 */
	 scrollbar-base-color : #F7F7F7 ;	/* バーの色 */
   scrollbar-darkshadow-color : #F7F7F7 ;	/* バーの影部分色（外側） */
    scrollbar-highlight-color : #DDDDDD ;	/* バーの影部分色（内側：左上） */
       scrollbar-shadow-color : #DDDDDD ;	/* バーの影部分色（内側：右下） */
	scrollbar-track-color : #F7F7F7 ;}	/* バーの背景色 */
.border{border-bottom-width: 1px;
	border-top-width: 1px;
	border-style: solid;
	border-color: #FF4080 ;}

table{     font : 8pt ;			/* 文字サイズ */
          color : #333333 ;}		/* 文字色 */

th{        font : 12pt ;		/* 文字サイズ */
    font-weight : bold ;		/* 文字エフェクト */
    font-family : "Westminster" ;	/* フォント指定 */
     text-align : center ;		/* 文字位置 */
          color : #333333 ;}		/* 文字色 */

td{        font : 8pt ;			/* 文字サイズ */
    font-weight : bold ;		/* 文字エフェクト */
    font-family : "Westminster" ;	/* フォント指定 */
     text-align : center ;		/* 文字位置 */
          color : #333333 ;}		/* 文字色 */


h1{        font : 8pt ;			/* 文字サイズ */
   padding-left : 10pt ;		/* 表示位置ずらし */
  padding-right : 20pt ;		/* 表示位置ずらし */
    font-weight : bold ;		/* 文字エフェクト */
    font-family : "Westminster" ;	/* フォント指定 */
     text-align : right ;		/* 文字位置 */
          color : #333333 ;}		/* 文字色 */
.bar{	border-bottom-width: 1px;
	border-top-width: 1px;
	border-style: solid;
	border-color: #40FF80 ;}

h2{        font : 10pt ;		/* 文字サイズ */
   padding-left : 16pt ;		/* 表示位置ずらし */
    font-weight : bold ;		/* 文字エフェクト */
          color : #FF8040 ;}		/* 文字色 */

h3{        font : 8pt ;			/* 文字サイズ */
   padding-left : 20pt ;		/* 表示位置ずらし */
          color : #77B2B2 ;}		/* 文字色 */


a:link   {text-decoration : none ; color : #333333 ;}
a:visited{text-decoration : none ; color : #333333 ;}
a:active {text-decoration : none ; color : #333333 ;}
a:hover  {text-decoration : none ; color : #333333 ;}