/* 基本 */
body     {
           font-family: "ＭＳ Ｐゴシック", "Osaka";
	   color: #333;
   	   background-color: #ffffff;
   	   padding: 0px;
   	   margin: 0px;
}

td {
	font-size: 84%;
	line-height: 130%;

}

/* 文字サイズ */
.xx-small{ font-size: 8pt; }
.big	 { font-size: 11pt; }

/* リンクカラー */
A        { color: #333399; text-decoration: none}
A:hover  { color: #CC0000; text-decoration: underline}

