﻿@charset "UTF-8";

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

.catchcopy {
	color: #ffffff;
	position: absolute;
	top: 20px;
	left: 30px;
	width: 250px;
}

.catchcopy h2 {
	color: #ffff00;
	font-size: 30px;
	font-weight: 900;
}

.catchcopy p {
	color: #bbffdd;
	font-weight: bold;
	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;
}
