﻿@charset "utf-8";
/* CSS Document */

#topNews{
	margin: 3px 0 0 0;
	padding: 0;
	border: 0;
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "Osaka";
	background-color: #FFFFFF;
	background-image: none;
	text-align: center;
}
#topNews table{
	margin: 0 auto 0 auto;
	width: 280px;
}
#topNews th{
	padding: 3px;
	width: 100px;
	text-align: left;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#topNews td{	padding: 3px;
	margin: 0px;
	width: 180px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;

}