body {
	background-color: navajowhite;
}

h1 {
	font-size: x-large;
	background-color: goldenrod;
}
h2 {
	font-size: large;
}
h3 {
	font-size: medium;
}
h4 {
	font-size: medium;
}
h5 {
	font-size: medium;
}
h6 {
	font-size: medium;
}

div {
	line-height: 150%;
}

img {
	max-width: 100%;
	height: auto;
}

.header {
	text-align: center;
}

.title {
	text-align: center;
}

.info {
	text-align: center;
}

.author {
	text-align: right;
}

.date {
	text-align: right;
}

.key {
	text-align: left;
}

.score {
	text-align: center;
}

.music {
	text-align: center;
}

.photo {
	text-align: center;
}

span.new {
	color: red;
}

/*
強調すること
*/
span.emphasis {
	color: red;
}

/*
警告、注意、戒め、訓戒、警告の、戒めの、警報、訓戒となるもの、兆候、前兆
*/
span.warning {
	color: yellow;
}

/*
油断のない、注意を払っている、(いつでもすぐ必要な行動がとれるように)油断なく、警戒して、機敏な、敏捷(びんしよう)な、きびきびして、てきぱきして
*/
span.alert {
	color: red;
}

span.title {
	font-weight: bold;
	font-size: larger;
}

span.information {
	font-weight: bold;
	font-size: larger;
}
