BODY { 
background-image: url(rude_BG.jpg); 
background-repeat: no-repeat; 
background-position: center;
background-attachment:fixed;
margin-top: 50px
} 

/* 非練習日 */
TD {
width:80px;
height:85px;
border:5px #aaaaaa solid;
padding:7px;
text-align:left;
vertical-align:top
}

/* 練習日 */
TH {
width:80px;
height:85px;
text-align:left;
vertical-align:top;
border:7px #aaaaee solid;
padding:5px;
background-image:url(ball.jpg);
background-repeat:no-repeat;
background-position:right bottom;
background-color:white
}

/* 先月,来月 */
.last {
font-size:9pt;
color:#aaaaaa
}

.day { background-color:#aaaaaa; height:15px; color:white; text-align:center; font-size: 12pt }
.lot { border:7px #eeaaaa solid; color:#aa3300; background-image:url(lot.gif); font-size:10pt} /*抽選*/
.slang { border:7px #cccccc solid; padding:5px; color:#fafafa; font-size:10pt} /*Slang*/
.border { border:0px; text-align:center} /* 線 */
.sat { color:#0000aa } /* 土曜日 */
.sun { color:#aa0000 } /* 日曜日 */