@charset "UTF-8";

#content.top_content {
	padding:32px 0 0 0;
	text-align:center;
}

.top_bottom {
	margin-left:50px;
}

.top_image {
	margin: 0 auto 8px auto;
	border:1px solid #333366;
	width:718px;
	height:418;
	padding-top:8px;
	padding-bottom:8px;
}

.top_info {
	float:left;
	width:500px;
	text-align:left;
}
.top_info ul {
	margin-left:8px;
}
.top_info ul li {
	margin-bottom:4px;
}
.top_info ul li .ns_body {}
.top_info ul li .ns_date {
	font-size:70%;
}

.top_calendar {
	float:left;
	width:192px;
	margin-left:8px;
}

.top_cal_table {
	width:190px;
	border-collapse:collapse;
	margin-top:4px;
	margin-bottom:8px;
}
.top_cal_table th,
.top_cal_table td {
	border:1px solid #333366;
	overflow:hidden;
}
.top_cal_table thead tr th {
	text-align:center;
	font-weight:normal;
	color:#ffFFff;
	background-color:#666699;
	font-size:90%;
	width:14%;
	padding:2px 0 1px 0;
}
.top_cal_table tbody tr td {
	text-align:left;
	font-size:70%;
	line-height:75%;
	height:24px;
}
.top_cal_table tbody tr td div.cell_date {
	margin-bottom:6px;
	margin-top:2px;
}
.top_cal_table tbody tr td.cell_past {
	background-color:#efefef;
	color:#999999;
}
.top_cal_table tbody tr td.cell_open {
	background-color:#ffFFff;
}
.top_cal_table tbody tr td.cell_close {
	background-color:#ff9999;
}

.top_rss {
	padding-top:4px;
	text-align:right;
}

#content .subtitle .st_news {
	background:transparent url(../image/subtitle_news.jpg) no-repeat scroll left top;
}
#content .subtitle .st_calendar {
	background:transparent url(../image/subtitle_calendar.jpg) no-repeat scroll left top;
}

