@charset "utf-8";

@import "../../common/css/layout.css";
@import "../../common/css/bace.css";
@import "./news.css";

.news {
	background-image: url(../img/subtitle2_bg.gif);
	height: 48px;
	width: 450px;
	background-repeat: no-repeat;
	background-position: center top;
}
.news h3 {
	margin-top: 17px;
	margin-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 6px;
	float: left;
	margin-right: 8px;
}
.news p {
	margin-top: 17px;
	float: left;
}
