body  { 
   background-image : url(http://yint.xxxxxxxx.jp/e/shoku98-moto.jpg);
   background-repeat : no-repeat;
   background-attachment : fixed;background-position : right top;
   line-height: 150%;}


	@media screen and (max-width: 480px) {
          body  { 
   font-size : 100%;
          }
	  div {
        margin-left:3%;
        width:95%;
	  }
	}



	@media screen and (min-width: 481px) {
body{    font-size : 90%;}
div{	
        margin-left:50px;
        width:65%;
        max-width:800px;}
}


h1{ 
    line-height: 200%;
        margin-right:5%;}


.shiro{ background-color:#ffffff;}


