body { 
background-image: url('1-gorufu.jpg');　 
color: green;　
font-size: 1.2em;
font-family: "ms pゴシック",Osaka.sans-serif;
line-height: 1.5em;　
}

h1{　　　　　
font-size: 2em; 
color: seagreen;
text-align: center; 
/*border-bottom: 2pt solid*/
} 

h2{ 
margin-left: 15%; 
margin-right: 15%; 　
font-size: 1em;
color: white; 
text-align: left;
border: thick double teal; 
background: seagreen;
padding: 4px;　
text-indent: 1em; 
}
 
h3{ 　
font-size: 1.2em;
color: seagreen; 
text-align: center;
margin-left: 10%; 
margin-right: 10%;  
} 

p{　　
margin-left: 10%; 
　margin-right: 10%;
text-indent: 1em; 
color: black;
}

pre{　　
margin-left: 10%; 
font-size: 0.9em;
color: navy;
}

strong{　
font-size: 1.2em;
color: red
}

em{　
font-style: italic;
color:darkviolet;
}

img.float-r {
float: right;margin-right: 10%;
}

img.float-l {
float: left;margin-left: 10%;
}

.center {
text-align: center;
}
