body {
 margin-top    : 10%;
 margin-right  : 10%;
 margin-bottom : 10%;
 margin-left   : 10%;
 color: #000000;
background-image: url();
background-repeat:no-repeat;
  background-position:right 100%;
  background-attachment:fixed;
line-height: 180%;
 }

h1 {/*黒大文字*/
 font-size: 25px;
 color: #000000;
 line-height: 150%;
 margin-top: 1px;
 }



p.sample2 {/*タイトル　本棚に使用*/
 font-size: 17px;
line-height: 120%;
 color: #000000;
}

p.sample3 {/*小見出し　本棚に使用*/
 font-size: 13px;
line-height: 100%;
 color: #757575;
}






img {
 margin-top: 0px;
 margin-left: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 }

.haichi {
 float: right;
 }

.soroe {
 vertical-align: bottome;
 }

mozi1{font-size:10px

}



a{/*リンクされた文字*/
color:#000000;
font-style:normal;
text-decoration:none;
}

a:visited {/*訪問後のリンク*/
color:#000000;
text-decoration:underline;
}

a:hover {/*マウスをのせたとき*/
color:#FFFF00;
font-style:normal;
text-decoration:underline;
}
a:active {/*クリック中*/
text-decoration:none;
}
