BODY { background-image: url("image/pattern05.jpg"); /* 全体の背景画像 */
  background-repeat: repeat ;           /* 背景は縦のみ繰り返す */
}

TABLE.main_class_1 {
  table-layout: fixed; /* テーブル大きさを１行目で判断 */
  width: 885px; 
  border-collapse: separate; border-spacing: 4px;
  empty-cells: show;
  }
 .main_class_2 {
  table-layout: fixed; /* テーブル大きさを１行目で判断 */
  width: 885px; height:338px;
  border-collapse: separate; border-spacing: 7px;
  empty-cells: show;
  }

TD.sel_class_1 { border: 1px solid red;  }
  .sel_class_2 { border: 1px solid blue; }

ul.menulist li{
	background-image: url(http://www.geocities.jp/wasaku_tennis/image/hari1.gif);
	background-repeat: no-repeat;
        background-position: left center;
        padding: 5px;	
        margin-left: 3px;	
        list-style-type: none;	
        margin-top: 0px;	
        margin-right: 0px;	
        margin-bottom: 0px;
        }
  .menulist li a {
	background-image: url(http://www.geocities.jp/wasaku_tennis/image/);
        background-repeat: no-repeat;	
        background-position: left center;
        padding: 10px;		
        padding-left: 20px;
        }
  .menulist li a:hover {
	text-decoration: underline;
	background-position: left center;
	background-image: url(http://www.geocities.jp/wasaku_tennis/image/iconiwasisiro2.gif);
	background-repeat: no-repeat;
        }


CAPTION { caption-side: top; }


H1 { color:blue; font-weight:bold; font-size:14pt; text-align: center;
   }

H2 {font-size:30pt;  font-weight: bold;  color:blue; text-align: center;
   font-family:'ＭＳＰ明朝';
   }

H3 {font-size:12pt;  font-weight: bold;  color:black; text-align: left;
   font-family:'ＭＳＰゴシック'; 
   }

P { text-indent: 1em; }/* 最初の 1行のインデント（字下げ）を 1em  */

P.deco_class_1 {text-decoration: underline;}  /*テキストに下線を引く/*
 .deco_class_2 {text-decoration: overline;}  /*テキストに上線を引く/*
 .deco_class_3 {text-decoration: line-through;}  /*テキストに取り消し線を引く/*
 .deco_class_4 {text-decoration: blink;}  /*テキストを点滅させる/*
 .deco_class_5 { text-align: justify; text-justify: distribute-all-lines; } 
   /* 単語間や文字間のスペースを調整して、文章の表示上の右端あわせを行います。justify には、auto（既定値）、newspaper（英文向け）、inter-word（単語間のみによる調整）、distribute-all-lines（最後の行も調整）、 */


a.newwin {
   background-image: url("http://www.geocities.jp/wasaku_tennis/image/newwin.gif");
   background-repeat: no-repeat;
   background-position: right center;
   padding-right: 30px;
   margin-right: 3px;
}

a.original:link{
　color:#f0f;
　text-decoration:underline;
}
a.original:visited{
color:#fff;
text-decoration:underline;
}
a.original:hover{
　background: #fff;
　color:#00f;
　text-decoration:none;
}
a.original:active{
　color:#f00;
　text-decoration:underline;
}







