BODY {
line-height: 180%;　　/*行送りの指定*/
margin: 0px;　　/*マージンの指定*/
padding: 0px;　　/*余白の指定*/
background-color: #ffffff;　　/*背景色の指定*/
BODY{
  
  font-size : 12pt;
color:#777777;
  line-height : 180%;  /*行送りの指定*/
  background-image : url(kasanaruomoi_byakuya.jpg);
  background-repeat : no-repeat;
  background-attachment : fixed;background-position :  right bottom;
  margin-left : 10%; 　/*マージンの指定左から10％*/
　　/*行間隔*/

scrollbar-base-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-face-color: #FFFFFF;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-darkshadow-color: #C0C0C0;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #C0C0C0;
    scrollbar-arrow-color: #C0C0C0;

}
h1 {
color: #999999;
padding: 15px;
margin-left: 50px;　　/*左マージンの指定*/
text-align: center;
FONT size="5"
}}}}
h2 {
color:#808080;
font-size:20px;
font-family:HG正楷書体;
padding: 5px;
margin-left: 50px;　　/*左マージンの指定*/
margin-right: 30px;　　/*右マージンの指定*/
}}


