html {
	min-width: 100%;
	min-height: 100%;
}

body {
	font-family: roboto, arial;
}

body.yotsuba {
	text-align: center;
	background: #ffffee url("/assets/images/yotsuba-background.png") repeat-x 50% 0%;
}

body.yotsuba.yotsuba-blue {
	background: #eef2ff url("/assets/images/yotsuba-blue-background.png") repeat-x 50% 0%;
}

body.yotsuba a {
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	color: #34345c;
}

body.yotsuba a:hover,
body.yotsuba a:active {
	color: #dd0000;
}

body.yotsuba .yotsuba-title {
	color: #af0a0f;
	font-family: tahoma;
	font-size: 54px;
	font-weight: bold;
	letter-spacing: -2px;
	margin-top: 40px;
	margin-bottom: 4px;
}

body.yotsuba .yotsuba-title a {
	color: inherit;
}

body.background-fullscreen {
	background-size: 100% 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
