@import url(https://fonts.googleapis.com/css?family=Playball);
div a { background-color:#ffaa00;
           
           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: green;
        
        
                }



h1    {font-size:18px;
       margin-top:0;
       margin-bottom:0}

h2    {font-size:18px;
         margin-top:0;
         margin-bottom:0}


p     {line-height:2.2;
       font-size:16px;}


/*ヘッダー*/

header   {background-color:white;
           border-bottom:1px solid grey;
           margin-bottom:30px;
            margin-left:8px;
              margin-right:auto;
            font-size:24px;
        width:900px;
           padding:5px;
           vertical-align: -10px;
           
           }





/*記事*/

article  {background-color: white;
          width:900px;
          margin-left: 8px;
          margin-right: auto;
          border:1px solid skyblue;
          padding:30px;
          -webkit-box-sizing:border-box;
          -webkit-box-shadow:0px 0px 119px white;
          box-shadow:0px 0px 119px white;
          
          
          box-sizing:border-box;
          margin-bottom:15px;
          border-radius:20px;
          overflow:  hidden}

/*フッター*/
footer  {width :900px;
         margin-left:8px;
         margin-right: auto;
         clear:both}
/*画像を中央に配置するレイアウト*/
figure.photo-center {text-align: center;
                     margin-top: 29px;
                     margin-bottom: 31px
                    }






