@charset "utf-8";

header,
.main_visual,
.about,
.news,
.facility,
.access,
.copy {
	width: 100%;
	clear: both;
}

.header_contents,
.top_contents,
.about h2 span,
.about ul,
.news h2 span,
.news_contents,
.facility h2 span,
.facility ul,
.access_contents,
footer,
.copy_contents,
.breadcrumbs {
	width: 1000px;
	margin: 0 auto;
	clear: both;
}
.main {
	margin: 30px auto 100px;
	width: 1000px;
	clear: both;
	overflow: hidden;
}
.page-template-page article,
.single article,
.category article,
.page-template-default article {
	width: 720px;
	display: block;
	float: left;
}
aside {
	width: 260px;
	display: block;
	float: right;
}