/*BODY要素のスタイル指定*/
BODY{   font-size   : 12pt;
  　　　line-height : 1.3em;
  　　　margin      : 0em 2em;
  　　　padding     : 1em;
  　　　background-repeat: no-repeat;
        background-attachment: fixed;
        scrollbar-face-color: #f5f5f5;
        scrollbar-highlight-color: #000000;
        scrollbar-shadow-color: #000000;
        scrollbar-3dlight-color: #f5f5f5;
        scrollbar-arrow-color: #f5f5f5;
        scrollbar-track-color: #ffffff;
        scrollbar-darkshadow-color: #f5f5f5;}




/*リンク要素一般のスタイル指定*/
a.m:link { text-decoration:none;
         color: #bad1e3; 
         font-family : Times New Roman,"有澤楷書"; 
         font-size   : 1em;
 　　　 font-weight : 700;
         vertical-align : sub;}
a.m:visited { text-decoration:none;
         color: #bad1e3; 
         font-family : Times New Roman,"有澤楷書"; 
         font-size   : 1em;
 　　　 font-weight : 700;
         vertical-align : sub;}
a.m:hover { text-decoration: underline;
          color: #bad1e3; 
         text-decoration:underline;}
a.m:active { color: #bad1e3 }


/*リンク要素コピーライト*/
a.c:link { text-decoration:none;
         color: #98ACA2; 
         font-family : Times New Roman,"有澤楷書"; 
         font-size   :0.5em;
 　　　 font-weight : 300;
         vertical-align : sub;}
a.c:visited { text-decoration:none;
         color: #98ACA2; 
         font-family : Times New Roman,"有澤楷書"; 
         font-size   :0.5em;
 　　　 font-weight : 300;
         vertical-align : sub;}
a.c:hover { text-decoration:none;
         color: #98ACA2; 
         font-family : Times New Roman,"有澤楷書"; 
         font-size   :0.5em;
 　　　 font-weight : 300;
         vertical-align : sub;}
a.c:active { text-decoration:none;
         color: #98ACA2; 
         font-family : Times New Roman,"有澤楷書"; 
         font-size   :0.5em;
 　　　 font-weight : 300;
         vertical-align : sub;}
