/* ****************************** */
/*　 homepage  style  */
/* ****************************** */

/* ============================== */
/*      共通 body                 */
/* ============================== */
body { 
font-family: 'ＭＳ 明朝'; 
scrollbar-face-color: dimgray;
scrollbar-highlight-color: dimgray;
scrollbar-shadow-color: gray;
scrollbar-3dlight-color: black;
scrollbar-arrow-color: gray;
scrollbar-track-color: black;
scrollbar-darkshadow-color: black;
background-color: wait; 
color:#000000;
margin-left:0em;
margin-right:0em;} 

/* ============================== */
/*      link                      */
/* ============================== */

a:link    {color:#000099; text-decoration:none; cursor:auto;}
a:visited {color:#000099; text-decoration:none; cursor:auto;}
a:active  {color:#000099; text-decoration:underline; cursor:wait;}
a:hover   {color:#000099; text-decoration:nene; cursor:auto;}

/* ===========================================================
     Copyright(C) All rights reserved.
 ===========================================================*/

/* ============================== */
/*      印刷改行                 */
/* ============================== */

p.line1 {page-break-before: always; }
p.line2 {page-break-before: always; page-break-after: always; }
