@charset "utf-8";

/* トップページ[index.html]を記述しています */

#main {
	display: block;
	width: 960px;
	height: 620px;
	position: relative;
}

h2#top_read {
	top: 375px;
	left: 68px;
	width: 222px;
	height: 230px;
	font-size: 11px;
	position: absolute;
	z-index: 1;
}