@charset "utf-8";

#wrapper {
	width: 500px;
	margin: 0 auto;

}



header {
	width: 480px;
	height: 60px;
	padding-top: 10px;
	padding-left: 10px;
	color: #767676;
	font-family: "Arial Black", Gadget, sans-serif;
}


section{
	padding-top: 20px;
	padding-bottom: 20px;
	width:460px;
}

footer {
	background-color: #BCBCBC;
	line-height: 20px;
	padding: 10px;
	width: 460px;
}

p{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 12px;
	color: #FFF;
}

h1 {
	font-size: 30px;
	color: #646464;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 20px;
}
h2 {
	font-size: 16px;
	color: #B7B7B7;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 0px;
	text-align: center;
}
