﻿body {   /* 背景焦げ茶文字白120%大きい */
    width:90%;
    margin:1% auto;  
    background-color:#320;
    color:white; 
}
a{ color:yellow; }
a:visited{ color:#ff6; }

h1{ font-size:135%; }
h2{ font-size:130%; }
h3{ font-size:125%; }
h4{ font-size:120%; }
h5{ font-size:115%; }
h6{ font-size:110%; }

p.right {text-align: right;}
p.center {text-align: center;}

header, nav, section, footer {
    display:block;
    margin:1px auto;fa
    padding:5px;
}
header {
    text-align:left;
    padding:10px;
    background-color:#210;
}
header h2 { text-align:right; }
header ul, header li {
    display:inline;
}
nav {
    float:right;
    width:55%;
    font-size:90%;
    line-height:1.3;
}
section {
    float:left;
    width:98%;
    line-height:1.4;
}
footer {
    clear:both !important;
    text-align: right;
    font-size:85%;
}