@charset "Shift_JIS";

/* 見出し画像・キャッチコピー */
.top-image {
	background-color: #fafafa;
	background-image: url(image/top.jpg);
	height: 500px;
	width: 940px;
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
}

.catchcopy {
	color: #222;
	position: absolute;
	top: 40px;
	right: 65px;
	width: 320px;
}

.catchcopy h2 {
	font-size: 32px;
	font-weight: 300;
}

.catchcopy p {
	font-size: 18px;
	font-weight: 200;
	line-height: 33px;
}



/* 更新情報 */
.news {
	font-size: 16px;
	border: 0px;
	width: 90%;
}

.news th, .news td {
	border-left-width: 0px;
	border-right-width: 0px;
}

.news th {
	border-top-width: 0px;
}

