@CHARSET "UTF-8";

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
		Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	line-height: 1.5;
	font-family: "Rounded Mplus 1c";
}

h1 {
	background-color: #644d00;
	color: #fdf6df;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}

footer {
	background-color: #644d00;
	color: #fdf6df;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}

.t-color1 {
	color: #cc6600;
}

.t-color2 {
	color: #ff9900;
}

#footer-button {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 10;
	background-image: url("../images/text-bg2.png");
	background-size: 5px 5px;
	background-repeat: repeat;
	max-width: 750px;
	margin: 0 auto;
}


