@charset "UTF-8";

.HybLtHdr #main {
	padding: 0px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	margin: 0px;
	background: #000000 url(../img/top_main.jpg) no-repeat;
	width: 984px;
	height: 370px;
}

.HybLtHdr #news {
	position:absolute;
	margin-top: 253px;
	margin-left: 350px;
	font-size: 12px;
	font-weight: normal;
	line-height: 145%;
	color: #cccccc;
	width: 330px;
	height: 100px;
	overflow:auto;
	padding: 5px;
}

hr {
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-color: #666;
}
	

