@charset "utf-8";

#tab {
	height: 33px;
	background-image: url(/inc/images/common/tab_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-left: 10px;
	font-size: 0px;
	line-height: 1px;
}

#tab li {
	display: inline;
}

#tab li img {
	margin-right: 5px;
}

#tabbar {
	background-image: url(/inc/images/common/tabbar_bg.gif);
	height: 30px;
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-left:13px;
	padding-right:13px;
	padding-top:10px;	
}


#newslist {
	margin: 10px;
}

#newslist li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DFDFDF;
}

#newslist a{
		clear:both;
		display:block;
		padding:4px;
		text-decoration:none!important;
}

#newslist a:hover{
	
}


#newslist .date,
#tabbar .date{
	display:block;
	float:left;
	width:90px;
	color: #868686;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	text-align:center;
}

#newslist .title,
#tabbar .title{
	display:block;
	margin-left:110px;
}

.btnSpc {
	clear:both;
	text-align: center;
	padding: 10px 0px;
}


.btnSpc img {
	margin-right: 3px;
	margin-left: 3px;
}
