body{
	font-size:80%;
	margin : 0 0 10px;
	background-image : url(barae9.png);
	background-repeat : no-repeat;
	background-attachment : fixed;
	background-position : right top;
}

H2{
	background : url(hoop2.gif) no-repeat -20px -20px;
	font-family : Verdana;
	font-size : x-small;
	padding : 25 0 15 22px;
	letter-spacing : 0.3em;
}
H2:first-letter{
	color : #00ccff;
	font-weight : normal;
}
H2 SPAN{
	background : #ffffff;
}


/*テーブル
-----------------------*/
td{
	font-size:80%;
	color:#004080;
}
td.title{
	font-size:80%;
	color:#FFFFFF;
}
td.speak{
	font-size:80%;
	color:#008080;
}


/*リンク
-----------------------*/
a{
	text-decoration:none;
}
a:link{
	color:#0000ff;
}
a:active{
	color:#0000ff;
}
a:visited{
	color:#0000ff;
}
a:hover{
	color:#a6a6ff;
	text-decoration:none;
}