@charset "utf-8";

* html #main {
	display:inline-block;
}

#main > .box {
	width:700px;
	padding:0 0 48px 17px
}

#top-news {
	padding-top:28px
}

#top-news h3.title {
	position:relative;
	width:604px;
	padding:12px 88px 12px 8px;
	border-top:3px solid #636;
	border-bottom:1px dashed #ccc;
	color:#333;
	font-size:1.2em
}

#top-news .dtstart {
	position:absolute;
	top:12px;
	right:4px;
	color:#666;
	font-family:verdana,arial
}

#top-news .description {
	margin-top:6px;
	padding:8px;
	font-size:1.2em
}

#top-news .description p {
	color:#9459c2;
	margin-top:10px;
	line-height:1.7
}

/*-- news list --*/

#news-list {
	margin-top:50px;
	font-size:1.2em
}

#news-list .years-search {
	margin-left:16px;
	color:#999
}

#news-list .years-search select {
	margin-left:8px
}

#news-list .list {
	width:100%;
	margin-top:8px
}

#news-list .list thead th {
	padding:10px;
	border-top:3px solid #636;
	border-bottom:1px solid #969;
	color:#636;
	font-weight:normal;
	text-align:left
}

#news-list .list thead th:first-child {
	width:164px;
	padding-left:16px
}

#news-list .list tbody td {
	padding:10px;
	border-bottom:1px dashed #ccc;
	color:#666;
	line-height:1.33;
	vertical-align:top
}

#news-list .list tbody td:first-child {
	padding-left:16px;
	font-family:verdana,arial
}

#news-list .list tbody a {
	color:#666
}

#news-list .page-nav {
	font-size:1em
}
