body {
	width: 100%;
	background-color: #2a9ac9;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

div.content {
	margin: 1em auto;
	background-color: #fff;
	width: 40em;
	padding: 0.75em 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	border-radius: 2em;
	z-index: 0;
	line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

img {
	border: none;
}

a, a:visited, a:hover, a:active {
	text-decoration: none;
	border-bottom: 1px dotted;
}

a.fancybox img {
	background: #f8f8f8;
	border: 1px solid #ddd;
	padding: 0.4em;
	margin: 0.4em;
}

a.fancybox {
	outline-style: none;
}

dl.faq dt {
	padding: 1em 0;
	font-weight: bold;
}

dl.faq dt:first-child {
	padding: 0 0 1em;
}

dl.faq dd {
	padding: 0;
}

#navbar {
	text-align: center;
	font-size: smaller;
}

#navbar, #navbar a, #navbar a:visited, #navbar a:active {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
}

#navbar a:hover {
	color: #000;
	text-decoration: none;
}

#navbar ul {
	padding: 0;
	margin: 1em;
}

#navbar ul li {
	display: inline;
	padding: 0 0.5em;
	margin-right: 1px; 
	border-left: 1px dotted #fff;
}

#navbar ul li:first-child {
	border-left: none;
	margin-left: 1px;
}

#footer {
	text-align: center;
}

#footer p {
	font-size: smaller;
	line-height: 1.4em;
}

#sky {
	background: url(/img/sky.png) repeat-x 0 0;
	z-index: -3;
	width: 100%;
	height: 300px;
	bottom: 0;
	left: 0;
	position: fixed;
}

#grass {
	background: url(/img/grass.png) repeat-x 0 0;
	z-index: -2;
	width: 100%;
	height: 94px;
	bottom: 0;
	left: 0;
	position: fixed;
}

#churuya {
	z-index: -1;
	width: 318px;
	height: 260px;
	bottom: 0;
	left: 0;
	position: fixed;
	background: url(/img/churuya.png) no-repeat 0 0;
}

img.cloud {
	position: fixed;
	z-index: -3;
}

#cloud-control {
	background-color: #fff;
	font-size: smaller;
	position: fixed;
	top: 0px;
	right: 2em;
	margin-left: 2em;
	padding: 0.3em 0.5em 0.5em;
	-moz-border-radius-bottomleft: 0.5em;
	-moz-border-radius-bottomright: 0.5em;
	-webkit-border-bottom-left-radius: 0.5em;
	-webkit-border-bottom-right-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	z-index: 1;
}