@charset "utf-8";
#container #contents #right H2 {
	background-image: url(img/h2.png);
	margin-bottom: 30px;
}
#right .news {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
.news .hd {
	background-image: url(img/news_hd.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 15px 15px 5px;
}
.news .ct {
	background-image: url(img/news_ct.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	line-height: 15px;
	padding: 25px 15px 10px 30px;
}
.news .ct .img {
	float: right;
	margin-top: -15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.news .ct .link {
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid #06C;
	border-bottom: 1px solid #06C;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: right;
	margin-top: 25px;
	clear: both;
	padding-right: 10px;
	background-color: #DEF;
}
.news .ft {
	background-image: url(img/news_ft.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	height: 10px;
	clear: both;
}
.news .hd H5 {
	font-size: 18px;
	line-height: 20px;
	font-weight: lighter;
	margin-bottom: 5px;
}
.news .hd H6 {
	font-size: 12px;
	line-height: 15px;
	border-top: 1px solid #666;
	border-left: 10px solid #666;
	padding-left: 10px;
	margin-left: 10px;
}
.news_link UL {
	height: 62px;
	width: 360px;
	margin: 0px auto;
}
.news_link UL LI {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 62px;
	float: left;
	text-align: left;
	text-indent: -9999px;
}
.news_link UL LI.home {
	background-image: url(img/btn_home.png);
	width: 100px;
}
.news_link UL LI.prev {
	background-image: url(img/btn_prev.png);
	width: 130px;
}
.news_link UL LI.next {
	background-image: url(img/btn_next.png);
	width: 130px;
}
.news_link UL LI A {
	background-repeat: no-repeat;
	background-position: 0px -62px;
	display: block;
	height: 100%;
	width: 100%;
	text-align: left;
	text-indent: -9999px;
}
.news_link UL LI A:hover {
	background-position: 0px -124px;
}
.news_link UL LI.home A {
	background-image: url(img/btn_home.png);
}
.news_link UL LI.prev A {
	background-image: url(img/btn_prev.png);
}
.news_link UL LI.next A {
	background-image: url(img/btn_next.png);
}
