body {
	background-color: #f2f2f2;
  	}
  	
div.header {
 	margin-left: 120px;
 	margin-right: 120px;
 	font-size: 18px;
 	}

div.main {
    margin-left: 120px;
 	margin-right: 120px;
	font-family:'Lucida Grande', Meiryo, sans-serif;
	background-color: white;
	font-size: 18px;
	}

#pageTop {

  position: fixed;
  bottom: 120px;
  right: 30px;
}

 

#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  padding: 5px;
  background-color: #9FD6D2;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

a{
   text-decoration:  none;
   }
a:hover{
   text-decoration: underline;
   }
   
   
div.footer {
	background-color: green;
	color: white;
	text-align: right;
	font-size: 14px;
	font-weight: bolder;
	padding: 5px;
	} 	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	