@charset "utf-8";

html {
	margin			: 0;
	padding			: 0;
	height			: 100%;
	overflow		: auto;
}
body {
	margin			: 0;
	padding			: 0;
	width			: 100%;
	height			: 100%;
}
#main {
	position		: absolute;
	top			: 0;
	left			: 0;
	width			: 100%;
	height			: 100%;
	line-height		: 0;
	text-align		: center;
}
	#plane {
		width		: 594px;
		margin		: 1em auto;
		padding		: .5em;
		border		: 1px #e0e0e0 solid;
	}
	.plane2 {
		border		: 1px #e0e0e0 solid;
	}
	
h1 {
	margin			: 0 0 1em 0;
	padding			: .5em 0;
	font-size		: 1em;
	text-align		: left;
}

img {
	border			: none;
}

blockquote {
	margin			: 1em 0 0 0;
	padding			: .5em;
	border			: 1px #e0e0e0 solid;
}

p, li, dl {
	line-height			: 170%;
	list-style-type: none;
}

