@charset "Shift_JIS";

/* 全体のデザイン */
BODY,td{
scrollbar-arrow-color:#99cc99;
scrollbar-face-color:#fff;
scrollbar-highlight-color:#fff;
scrollbar-3dlight-color:#99cc99;
scrollbar-track-color:#fff;
scrollbar-shadow-color:#fff;
scrollbar-darkshadow-color:#99cc99;
background-attachment : fixed ;
background-repeat: no-repeat;
background-position : right top ;
line-height:1.3;letter-spacing:1;
font-size:10pt;
color:gray;
}
br{letter-spacing:0;}
a:link{color:#99cc99;}
a:hover{color:green;}
a{text-decoration:none;}
a:visited{color:green;} 
h1{padding:5px 0;color:#000;font-size:12pt;
font-family:'Lucida Sans Unicode','MS UI Gothic';text-indent:10px;border-left:7px double #000;}
h2{padding:1px 0;color:#000;font-size:10pt;
font-family:'Lucida Sans Unicode','MS UI Gothic';border-bottom:1px dotted #000;}
h3{padding:5px 0;color:#000;font-size:12pt;
font-family:'Lucida Sans Unicode','MS UI Gothic';border-bottom:1px dotted #000;}
h4{padding:1px 0;color:#000;font-size:10pt;
font-family:'Lucida Sans Unicode','MS UI Gothic';border-bottom:1px dotted #000;}

/*小説のときには必ずBODYに入れる*/
p{line-height:180%;}

