/*ページ全体の書式設定----------------------
------------------------------------------*/
body{
background-image: url(img/haikei.png);

}


/*ページに対する書式設定--------------------
------------------------------------------*/
h1{
text-align: left;
padding: 20px 0px 0px 10px;

}


/*ページ表示文字に対する書式設定------------
------------------------------------------*/
h2{
font-size: 100px;
color: #000000;

}


/*ページ見出し文字に対する書式設定----------
------------------------------------------*/
h3{
color: #000000;
font-size: 200%;
text-align: senter;
margin-left: 20px;
margin-right: 20px;
border-bottom: 5px solid #000000;
padding-left: 10px;


}


/*ページ内sotowakuに対する書式設定----------
------------------------------------------*/
.sotowaku{
width: 900px;
background-color: #fffafa;
margin-left: auto;
margin-right: auto;
font-size: 20px;
text-align: center;
border: #000 3px solid;


}


/*段落内honbunに対する書式設定--------------
------------------------------------------*/
.honbun{
color: #000000;
padding: 20px;
text-align: senter;
width: 820px;
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
line-height: 150%;

}


/*ページ下footerに対する書式設定------------
------------------------------------------*/
.footer{
width:100%;
height:30px;
background-color:#000000;

}


.footer p{
color:#fff;
padding: 5px;
text-align:right;

}
