/*絵日記*/
body {
       background-color:#FFFFFF;
       scrollbar-arrow-color:#70735b;
       scrollbar-base-color:#ffffff;
       scrollbar-face-color:#ffffff;
       scrollbar-highlight-color:#70735b;
       scrollbar-shadow-color:#70735b;
       scrollbar-darkshadow-color: #ffffff;
       scrollbar-3dlight-color: #ffffff;
       scrollbar-track-color:#ffffff;
}
a {
   text-decoration:none;
   color:dodgerblue;
   font:10pt impact,"Times New Roman",Times,serif;
   padding:0px 8px;
}
a:hover {
           text-decoration:underline;
           color:#808080;
           font:10pt impact,"Times New Roman",Times,serif;
           padding:0px 8px;
} 
a.link {
      text-decoration:none;
      color:lightcoral;
      font:bold 9pt "ＭＳ ゴシック",sans-serif;
}
a:hover.link {
               text-decoration:underline;
               color:#808080;
               font:bold 9pt "ＭＳ ゴシック",sans-serif;
}
.title {
       background-color:#ffffcc;
       text-align:center;
       color:#000000;
       border:2px solid lightcoral;
       font:10pt "ＭＳ ゴシック",sans-serif;
       width:240px;
       height:40px;
}
.sub {
    background-color:#FFFFFF;
    text-align:center;
    color:#000000;
    font:9pt "ＭＳ ゴシック",sans-serif;
    width:250px;
}
p {
       text-decoration:none;
       text-align:center;
       color:#000000;
       font:8pt "ＭＳ ゴシック",sans-serif;
}
div {
     text-align:center;
}
