
#headlines ul { /* News Headlines の表示窓 */
	position: relative;
	background-color: #EEEEEE;
	display: block;
	height: 20px;
	width: 100%;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	background-image:url("../img/headline2.gif");
}

#headlines ul li { /* News Headlines の各ニュース項目 */
	position: absolute;
	display: block;
	visibility: hidden;
	font-size: 11pt;	
	padding: 3px;
	font-weight: bold;
}

#headlines a { /* 各ニュース項目のうちリンクありの項目 */	
	outline: none;
	text-decoration: none;
}
