@charset "UTF-8";
/* CSS Document */
body {
	background: url("../img/jimon.gif");
}
.center {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 220px;
	height: 90px;
	text-align: center;
	color: #ff9a22;
	font-weight: bold;
	font-size: 23px;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	line-height: 1.2;
}
