/* 注目ニュースCSS */

#main-news {
	font-size: 12px;
	letter-spacing: 1px;
	text-align: left;
	display: block;
	height: auto;
	width: 548px;
	padding: 0px;
	margin: 0px;
}

#main-news h3 {
	background-image: url(img/atten-title.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 548px;
	display:none;
}

#main-news-past {
	font-size: 12px;
	color: #FF9900;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

#main-news ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	list-style-type: square;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

#main-news li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E4E4E4;
	margin-bottom: 5px;
}

#main-news li a {
	color: #006699;
	text-decoration: none;
	margin-left: 10px;
}

#main-news li a:hover {
	color: #FF3366;
	text-decoration: underline;
}

