body	{
	background-color : #89F27B;
	background-image : url("chikyu.jpg");
	background-repeat : no-repeat;
	background-attachment : fixed;
	background-position : left bottom;
}
.subbody {
	width : 820px;
	font-size : 85%;
	line-height : 20px;
  	background-image : url(sub-bak.gif);

}
.mainbody {
	width : 800px;
	HEIGHT : 700px;
	font-size : 14px;
	text-align : left;
  	background-color : #e6f2ff;
	

  
}
.head {
	width : 100% ;
	HEIGHT : 200px;
	text-align : left ;
	padding : 20px 0px 20px 20px ;
  	background-image : url(head.jpg);
  	font-size : 24px;
}
.main {
	width : 580px;
	HEIGHT : 550px;
	FLOAT:  right;
    	margin-top : 10px;
}
.side {
	width : 210px;
	HEIGHT : 550px;
	FLOAT: left; 
  	margin-top : 10px;
}

.c-both {
	clear:both;
}
H1{
	font-size : 18px;
	color : #ff0000;
	text-decoration : none;
}
