

.sub_news {
	margin-top:15px;
	margin-right:20px;
	}
		.sub_news ul {
			list-style-position: outside
			}
			
		.sub_news li {
			display: block;
			list-style: none;
			background: url(../webasset/g3_gow_arrow_li.gif) left 3px no-repeat;
			padding-left: 15px;
			margin-left: -10px;
			margin-bottom: 5px;
			line-height: 135%;
			}
		.sub_news a,
		.sub_news a:link,
		.sub_news a:active,
		.sub_news a:visited {
			font-size: 11px;
			font-weight: normal;
			color: #FFB400;
			text-decoration: none;
			}
		.sub_news a:hover {
			color: #FFFFFF;
			text-decoration: underline;
			}
		
	.sub_more {
		float: right;
		margin: 0px 10px 0px 0px;
		}
		.sub_more a.morenews {
			display: block;
			width: 62px;
			height: 18px;
			margin: 0px;
			padding: 0px;
			/*background: url() no-repeat 0px 0px;*/
			text-decoration: none;
			text-indent: -9999px;
			}

		.sub_more a.morenews:hover 
		{
		background-position: -62px 0px;
		}
	
	
