/* CSS Document */
/*CSS*/
#news_detail h2 {
	width:100%;
	text-align:center;
}
#news_detail h3 {
	text-align:center;
	font-size:22px;
	color:#582c01;
	padding:18px 0 0;
	border-bottom:1px solid #cdc0b5;
}
#detail_Img {
	width:670px;
	height:auto;
	margin:17px auto 5px;
	text-align:center;
}
#detail_Text{
	width:670px;
	margin:17px auto;
}
.thum_box{
	text-align:center;
	background-color:#f8f8f8;
	padding:5px;
	border-radius:5px;
	width:670px;
	margin:auto;
}
.thum_box div{
	display:inline-block;
	width:80px;
	border:3px solid #FFF;
	background-color:#FFF;
	cursor:pointer;
}
.date {
	width:100px;
	text-align:center;
	height:22px;
	line-height:22px;
	background-color:#00b7b9;
	color:#fff;
	border-radius:7px;
	margin:10px 0;
}
#news_detail .detail_Link a {
	display:block;
	height:17px;
	width:80px;
	line-height:17px;
	padding:0 17px 0 0;
	margin:30px 0 0 570px;
	background-image:url(../images/index/link.png);
	background-repeat:no-repeat;
	background-position: center right;
	text-decoration:none;
}
.detail_Link a:hover {
	text-decoration:underline;
	color:#000;
}
#PDF_Bt{
	height:35px;
	box-shadow:0 2px 0px #01668f;
	text-align:center;
	line-height:35px;
	border-radius:7px;
	background-color:#01a7ea;
	color: #fff;
	margin:10px 0;
	font-size:13px;
	display:inline-block;
	width:150px;
}
#PDF_Bt:hover{
	background-color:#17bcff;
}
#link_bt{
	background-image:url(../../news/images/link.png);
	background-repeat:no-repeat;
	padding:0 0 0 30px;
	line-height:26px;
	display:block;
	margin:10px 0 0;
}