/*-----TOPニュース一覧--------------------------*/
.top-newstext ul li {
	width: 550px;
	background-image: url(../../img/top/news_dott.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 0.47em;
	padding-right: 0;
	padding-bottom: 0.35em;
	float:left;
	text-align: left;
	font-size: 70%;
}

.top-newstext li a:link {
	color: #246BAE;
}
.top-newstext li a:visited {
	color: #246BAE;
}
.top-newstext li a:hover{
	text-decoration: underline;
	color: #000000;
}