

/*-----------------------------------------------------------------------------

topニュース部分

-----------------------------------------------------------------------------*/
#topnews .newsh2{
	font-size: 16px;
	padding-left:20px;
	font-weight:bold;
}
#topnews{
	margin-top: 20px;
	margin-left: 0px;
}

#topnews .newstime{
	text-align: right;
	font-size:10px;
	margin-top: 1px;
	margin-right: 10px;
}

#topnews img{
	margin: 3px;
	margin-left:20px;
	margin-right:5px;
	float: left;
}

/*-----------------------------------------------------------------------------

topニュース topic部分

-----------------------------------------------------------------------------*/
#newslist1{
	padding: 10px;
}
#newslist1 h3{
	font-size: 16px;
	width: auto;
	margin: 15px 10px;
	height: 24px;
	text-indent: 10px;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #FF9900;	
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	clear: both;
	color: #333333;
}

#newslist1 ul{
	margin-top: -20px;
	}
#newslist1 li{
	background-image:url(../../PMfiles/news/newslist.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	text-indent:13px;
	margin-left:10px;
}
#newslist1 .listrest{
	text-align: right;
	font-size: 10px;
	margin-top: 1px;
	margin-right: 10px;
}
/*-----------------------------------------------------------------------------

topニュース 各コンテンツ部分

-----------------------------------------------------------------------------*/
.newslist{
	width: 240px;
	padding: 10px;
	float: left;
}
.newslist h3{
	font-size: 16px;
	width: auto;
	margin: 15px 10px;
	height: 24px;
	text-indent: 10px;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #FF9900;	
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	color: #333333;
}

.newslist ul{
	margin-top: -20px;
	}
.newslist li{
	background-image:url(../../PMfiles/news/newslist.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	text-indent:13px;
	margin-left:10px;
	margin-right:10px;
}
.newslist .listrest{
	float: right;
	font-size:10px;
	margin-top: 1px;
	margin-right: 10px;
}
