* {
	margin: 0;
	padding: 0;
}

/* BASE -------------------------------------------------------------------------*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", Arial, Helvetica, sans-serif;
	background: #f4f4f4;
}

#box {
	width: 400px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #999999;
	padding: 100px;
	background: #ffffff;
}

h1 {
	text-align: center;
	line-height: 1.5;
	font-size: 30px;
	color: #ff0000;
}

h5 {
	text-align: center;
	line-height: 1.5;
	font-size: 17px;
	color: #000000;
}

#box p {
	text-align: center;
	line-height: 1.5;
	font-size: 12px;
	color: #000000;
}
