@charset "utf-8";
#hd {
	background-image: url(img/bg_bar.gif);
}
#hd .ct H2 {
	background-image: url(img/pagetitle.png);
}
#ct .ct #left H3 {
	width: 540px;
	display: block;
	margin-bottom: 5px;
	background-image: url(img/tit_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height:17px;
	padding: 10px 10px 3px 40px;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}
#ct .ct #left .news .link {
	margin-top: 5px;
	background-color: #DAEDED;
	padding: 3px 10px;
	font-size: 12px;
	line-height: 12px;
	text-align: right;
}

#ct .ct #left H4 {
	background-color: #EEE;
	font-size: 12px;
	line-height: 15px;
	padding: 2px 5px;
	text-align: right;
	margin-bottom: 5px;
}
#ct .ct #left DIV {
	padding: 15px;
}
#ct .ct #left .news .txt {
	border: 1px solid #CCC;
	border-radius: 5px;
}
#ct .ct #left .pagetop A {
	display: block;
	width: 100px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	line-height: 10px;
	float: right;
	height: 10px;
	background-color: #CCC;
	border-radius: 3px;
}
#ct .ct #left .pagetop {
	height: 30px;
}
#ct .ct #right DL {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
#ct .ct #right DL DT {
	font-weight: bold;
	border-bottom: 1px solid #F9C139;
	padding-left: 10px;
	margin-bottom: 5px;
}
#ct .ct #right DL DD {
	padding-left: 30px;
	margin-bottom: 15px;
}
.news_link UL {
	width:250px;
	height:40px;
	margin:0px auto;
}
.news_link UL LI {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: left;
	text-indent: -9999px;
	display: block;
	height: 40px;
	float: left;
}
.news_link UL .home {
	background-image: url(../img_cmn/btn_home.png);
	width: 70px;
}
.news_link UL .prev {
	background-image: url(../img_cmn/btn_back.png);
	width: 90px;
}
.news_link UL .next {
	background-image: url(../img_cmn/btn_next.png);
	width: 90px;
}
.news_link UL LI A {
	background-repeat: no-repeat;
	background-position: 0px -40px;
	text-align: left;
	text-indent: -9999px;
	display: block;
	height: 40px;
}
.news_link UL LI A:hover {
	background-position: 0px -80px;
}
.news_link UL .home A {
	background-image: url(../img_cmn/btn_home.png);
	width: 70px;
}
.news_link UL .prev A {
	background-image: url(../img_cmn/btn_back.png);
	width: 90px;
}
.news_link UL .next A {
	background-image: url(../img_cmn/btn_next.png);
	width: 90px;
}
