body{
	margin:0;
	padding:0;
	background-color:#90ee90;
	font-size: 120%;
	color:#006600;
}
.header{
     width: 800px;
     margin: 0 auto;
     border-top: 5px solid #00cc00;
     border-left: 5px solid #00cc00;
     border-right: 5px solid #00cc00;
     border-bottom: 5px solid #00cc00;
     background-color: #f5f5dc;
     border-style: outset;
}
.logo{
     margin: 0;
     padding:10px;
}
.logo img{
     background-image: url(image/245.jpg);
     background-repeat: no-repeat;
     width: 300px;
     height:120 px;
     border: none;
     border-style: outset;
     
}
main{
     width: 800px;
     margin: 0 auto;
     padding:20px 10px;
     border-left: 5px solid #00cc00;
     border-right: 5px solid #00cc00;
     background-color: #ffffff;
     border-style: outset;
}
h1{
     margin: 0 0 20px 0;
     padding:2px 5px;
     background-color: #993300;
     font-size:30px;
     color: #ffffff;
     text-align: center;
     letter-spacing: 0.5em;
     border-style: outset;
}
h2{
     margin: 0 0 5px 0;
     padding: 2px 5px;
     border-left: 15px solid #ff9900;
     border-bottom: 1px solid #ff9900;
     font-size: 20px;
     color: #009900;
}

p{
     margin: 0 0 20px 0;
     line-height: 120%;
}
.bubun{
     color: #8b4513;
}
.namae{
     text-align: right;
     float: right;
}
.hands{
     text-align: right;
     float: right;
}     
.footer{
     width: 800px;
     margin: 0 auto;
     background-color: #90ee90;
     font-size: 20px;
     color: #009900;
     text-align: left;
     height: 80px;
          
}

.footer li{
     float: left;
     list-style-type: none;
     width: 70px;
     }
.footer li a{
     text-decoration: none;
     }
.a:link{
     color:ffd700 ;
     text-decoration: none;
}
a:hover{
     text-decoration: underline;
}
