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

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

#news_block h1 {
	font-size: 24px;
	background: url(../images/common/h1_bg.gif) left bottom repeat-x;
	padding-bottom: 4px;
	margin-bottom: 1.5em;
	line-height: 100%;
}
#news_block h2 {
	font-size: 20px;
	background: url(../images/common/h2_bg.gif) left center no-repeat;
	border-bottom: dashed 1px #CCC;
	margin-bottom: 1em;
	padding-left: 1.0em;
	line-height: 100%;
}

#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: 0px 2px 0px 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: 60px;
	height: auto !important;
	height: 60px;
}
#news_block .detail dt {
	font-size: 14px;
}
#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;
}

/*詳細ページ*/
.news_date {
	font-weight: bold;
}
.news_cate {
	margin-bottom: 1.0em;
	line-height: 100%;
}
.news_cate span {
	margin: 0;
	border: #333333 solid 1px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	width: 80px;
	padding-top: 2px;
	height: 16px;
}
.news_cate img {
	vertical-align: middle;
	margin-left: 0.5em;
}
.newslist_back {
	padding-top: 2em;
}