/* 基本領域 */
/* ===========================================================================*/

body {
	margin: 10px;
	font-size: 80%;
	color: #FFFFFF;
	line-height: 120%;
	text-align: center;
	padding: 0px;
	background-color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.Photo img {
	border: 0pt;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	width: 200px;
}

h2 {
	clear: both;
	margin-bottom: 15px;
	padding: 5px 15px;	/*上下、左右への余白*/
	background: #887b5a;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#887b5a, #74694d);	/*グラデーション*/
	border-radius: 8px;	/*角丸のサイズ*/
	color: #FFFFFF;
	font-weight: normal;
	font-size: 120%;
}

p {
	border: 0pt;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.Photo img {
	border: 0pt;
	display: block;
	height: auto;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

