/*BODY要素のスタイル指定*/
BODY{   font-size   : 12px;
  　　　line-height : 1.3em;
  　　　margin      : 1.5em 2em;
  　　　padding     : 0.3em;
  　　　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;}



/*日付*/
.c1{       
  font-family : Times New Roman,"有澤楷書"; 
  font-size   : 12px;
  font-weight : 500;
  color       : #8F8F8F;
}

/*内容*/
.c2{ 
   font-style: normal;     
  font-family : Times New Roman,"有澤楷書"; 
  font-size   : 12px;
  font-weight : 500;
  color       :#616161;
  
}


/*枠*/
.c3{  　　　margin      : 0.1em 1em;
  　　　padding     : 0.1em;
   border: none #8F8F8F;
   font-weight: bold;
   text-align:right;
   border-right: 3px solid #8F8F8F;
   border-bottom: 1px dashed #8F8F8F;
}


/*枠　背景が濃い時用　薄文字*/
.c4{  　　　margin      : 0.1em 1em;
  　　　padding     : 0.1em;
   border: none #D4D4D4;
   font-weight: bold;
   text-align:right;
   border-right: 3px solid #D4D4D4;
   border-bottom: 1px dashed #D4D4D4;
}

   

/*リンク要素*/
a:link {text-decoration:none;
　　　  font-family : Times New Roman; 
 　　　 font-size   : 1em;
 　　　 font-weight : 900;
  　　　color       :#bad1e3;}
a:visited {text-decoration:none;
　　　  font-family : Times New Roman; 
 　　　 font-size   : 1em;
 　　　 font-weight : 900;
  　　　color       :#bad1e3;}
a:hover {text-decoration: underline;
　　　  font-family : Times New Roman; 
 　　　 font-size   : 1em;
 　　　 font-weight : 900;
  　　　color       :#bad1e3;}
a:active {text-decoration: underline;
　　　  font-family : Times New Roman; 
 　　　 font-size   : 1em;
 　　　 font-weight : 900;
  　　　color       :#bad1e3;}


/*リンク要素 c4と同じ色*/
a.y:link {text-decoration:none;
　　　  font-family : Times New Roman; 
 　　　 font-size   : 1em;
 　　　 font-weight : 900;
  　　　color       :#D4D4D4;}
a.y:visited {text-decoration:none;
　　　  font-family : Times New Roman; 
 　　　 font-size   : 1em;
 　　　 font-weight : 900;
  　　　color       :#D4D4D4;}
a.y:hover {text-decoration: underline;
　　　  font-family : Times New Roman; 
 　　　 font-size   : 1em;
 　　　 font-weight : 900;
  　　　color       :#D4D4D4;}
a.y:active {text-decoration: underline;
　　　  font-family : Times New Roman; 
 　　　 font-size   : 1em;
 　　　 font-weight : 900;
  　　　color       :#D4D4D4;}

