/* 	トップページ埋め込み新着ニュース用  */

ul.rssList {
	list-style-type: square!important;
}
ul.rssList a {
	color: blue;
	text-decoration: none;
}
ul.rssList a:visited{
	 color: blue;
}
ul.rssList a:hover {
	color: #f30;
}
