/*  - Copyright (C):2003 Kenji Hirohata All Rights Reserved.
 *  - This css is partly based on jcore.css.
 *  - Feel free to copy, distribute, or modify.
 *  - Absolutely NO WARRANTY.
 */
 
/*基本セレクタ*/
body {
	background-image : url(racketb.gif);
	background-attachment: fixed;
	font-size :12px;
	line-height : 1.2em;
	scrollbar-3dlight-color:black;
	scrollbar-face-color:#C7EFB2;
	scrollbar-highlight-color:#aaaaaa;
	scrollbar-arrow-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-track-color:#A1C091;
	scrollbar-shadow-color-:#000000;
	text-decoration:none;
	line-height: 150%;
}
th {
	text-align: center;
	font-size: 12px;
}
caption{
	text-align: left;
	}
tbody {
	text-align:center;
	font-size:12px;
	}
td {
	text-align: center
	font-size:12px;
}
table {
		font-size :12px;
		line-height: 120%;
}
a:link {
	color:#3821D7;
	text-decoration:none;
	}
a:visited{
	color:#0000FF;
	text-decoration:none;
	}
a:hover{
	color:#cc2222;
	text-decoration:none;
	padding: 1px 2px 1px 2px;
	}
a:active{
	color:#cc2222;

	}
P, LI, DD {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
PRE, BLOCKQUOTE, UL, OL, DL, DIV {
  margin-top: 1em;
  margin-bottom: 1em;
}
ADDRESS {
  margin: 1.5em 1em 1em 2em; /* assumed in the bottom of the document */
  line-height: 120%;
  font-style: normal;
}

PRE {
  line-height: 130%;
}
H1 {
  line-height: 120%;
  text-align: center;
}
H2, H3, H4, H5, H6 {
  line-height: 120%;
  text-align: left;
}


/*CLASSセレクタ*/
.calendar{
  background: #ccccff;
  padding:10px;
  border: outset thin #aaaaaa;
}
.event{
  background: #C7EFB2;
  padding:5px;
  border: outset thin #bbbbbb;
}
.title{
	font-size :60px;
	font-family : Impact;
	}
.toplink{
	border : black 2px dotted;
	}
.pagetitle{
	font-size :40px;
	text-indent:1em;
	text-align: left;
	border-bottom: #0044ff 2px solid;
	border-left: #0044ff 50px solid;
}
.gallery{
	font-size : 20px;
	text-align: center;
	}
.intro{
	border-collapse:collapse;
	border:solid 1px black;
	}
