* {
	margin:0;
	padding:0;
}

#newsticker-demo {
	width: 800px;
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 10px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	border: 1px solid #666666;
	background-color: #333333;
	height: 150px;
}

#newsticker-demo a {
	text-decoration:underline;
}
#newsticker-demo img {
}

#newsticker-demo .title {
	width: 170px;
}

.newsticker-jcarousellite {
	width: 800px;
	height: 150px;
}
.newsticker-jcarousellite ul li{
	list-style: none;
	display: block;
	height: 150px;
	width: 120px;
	margin-right: 6px;
	margin-left: 7px;
}
.newsticker-jcarousellite .thumbnail {
	width: 120px;
	height: 120px;
	margin-top: 3px;
}
.newsticker-jcarousellite .info {
	float: right;
	width: 120px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	color: #900;
}

.newsticker-jcarousellite .info span.cat {
	display: block;
	font-size: xx-small;
	color: #FFF;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

.clear { clear: both; }
