@charset "UTF-8";
.mainarticle .block {
	clear: both;
	margin-top: 30px;
	margin-bottom: 20px;
}
.mainarticle .block h2 {
	margin-bottom: 5px;
	font-size: 1em;
}
.mainarticle {
	background-image: url(../image/cover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.mainarticle h1 {
	height: 250px;
	visibility :hidden;
}
.mainarticle .notes {
	font-size: 0.8em;
	margin-top: 5px;
	margin-left: 320px;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
p.topcopy {
	margin-left: 230px;
	font-size: 1.2em;
	line-height: 160%;
	margin-bottom: 15px;
	font-weight: bold;
}
.mainarticle .block p {
	float: left;
	width: 330px;
}
.mainarticle .block img {
	float: right;
	width: 200px;
}

