/* html要素 */

}
h1{
    color:#FAF0E6;
    margin:0;
    font-size: 2em;
    text-align:center;
 
}
h2{
    color:#FAF0E6;
    margin:0;
     font-size: 1.2em;
    text-align:center;
}
h3{
　　font-size: 1em;
    color:#800000;
    margin:0;
    background:#A0522D;
    color:#FAF0E6;
    
}
h4{
    font-size: 1em;
    color:#0000cd;
    margin:0;
    text-align:left;
}
h5{
    font-size: 1em;
    color:#0000cd;
    margin:0;
    text-align:center;
}
h6{
    font-size: 2em;
    color:#0000cd;
    margin:0;
    text-align:center;
}
p{
    margin:0;
    font-size: 0.9em;
    line-height:1.5em;
}
em{
    font-style: normal;
    font-weight: bold;
   
}
ul {
    font-size: 0.9em; 
  line-height:1.5em;  
} 
ol {
    font-size: 0.9em; 
  line-height:1.5em;  
} 
table, td, th {
    font-size: 0.9em; 
  } 
span.update {
    font-family: "caflisch script",cursive;
}

/* レイアウト大枠（ID） */
#title
{
   float:left;
    width:%;
    text-align:left;
    margin:0 auto;
    background:#A0522D;
     color:  color: 00000
}

#intro
{
    width:%;
    text-align:left;
    margin:0 auto;
    background:#F0E68C; 
    font-size: 1.2em;  
}

#navi
 {
    clear:both;
    width:800px;
    float:left;
    margin-top:5px;
    color:#000000;
    font-size: 1.2em;
    line-height:0.8em;
    background:#D3D3D3;   
}


#menu
 {
    width:30%;
    float:left;
    margin-top:10px;
    font-size: 0.8em;
    line-height:1.2em;
    background:#F0E68C;   
}

#main 
{
    width:70%;
    float:right;
    margin-top:10px;
     line-height:1.5em;  
     background:#F0E68C;   
}

