/* top's.css 
   for Top & Intoroduction Document
 #angel.html
 #history.html
 #new.html
 #profile.html
*/

  body{color:#262633;
       background:#ffffff;  /* White */
 }
  a{text-decoration:none;}
  a:link{color:#6495ed;}
  a:visited{color:#20b2aa;}
  div.head{text-align:right;
 }
  h2{color:#4169e1;
     text-align:center;
 }
  h3{color:#4169e1;
 }
  span.tel{
          color:#333333;
          font-size:0.9em;
          font-weight:normal;
 }
  span.note{color:#262633;
           font-size:0.8em;
 }
  span.att{font-style:italic;
          color:#808080;
          font-size:0.9em;
 }
  span.tit{font-size:1.2em;
 }
  strong{font-weight:bold;
 }
  div.main{line-height:1.2em;
           margin:0em 1em 0em 2.5em;
 }
  div.end{line-height:1.4em;
          text-align:right;
 }
  div.foot{font-style:italic;
           line-height:1.6em;
           margin:0.5em 0em;
 }

/* end*/