h1{
	font-size:16pt;
	color:red
}


H2{
	font:  normal bold  "Meiryo";
	font-size:14pt;
	color:black;
}

body {
	
	font:  normal 70%/100% "Meiryo";
	color: black;
	background-color: #ffffff;

}



.white {
	color: white; 
	font-weight: normal
}

.red {
	color: red;
	font-weight: bold
}


#top { 
	text-align:center;
	margin: 0 auto;  
	width:880px;
	height:40px; 
	font:  normal bold 80%/100% "Meiryo";
	background-color:palevioletred;
} 






#main{
	position:absolute;
	text-align:center;
	width:99%;
	height: ;
	margin: 0 auto;
	background-color:#ffeff7; 
	background-image:url(../gazou/pict3.gif);
	border-style: solid;
	border-width: 0px;

}  


#side {
	width: 220px;
	
	margin: 0 auto;
	background-color:#FFF0F5; 
	overflow: auto;
	float:left;
	color: black;
	
	
	border-right:1px solid #A9A9A9;
}


#contents{
	text-align:center;
	width:880px;
	height: ;
	margin-left:auto;
	margin-right:auto;
	background-color:white; 
	background-image:url(../gazou/pict3.gif);
	border-style: solid; 
	border-color:#A9A9A9;
	border-width: 1px;
	
}  




#btm { 
	clear:both;
	width:880px;
	height:40px; 
	margin: 0 auto; 
	font:  normal bold 80%/100% "Meiryo";
	background-color:palevioletred;

} 





a{ 
text-decoration: none; 
color: black;

}



a:link {
color:black;
text-decoration: none;
}



a:hover {
color:red;
text-decoration: none;

} 








