@charset "utf-8";
/* CSS Document */
#column_local{
	    width:100%;
		line-height:24px;
		vertical-align:middle;
		background-color:#e8e8e8;
		border-bottom:3px solid #ccc;
		display:inline;
		font-size:11px;
		font-weight:600;
}

#column_local h1 {display:inline;
		          float:left;
		          font-size:11px;
}


.left_content ul {width:100%;height:auto;}
.left_content ul li {list-style-type:none;}
.left_content ul li.news_title {
	            width:100%;
                background-image:url(../images/default/sign.gif);
				background-repeat:no-repeat;
				font-size:10px;
				font-weight:600;
				margin-top:3px;
				
}
.left_content ul li.news_content {
	            width:100%;
                border-bottom:1px solid #ccc;
}
		
