/* top's.css 
   for index and personal Document
 #index.html
 #hobby.html
*/

 body{color:#444444;
      background:#ffffff;  /* White */
 }
  a{text-decoration:none;}
  a:link{color:#6495ed;}
  a:visited{color:#20b2aa;}

 div.dec{text-align:right;
}
 h2{color:#4169e1;
    text-align:center;
}
 h3{color:#4169e1;
}
 span.tel{
     color:#333333;
     font-size:0.9em;
}
 strong.tit{
     color:#555555;
     background:#add8e6;
     font-size:1.2em;
}
 span.att{
     font-style:italic;
     color:#808080;
     font-size:0.9em;
}
 div.qes{
     color:#444444;
     font-size:0.9em;
     line-height:1.2em;
     padding:0.5em;
     margin:0em 0em 0em 2em;
}
 div.mes{
     color:#444444;
     padding:0.5em;
}
 div.foot{
     font-style:italic;
     line-height:1.6em;
     margin:0.5em 0em;
}
/* end*/