
body{
	background-image:url();
   	background-repeat:no-repeat;
	background-position:top center;
	
       background-color:#99ccff;
	text-align:center;
	width:1300px;
	height:800px;
 }
#header{width:1300px;
	height:300px;
	background-image:url(../hyousi/head3.jpg);
	background-repeat:no-repeat;
	background-position: center;

}
div#container{
	width:1250px;
	height:580px;
	margin:auto;
	
	
}
div#sidecontents{
	width:250px;
	height:500px;
	margin:auto;
	text-align:left;
	
}
#sidecontents a{
	color:blue;
	font-size:30px;
	
}
div#maincontent{
	width:950px;
	height:500px;
	margin:auto;
	overflow:auto;
	
	
}
#maincontent a{
	color:blue;
	font-size:20px;
}


div#footer{
	width:400px;
	height:20px;
	clear:both;
	margin:auto;
}


}

h1{	
	color:blue;
	font-size:50px;
	font-family:fantasy;
	

}

h2{
	color:red;
	font-size:50px;
	
}

h3{	
	color:blue;
	font-size:40px;
}

p{	
	color:blue;
	font-size:20px;
	line-height:120%;
}

span.kenpo{
	color:red;
	font-size:20px;
}

a{
	color:blue;
	font-size:10px;
}
h4{
	color:red;
	font-size:20px;
	
	background-color:#99ccff;
}

h5{	border:1px #000088 solid;
	color:blue;
	font-size:19px;
}

.flt_left{float:left;
	clear: left;
	margin-right:1em;
	margin-left:1em;
}

tr{	
	color:#0000cc;
	font-size:20px;
}
td{	
	width:800px;
	text-align:left;
	
}
b{	color:#ffffff;
	background-color:#3333cc;
}