@import url(https://fonts.googleapis.com/css?family=Playball);
div a { background-color:#ffaa00;
           background-image: -webkit-gradient(linear,left top,left bottom,from(#ffe7b8),to(#ffaa00));
           background-image: -webkit-linear-gradient(top,#ffaa00 100%);
           padding: 10px 80px;
           border-radius: 10px;
           color: #000000;
           font-weight: bold;
           text-decoration: none}
body  {font-family:"メイリオ","Hiragino Kaku Gothic Pro",sans-serif;
      
        background-color: darkgrey;
        
        
                }



h1    {font-size:38px;
       margin-top:0;
       margin-bottom:0}

h2    {font-size:18px;
         margin-top:0;
         margin-bottom0;}


p     {line-height:1.5}


/*ヘッダー*/

header   {background-color:white;
           border-bottom:1px solid grey;
           margin-bottom:30px;
          
           -moz-box-shadow:0 10px 10px yellow;
           box-shadow:0 10px 10px yellow;
           padding:5px
           
           }

header h1  {font-family: 'Playball', cursive;
            font-size:24px;
            width:710px;
            margin-left: 15;
            margin-right: 15}

header  h1 img {vertical-align: -10px;
                margin-left: 20px}




/*記事*/

article  {background-color: white;
          width:710px;
          margin-left: auto;
          margin-right: auto;
          border:1px solid green;
          padding:30px;
          -webkit-box-sizing:border-box;
          -webkit-box-shadow:30px 30px 87px yellow;
          -moz-box-sizing:boder-box;
          -moz-box-shadow:30px 30px 87px yellow;
          box-shadow:30px 30px 87px yellow;
          box-sizing:border-box;
          margin-bottom:15px;
          border-radius:20px;
          overflow:  hidden}

/*フッター*/
footer  {width :710px;
         margin-left:auto;
         margin-left: auto;
         clear:both}
/*画像を中央に配置するレイアウト*/
figure.photo-center {text-align: center;
                     margin-top: 29px;
                     margin-bottom: 31px
                     margin-right: 10;
                     margin-left: 10;}






