html {
overflow-x: hidden;
} 
body {
	font-size: 0.8em;
	line-height: 140%;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
}
#news-wrapper {
	height: auto;
	width: 356px;
}
.news-block {
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 8px;
	height: auto;
	width: auto;
}
.news-ttl {
	background-image: url(img/news_ttl_ico.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
}
.news-cnt {
	padding-left: 16px;
}
a {
	color:#666;
	text-decoration:underline;
}
a:hover {
	color:#FD6624;
	text-decoration:none;
}