@charset "utf-8";
section {
	width: 65%;
	float: left;
	height: 1300px;
}
aside {
	width: 35%;
	float: left;
	height: 1300px;
}
section article {
	margin: 30px;
	text-indent: 36px;
	line-height: 2em;
}
aside article {
	margin-top: 100px;
	margin-right: 30px;
}
section article h2 {
	font-size: 1.8em;
	text-shadow: 2px 2px #999999;
}
article ul li {
	font-size: 0.9em;
	font-weight: bold;
	color: #0E0E2E;
	margin-bottom: 5px;
}
