@charset "UTF-8";
/* CSS Document */

html {
	background-color: #FFFFFF;
	color: #333;
	font-size:12px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0; padding: 0;
}
body, table {
	font-family: 'Hiragino Kaku Gothic Pro',"ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	letter-spacing: 0;
}

a, a:link {
	color: #333333;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:active,
a:hover {
	color: #333333;
	text-decoration: underline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
.topNewsTb {
	background-color: #FFF;
}
.topNewsTb th {
	text-align: left;
	vertical-align: top;
	padding: 4px 0 5px;
	font-weight: normal;
}
.topNewsTb td {
	vertical-align: top;
	padding: 4px 0 5px;
}
.topNewsTb tr {
	background-image: url(../img/dottedLine.gif);
	background-repeat: repeat-x;
	background-position: 0px 100%;
}
.newsindex {
	background-color: #FFFFFF;
	
	font-size: 12px;
}
