* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFFFFF;
}
.style4 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 9pt;
}
　{
background: #fff;
color: #000;
font: 9pt "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
padding: 20px;
　}

#newsticker {
	background: #CCCC99;
	position: relative;
	height: 32;
	left: 0;
	width: 761;
	top: 0;
	visibility: visible;
	overflow: hidden;
}
#newsticker ul {
	border: 0px solid #fcf498;
	list-style: none;
	max-height: 32px;
	min-height: 16px;
	padding: 0px 15px;
	padding-right: 10px;
}
* html #newsticker ul {
	height: 32px;
	overflow: hidden;
}
#newsticker li.error {
	color: #f00;
}
 #newsticker #togglenewsticker {

	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 0px;
	width: 14px;
	height: 1px;
	text-indent: 20px;
	outline: none;
 }
 * html #newsticker #togglenewsticker {
	right: 30px;
 }
