@charset "utf-8";

@import url("header.css");
@import url("footer.css");
@import url("common.css");

#news {
	width:824px;
	height:33px;
	background-image:url(../img/new_line.gif);
	margin:20px 0 15px 0;
	}

#news img{
	float:left;
	}

#news #list {
	float:right;
	height:15px;
	margin-top:10px;
	padding-left:25px;
	background:url(../img/new_list.gif) no-repeat;
	}

#news #list p{
	font-size:12px;
	line-height:18px;
	}
#newstext {
	width:824px;
	height:auto;
	}
