body	{font-family:'MS　P明朝',
		'Hiragino Kaku Gothic Pro',
		sans-serif;
		background-color: #edede3;
        background-image:url('019-02.jpg');
    
		margin:0}

h1		{font-size: 25px;
		color:gray;
		margin-top: 20;
		margin-bottom:20}

p		{line-height: 3}


/*ヘッダー*/
header		{background-color: white;
            border-bottom:solid 1px #aaaaaa;
			margin-bottom:30px;
			-webkit-box-shadow:0 1px 7px #aaaaaa;
    		padding:5px}

/*記事*/
article		{background-color: white;
			width:700px;
    		margin-left:auto;
			margin-right:auto;
			border:double 3px #aaaaaa;
    		padding:50px;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			box-sizing:border-box;
    		margin-bottom:15px;
			-webkit-box-shadow:5px 5px 10px #aaaaaa;
			box-shadow:5px 5px 10px #aaaaaa;
			border-radius:20px}

/*フッター*/
footer		{width:700px;
			margin-left:auto;
			margin-right:auto}

/*画像のレイアウト*/
figure.photo-center {text-align: center;
                     margin-top: 30px;
                     margin-bottom: 30px}