@import url(https://fonts.googleapis.com/css?family=Playball);
                                                                                                                          
body  {font-family:"メイリオ","Hiragino Kaku Gothic Pro",sans-serif;
       color:#000000;
       background-color:#FF2387;
       background-image:url(miper.png);
       margin-left:200px;
       margin-right:auto;
                       }



h1    {font-size:36px;
       margin-top:0;
       margin-bottom:16}

h2    {font-size:24px;
         margin-top:0;
         margin-bottom:16px;}


p     {line-height:2.2px;
       font-size:24px;
        }


/*ヘッダー*/

header   {background-color:#2489EE;
          width:1520px;
          border-bottom:1px solid black;
          color:#29F712;
          border-radius:20px;
          box-sizing:border-box;
          margin-left:0px;
          margin-bottom:16px;
          padding-left:196px;
          text-align:center;
          overflow:  auto;
           }

header h1  {font-family: 'Playball', cursive;
            font-size:36px;
            padding-left:16px;
           
            }

header  h1 img {vertical-align: 0px;
                margin-right:auto;}




/*記事*/

article  {background-color:#978412;
          width:1520px;
          margin-top:0px;
          margin-right:0px;
          padding-left:196px;
          color:white;          
          box-sizing:border-box;
          margin-bottom:16px;
          overflow:  hidden
          }
aside li	{display: inline}
/* ナビゲーションメニュー */
nav ul{
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	font-size: 24px;
}

nav li{
	display: inline-block;
	font-size: 16px;
	padding-right: 0px;
}

nav{
	width: 240px;
	margin-right:0px;
	padding:0px;
	text-align: center;
	margin-top: 8px
        ;
}

nav a{
	color: yellow;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	padding-top: 16px;

	text-align: center;
	background-color:orange;
}

nav a:hover{
	color: white;
	background-color: blue;
}

/*フッター*/
footer  {width :1520px;
         padding-left:196px;
          margin-right:0px;
         clear:both
         color:#ffffff;}
/*画像を中央に配置するレイアウト*/
figure.photo-center {text-align: center;
                     margin-top: 32px;
                     margin-bottom: 32px
                    }

figure.kamikousaku{text-align: center;
                     margin-top: 32px;
                     margin-bottom: 32px;
   
       }

figure.yokoyoko{
  float: left;
    padding-left:160px
    }
figure.mitumitu{
   float:left;
    padding-left:124px
    }

/*リンク*/

a              {color:white;}
a:hover{color:pink;}
a img          {border:none}



#spring {width:720px;}
