﻿body {
width : 930px;
margin-left:auto;
margin-right:auto;
margin-top:0px;
margin-bottom:0px;
background:url("img/summer.jpg");
background-repeat: repeat;
}


header {
width : 880px;
text-align : center;
font-weight : bold;
font-size : 14pt;
color : #c71585;
margin-top:0px;
}


h1{
font-size : 13px;
font-weight : normal;
color : #122A88;
text-align : center;
}


.main{
width : 880px;
text-align : center;
background-color:#ffffff;
margin-top:0px;
margin-bottom:0px;
}

.blue{
background-color:#0055aa;
margin-bottom:0px;
}

.shadow1{
    text-align: center;
    margin: 0px auto;
    width : 880px;
    height :250px;
    box-shadow: 0 8px 15px #666666; /* 影（[右][下][ぼかし][影の色]）を指定する */
}

.shadow2{
    text-align: center;
    margin: 0px auto;
    width : 467px;
    height :100px;
    box-shadow: 0 8px 10px #666666; /* 影（[右][下][ぼかし][影の色]）を指定する */
}

.box5 {
    text-align: left;
    margin: 1em 0;
    padding: 1em;
    background-color: #c6f1ff;
    border: double 5px #0060bf;
}
.box5 p {
    margin: 0; 
    padding: 0;
}

footer{
text-align : center;
font-weight : normal;
font-size : 12px;
color : gray;
height : 30px; /* コピーライト */
}