@charset "UTF-8";
@import url("default.css");
@import url("screen_base.css");

div#content {
	height: 480px;
}

h2 {
	margin-top: 1px;
	padding-top: 1px;
	border-top: 3px solid #999;
}

div.news {
	margin: 200px 0px 0px 10px;
}

div.news h3,
div.news p {
	width: 320px;
	color: #666;
	font-size: 90%;
	font-weight: normal;
}

div.news h3 {
	padding-left: 13px;
	border-bottom: 1px dotted #999;
	background-image: url(../img/ind_new_top.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}