
body {
	font-size:16px;text-align:center;line-height:1.6em;background-color:#eee8aa;
}


h1 {width:650px;text-align:center;margin:80px 20px 40px 20px;color:#ffffff;letter-spacing:0.5em;
    font-size:25px;line-height:2em;border-radius:40px;border:1px solid :#f0fff0;
    background-color:#b8860b;
	
}

h2 {font-size:28px;color:#8c0000;width:670px;border-bottom:2px solid #800000;line-height:1.2em;text-indent:1em;

    
}

h3 {font-size:20px;color:#800000;text-indent:1em;width:600px;margin:20px 0px 10px 10px;border:2px dotted #800000;padding:0.5em;
}


p {font-size:20px;font-weight:500;line-height:1.8em;width:650px;margin:0px auto;
	
}

.oowaku{width:700px;text-align:left;margin:0 auto;background-color:#ffffff;padding:1em 3em;
    border:2px solid #8c0000;border-radius:40px;
    
    
}

.kowaku{width:670px;text-align:left;margin:0 auto;background-color#ffffff;
    border:0px solid #008080;
    
    
}

/* ƒiƒr */

li {
    float: left;
}

ul {
    width: 600px;
    overflow: hidden;margin:-20px 15px -50px 4px;
}
 
li {font-size:14px;
    float: left;
    width: 120px;
    list-style-type: none;
}
 
a {
    display: block;
    padding: 8px 0;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    background-color: #556b2f;
    color: #fff;
}
 
a:hover {
    background-color: #8fbc8f;
}