/* 書き換え可能HTMLのスタイル */

body {
	font-size: 120%;
	line-height: 160%;
}
h1 {
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	font-size: 120%;
	color: #fff;
	background-color: #900;
	height: 2.2em;
	padding-top: 1em;
	margin: 0px auto 30px auto;
}
a:link, a:visited {
	color: #900;
}
a:hover {
	color: #C00;
}
button.btn {
	font-size: 120%;
	padding: 10px 30px;
}

blockquote {
	width: auto;
	border: 1px #C99 solid;
	background-color: #FFF0F0;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 120%;
	font-weight: bold;
	color: #900;
}
blockquote p {
	font-size: 80%;
	font-weight: 100;
	color: #333;
}