@charset "utf-8";

/* お知らせ　*/


#main table {
	width: 100%;
	margin-bottom: 50px;
}

#main tr {
	background-position: 3px bottom;
	background-repeat: no-repeat;
}

#main tr.r1 {
	background-image: url(../news/images/news_line01.gif);
}

#main tr.r2 {
	background-image: url(../news/images/news_line02.gif);
}

#news-title {
	border-bottom: dashed 1px #744a13;
	margin: 10px 10px 30px 10px;
	color: #744a13;
}

#news-title h2 {
	float: left;
	width: 675px;
	padding: 10px 10px 0 10px;
	font-weight: bold;
}

#date {
	float: left;
	width: 80px;
	height: 25px;
	text-align: center;
	padding: 10px 5px 0 5px;
	margin-bottom: 8px;
	border-left: solid 1px #9d757a;
	color: #9d757a;
	font-size: 110%;
}

#news-contents {
	padding: 10px 20px;
}


th, td {
	padding: 15px 5px 10px 5px;
	vertical-align: top;
}

th {
	width: 80px;
	color: #744a13;
}

.block {
	padding-right: 10px;
	padding-bottom: 20px;
}

.block-c {
	padding-right: 10px;
	padding-bottom: 20px;
	text-align: center;
}

.l-side {
	float: left;
	width: 375px;
	padding-right: 10px;
}

.r-side {
	float: right;
	width: 375px;
}


#page {
	text-align: center;
}

#timetable table {
	border-left: solid 1px #669933;
	border-top: solid 1px #669933;
	margin-bottom: 10px;
}

#timetable th, #main #timetable td {
	border-right: solid 1px #669933;
	border-bottom: solid 1px #669933;
	text-align: center;
	color: #669933;
}


/* アナウンスページ　*/


.pamph {
	float: left;
	width: 260px;
	padding: 10px 0;
	text-align: center
}

.pamph img {
	margin-bottom: 10px;
}

h2.title {
	padding: 20px 0;
}
