@charset "UTF-8";
/* CSS Document */

#footer {
	text-align: center;
	margin-bottom: 25px;
}
body {
	background-color: #FFF;
	margin-top: 0px;
	color: #000;
}
#container {
	text-align: center;
	width: 450px;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka,;
	background-color: #FFF;
}
h1 {
	text-align: center;
	background-color: #000;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
em {
	font-size: 11px;
	text-align: center;
	color: #000;
}
p {
	color: #000;
	line-height: 1.8em;
}
.btn {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 11px;
}
.btnRight {
	text-align: center;
	font-size: 11px;
	margin-top: 20px;
}
a,a:link,a:visited{
	color: #000;
	text-decoration: underline;
}
a:hover{
	color: #000;
	text-decoration: none;
}

