/*bodyに対する書式設定*/

body{background-image:url("images/21.jpg");
margin: 0px;
padding: 0px;

}


/*h1に対する書式設定*/

h1{text-align:left;
padding-left: 10px;
padding-top: 10px;

}


/*h2に対する書式設定*/

h2{color:gold;
font-size: 50px;

}


/*h3に対する書式設定*/

h3{text-align:left;
margin-left: 20px;

}


/*sotowakuに対する書式設定*/

.sotowaku{width:900px;
background-color: #fff;
margin-left: auto;
margin-right: auto;
border: dotted 3px #6295d6;
text-align: center;

}


/*hidariに対する書式設定*/

.hidari{float:left;

}


/*mifiに対する書式設定*/

.migi{float:right;
margin: 20px 20px 20px 20px;

}


/*rightに対する書式設定*/

.right{text-align:right;
padding-right: 10px;
clear: both;

}


/*honbunに対する書式設定*/

.honbun{width:91%;
text-align: left;
margin: 20px 20px 20px 20px;
padding: 20px;
border: dotted 1px #6295d6;

}


/*footerに対する書式設定*/

.footer{width:;
height: ;
background-color:;

}


/*footer pに対する書式設定*/

.footer p{padding-top:20px;

}