a:link    {font-size: 95%; color: #808000; text-decoration:none; }
a:visited {font-size: 95%; color: #404040; text-decoration:none; }
a:active  {font-size: 95%; color: #808000; text-decoration:none; }
a:hover   {font-size: 95%; color: #404040; text-decoration:none; background-color: #FFB6C1;}
body      {
 color: #262626;
 font-size: 95%;
 margin-left: 80px;
 margin-right: 80px; 
 line-height: 150%; 
 background-color: #dbdbff;
 background-image : url(awa.gif);
}
div,td        {font-size: 95%;
 line-height: 150%; 
}
b         {font-size: 95%;}
/*タイトル*/
h1 { 
 font-size: 95%;
 text-align: center;
 font-weight: bold;
 width : 150px;
 padding: 3px;
 border: solid 1px #808080;
 background-color: #FFFFFF;
}
/*サブタイトル1*/
h2 { 
 font-size: 100%;
 font-weight: bold;
 border-bottom: solid 1px #262626;
 padding-left: 0.6em;
 margin-bottom: 1.2em;
 margin-top: 2em;
}
/*サブタイトル2*/
h3 { 
 font-size: 95%;
 font-weight: normal;
 border-left: solid 15px #8080C0;
 border-bottom: solid 1px #404040;
 padding: 3px;
 width:60%;
 margin-bottom: 1.2em;
 margin-top: 2em;
 background-color: #FFFFFF;
}
/*もくじ*/
h4 { 
 font-size: 85%;
 text-align: center;
 font-weight: normal;
 padding: 2px;
 border: solid 1px #808080;
 background-color: #FFFFFF;
}