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

#noticeSlide {
	width:950px;
	background-color:#363034;
	margin:0 auto 15px;
	color:#fff;
}
.noticeSlide-head {
	font-size:1px;
	height:5px;
	background:url(../images/noticeSlide-left-head.gif) top left no-repeat;
}
.noticeSlide-head div {
	font-size:1px;
	height:5px;
	background:url(../images/noticeSlide-right-head.gif) top right no-repeat;
}
.noticeSlide-body {
	width:950px;
	overflow:hidden;
}
.noticeSlide-bottom {
	font-size:1px;
	height:5px;
	background:url(../images/noticeSlide-left-bottom.gif) bottom left no-repeat;
}
.noticeSlide-bottom div {
	font-size:1px;
	height:5px;
	background:url(../images/noticeSlide-right-bottom.gif) bottom right no-repeat;
}
#noticeSlide_title {
	width:139px;
	float:left;
	padding:10px 0 0 11px;
}
#noticeSlide_right {
	width:800px;
	float:left;
}
ul#notice {
	
}
ul#notice li {
	padding:6px 0 11px;
	_padding:11px 0 11px;
	background-image:url(../images/notice_dotline.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	width:790px;
	overflow:hidden;
}
ul#notice li a {
	background-image:url(../images/notice_arrow.gif);
	background-repeat:no-repeat;
	background-position:left 7px;
	_background-position:left 2px;
	padding-left:10px;
	color:#fff;
	text-decoration:underline;
}
ul#notice li a:hover {
	text-decoration:none;
}
ul#notice li img {
	vertical-align:middle;
	margin-left:5px;
}
.notice_txt {
	float:left;
}
.notice_pubDate {
	float:right;
	color:#c3c1c2;
}
#noticeSlide_toList {
	text-align:right;
	padding:5px 16px 5px 0;
}
#noticeSlide_toList span {
	padding-left:11px;
	background-image:url(../images/noticeslide_icon_arrow.gif);
	background-repeat:no-repeat;
	background-position:left 10px;
	_background-position:left 4px;
}