@charset "UTF-8";

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


.HybLtHdr #news {
	position:absolute;
	margin-top: 60px;
	margin-left: 620px;
	font-size: 12px;
	font-weight: normal;
	line-height: 145%;
	color: #FFF;
	width: 360px;
	height: 65px;
	overflow:auto;
	padding: 5px;
}


