<style TYPE="text/css">
<!--
BODY         { text-align: center; font-size: 90%; line-height: 145%;  }          /*　文字全体を小さくする　　　*/

H1           { color: #0000ff; font-size: 180%;}              /*　大見出し（H1）を赤色に　　*/

H2           { font-size: 130%;}                              /*　中見出し（H2）        　　*/

H3           { padding:0;    margin: 0; }                     /*　小見出し（本文のタイトル）*/
               
p            { line-height: 145%;   }        /*　段落は、行間を空ける　　　*/

TD           { font-size: 90%; line-height: 145%;             /*　文字全体を小さくする　　　*/
               background-repeat:no-repeat; }                 /*　背景を繰り返さない        */

TABLE        { background-repeat:no-repeat; }                 /*　背景を繰り返さない        */
	       
/*-------------------------------------------------*/

.xs          { font-size: 8pt; }                              /*　たいへん小さい文字（8pt） */
.s           { font-size: 9pt; }                              /*　小さい文字        （9pt） */

.white       { color: white; }                                /*　白色　　　　　　　　　　　*/
.gray        { color: #555555; }                              /*　グレー　　　　　　　　　　*/
.red         { color: #ff0000; }                              /*　赤　　　　　　　　　　　　*/
.blue        { color: #0000ff; }                              /*　ブルー　　　　　　　　　　*/

.YouAreHere  { background-color: #cccccc; }                   /*　グレー（背景）　　　　　　*/

.listing_200 { line-height: 200%; }                           /*　２倍の行間　　　　　　　　*/
.listing_150 { line-height: 150%; }                           /*　1.5倍の行間　　　　　　　 */

/*-------------------------------------------------*/
.footer      {  font-size: 80%;}                              /*　フッターの上段　　　　　　*/
  

-->
</style>