@charset "shift_jis";
#container {
	height: auto;
	width: 900px;
	padding-top: 10px;
	background-image: url(../image/topcontainer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#contents {
	float: left;
	height: auto;
	width: 480px;
	margin-left: 20px;
	background-image: url(../image/topcontents-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
}
#catch {
	line-height: 150%;
	margin-bottom: 10px;
	padding: 10px;
	width: 460px;
	background-color: #FFFFFF;
	background-image: url(../image/catch-bg.jpg);
	background-repeat: no-repeat;
}
#catch strong {
	color: #FFFFFF;
	background-color: #003399;
	padding-right: 5px;
	padding-left: 5px;
}
#news {
	margin-top: 15px;
	margin-bottom: 20px;
}
#news li {
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 4px;
}
#news span {
	color: #009900;
	margin-right: 20px;
	margin-left: 10px;
}
.tg1 {
	margin-bottom: 10px;
}
.tg1 h4 {
	margin-bottom: 0px;
}
.time {
	width: 100%;
	border-collapse:collapse;
	margin-bottom: 5px;
}
.time th {
	border: 1px solid #CCCCCC;
	text-align: center;
	background-color: #f9f9f9;
	white-space: nowrap;
	padding: 3px;
	font-weight: normal;
}
.time td {
	border: 1px solid #CCCCCC;
	padding: 3px;
	text-align: center;
}
