
html {
    background: url(img/11.JPG) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


body { font-family: 'メイリオ',
     'Hiragino Kaku Gothic Pro',
     sans-serif;
  　　color: #ffffff;
     padding: 15px;
     margin: 0}


h2   {font-size: 30px;
      color: #ffffff;
      margin-top: 0;
      padding: 15px;
      margin-bottom: 0;}

h3   {font-size: 45px;
      color: #ffffff;
      margin-top: 0;
      padding: 15px;
    margin-bottom: 0;}

h4   {font-size: 25px;
      color: #ffffff;
      margin-top: 0;
      padding: 15px;
    margin-bottom: 0;}    


p    {line-height: 2.0;
      color: #ffffff;
      padding: 15px;} 

a{
  color: white;
  text-decoration: none;
}
a:visited{
  color: white;
  text-decoration: none;
}

/*img  {float: left;}  


/*ヘッダー*/
header {
        width: 1200px;
        padding: 30px;
        margin-right: auto;
        margin-left: auto;}

/*記事*/
div {background-color: rgba(0, 0, 0, 0.0);
        color: #ffffff;
         width: 1200px;
         margin-right: auto;
         margin-left: auto;
      　　-webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
          box-sizing: border-box;}

#wrap{
  width: 100%;
}
#wrap .logo{
  width: 100%;
  max-width: 700px;
  margin: auto;
}

.date{
  background-color: rgba(0, 0, 0, 0.0);
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.text{
  background-color: rgba(0, 0, 0, 0.0);
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 2.0em;
}      

div.enter{
         width: 300px;
         padding-left: 80px;
         border-style: solid;
　　　　　border-width: 1px;
　　　　　border-color: #ffffff;
　　　　　color:#ffffff;}

/*フッター*/
footer { /*background-color: rgba(0, 0, 0, 0.5);*/
         color: #ffffff;
         width: 100%;
         text-align: center;
         margin-top: 20px;
       }






