BODY,td,th,div{
  line-height:150%;
  font-size:10pt;
  font-family:'MS UI Gothic';
}

.s{font-size:8pt;}

a{
	font-weight:bold;
	text-decoration:none;
}

a:link {	/* 未読リンク */
color : #004374;

}
a:visited {	/* 既読リンク */
color : #004374;
}
a:active {	/* 選択リンク */
color : #0000a0;
}
a:hover {	/* オンマウス */
color : maroon;
text-decoration:underline;
}


/* index News */
td.news{
	border-bottom:1px dotted gray;
	padding:0px 5px;
}


