body {
	background-color: #fff7f8;
	color: #484848;
	font-size: 100%;
	font-family: メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	text-align: center;
}

a:visited,
a {
	color: #484848;
	text-decoration: none;
}

path:hover {
	fill: #eeeeee;
	transition: fill 1s;
}

.folder {
	position: fixed;
	bottom: 1em;
	right: 1em;
	padding: 0.5em;
	opacity: 0.4;
}

.folder img {
	padding-right: 0.5em;
}

.folder:hover {
	opacity: 0.7;
	font-size: 1.5em;
	text-shadow: 0 .4em .5em #2a2a2a;
	transition: opacity 1s, font-size 1s;
}

.seizure-warning {
	color: #aa5555;
	font-size: 0.666em;
}

#message {
	font-size: 4em;

}

#party {
	display: none;
}