/*共通スタイル指定*/
body{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:1.3em;
}
td{ 
	font-size    : 10pt;
}
.lg { font-weight: bold; font-size: 12pt; }
A:link    { color : #6699CC; }   /*未訪問のアンカー*/
A:visited { color : #CC66CC; }   /*訪問済みのアンカー*/
A:active  { color : #CC66CC; }   /*選択中のアンカー*/
A:hover   { color : #FF6600; }  /*マウスが通過しているアンカー(CSS2)*/

.cl0{
	 font-size:10pt;
	 line-height:1.3em;
}

.cl1{
	font-size:9pt;
}
.cl2{
	font-size:8pt;
}
.sq{
	padding-left:12px;
}
