@charset "utf-8";
/* CSS Document */

/* Stand 2014/09/24 */

/* Regulars */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	color: #000;
	text-align: center;
	margin: 0 auto;
	font-size: 80%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#all {
	margin: 120px auto 0 auto;
	text-align: center;
}
#content{
	width: 80%;
	margin:0 auto;
	padding-bottom: 5em;
	text-align: center;
}
img {
	margin: 0 auto;
	text-align: center;
	border: none;
	padding: 0;
}
h1, h2, h3, p {
	text-align: left;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #0bb3b1
}
p {
	font-size: 1em;
	padding-bottom: 1em;
}
h1 {
	padding-top: 40px;
	font-size: 2.6em;
}
h2 {
	font-size: 1.8em;
	padding-top: 40px;
	padding-bottom: 1em;
}
h3 {
	font-size: 1.6em;
	padding-top: 20px;
	padding-bottom: 1em;
}
.bottom {
	width: 100%;
	position: fixed;
	bottom: 0;
	height: 3em;
	background: #fff;
	filter: alpha(opacity=80);
	opacity: .8
}
.top{
	width: 100%;
	height: 3em;
	background: #fff;
	filter: alpha(opacity=80);
	opacity: .8
}
.center {
	text-align: center;
	line-height: 3em;
}
#content a{
	color: #000;
	text-decoration: underline
}
#content a:hover {
	color: #0bb3b1
}
.next{margin-top: 40px;border-top: 1px solid #efefef}