/*トップページ更新情報*/

#news {
	width: 558px;
	height: 526px;
	background-color: #FFFFFF;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

@-moz-document url-prefix() {
	#news {
	width: 558px;
	height: 526px;
	background-color: #FFFFFF;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-left: 40px;
	}
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
#news {
	width: 558px;
	height: 526px;
	background-color: #FFFFFF;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-left: 40px;
}
}
.news_icon {
	margin-right: 5px;
}

ul#news2 { 
	margin-left: -40px;
	width: 350px;
	margin-top: 0px;
	list-style-type: none;
	list-style:none;
	margin: 0px;
}

ul#news2 li a{
	width: 535px;
	display: block;
	text-decoration: none;
	height: auto;
	background-image: url(resource/news_line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 2px;
}

ul#news2 li a:hover{
	background-color: #FFFF99;
	color: #666666;
}

.date {/*日付*/
	font-size: 10px;
	margin: 0px 10px 10px 5px;
}

/*以下ハック対応*/

ul#news2{
	margin-left: -40px;
	width: 400px;
	margin-top: 0px;
	list-style-type: none;
	list-style:none;
	line-height: 18px;
}

ul#news2, html:first-child { /* IE8 */
	margin-left: -40px;
	width: 350px;
	margin-top: 0px;
}

ul#news2, x:x { 
	margin-left: -40px;
	width: 350px;
	margin-top: 0px;
	list-style-type: none;
	list-style:none;
	margin: 0px;
	font-size: 12px;
 }
