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:550px;
	margin:auto;
	text-align:left;
	
}
#sidecontents a{
	color:blue;
	font-size:30px;
	
}
div#maincontent{
	width:950px;
	height:500px;
	margin:auto;
	overflow:scroll;
}
#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;
}
a{
	color:blue;
	font-size:10px;
}
h4{
	color:red;
	font-size:20px;
	
	background-color:#99ccff;
}

.flt_left{float:left;}

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