body {  margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px}
td {
font-size:12px;
color: #666666;
line-height:130%;

} /*基本フォントサイズ*/

.fs10 {font-size:10px} /*フォントサイズを個別に10pxにする場合*/
.fs12 {font-size:12px} /*フォントサイズを個別に12pxにする場合*/
.fs14 {font-size:14px} /*フォントサイズを個別に14pxにする場合*/
.lh130 {line-height:130%} /*行間を個別に130%にしたい場合*/
.lh140 {line-height:140%} /*行間を個別に140%にしたい場合*/

a:link    { text-decoration: underline;color: #666666;font-size:12px; }
a:visited { text-decoration: underline;color: #999999;font-size:12px;  }
a:active  { text-decoration: underline;color: #666666;font-size:12px;  }
a:hover   {
	text-decoration: underline;
	color: #0099CC;
}

.fs14blue {font-size:14px;color: #0099CC;} /*フォントサイズを個別に14pxにする場合*/

.fs12blue {font-size:12px;color: #0099CC;} /*フォントサイズを個別に12pxにする場合*/

.fs10blue {font-size:10px;color: #0099CC;} /*フォントサイズを個別に10pxにする場合*/


