@charset "utf-8";
/* CSS Document */

/*--------------------
Keyvisual
--------------------*/
/*
#keyvisual {
	height: 330px;
	padding-top: 5px;
	background: url(../images/top/keyvisual_bg_top.gif) top repeat-x #f3f3f3;
	clear: both;
}
#keyvisual .inner {
	width: 1000px;
	margin: 0 auto;
}
*/

#keyvisual {
	width: 100%;
	height: 260px;
	padding-top: 5px;
	background: url(../images/top/keyvisual_bg_top.gif) top repeat-x #f3f3f3;
	text-align: center;
	overflow: hidden;
}


/*--------------------
FreeArea
--------------------*/

#top_free_block {
	margin-bottom: 40px;
}


/*--------------------
News
--------------------*/

#news_block h2 {
	padding-bottom: 40px;
	border-bottom: 1px solid #CCC;
}

#news_block .entry {
	clear:both;
	float:none;
	width: 700px;
	margin: 5px 0 0 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 5px 0 10px 0;
}
#news_block .basic_info {
	float:left;
	width: 85px;
	padding: 5px 15px 5px 10px;
}
#news_block .basic_info .date {
	margin:0;
	padding-top: 0 0 5px 0;
	display: block;
	font-weight: bold;
	font-size: 14px;
}
#news_block .basic_info .cate1 {
	margin: 0;
	border: #333333 solid 1px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 80px;
	padding: 3px 2px 2px 2px;
}
#news_block .basic_info .cate2 {
	margin:0;
	padding: 5px 0 0 0;
}
#news_block .detail {
	float:left;
	width: 570px;
	padding: 5px 0 5px 15px;
	margin: 0px;
	display: block;
	border-left-style: dashed;
	border-left-color: #cccccc;
	border-left-width: 1px;
	min-height: 80px;
	height: auto !important;
	height: 80px;
}
#news_block .detail dt {
	font-size: 16px;
}
#news_block .detail .pdficon {
	margin-right: 5px;
}
#news_block .detail .filesize {
	font-size: 14px;
}
#news_block .detail p {
	line-height: 130%;
}
#news_block .entry .detail .outline {
	font-size: 12px;
	padding-top: 10px;
}
#news_block .backnumber {
	clear: both;
	margin-top: 10px;
	text-align: right;
	margin-bottom: 50px;
}