@charset "utf-8";
#hd {
	background-image: url(img/bg_bar.gif);
}
#hd .ct H2 {
	background-image: url(img/pagetitle.png);
}
#ct .ct .box {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
	border-radius: 5px;
	margin-bottom: 30px;
	padding: 30px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#ct .ct .box H3 {
	font-size: 24px;
	line-height: 24px;
	border-bottom: 1px solid #666;
	margin-bottom: 3px;
	padding-bottom: 3px;
	text-align: center;
	clear: both;
	padding-top: 15px;
}
#ct .ct .box P {
	padding: 30px 15px;
	line-height: 20px;
	text-align: left;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.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;
}
#ct .ct .list {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
}
#ct .ct .list LI {
	padding: 8px;
	width: 280px;
	border: 1px solid #CCC;
	float: left;
	margin: 10px;
	text-align: center;
	font-size: 11px;
	border-radius: 5px;
}
#ct .ct .list LI A IMG {
	width: 240px;
}
