@charset "Shift_JIS";

/* 見出し画像・キャッチコピー */
.top-image {
	background-color: #fafafa;
	background-image: url(image/top.jpg);
	height: 600px;
	width: 1300px;
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
}

.catchcopy {
	color: #222;
	position: absolute;
	top: 40px;
	left: 60px;
	width: 600px;
	color: #ffffff
}

.catchcopy h2 {
	font-size: 36px;
	font-weight: 300;
	font-family: 'ＭＳ 明朝';
	text-shadow: 5px 5px 6px #666b70;
	color: #ffffff;
	line-height: 1.1;
}

.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;
}

.date {
	padding-left: 25px;
}
