body {  margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px}
td {font-size:12px} /*基本フォントサイズ*/

.fs10 {font-size:10px} /*フォントサイズを個別に10pxにする場合*/
.fs12 {font-size:12px} /*フォントサイズを個別に12pxにする場合*/
.fs14 {font-size:14px} /*フォントサイズを個別に14pxにする場合*/
.lh120 {line-height:120%} /*行間を個別に120%にしたい場合*/
.lh130 {line-height:130%} /*行間を個別に130%にしたい場合*/
.lh140 {line-height:140%} /*行間を個別に140%にしたい場合*/

a:link    { text-decoration: none; }
a:visited { text-decoration: none; }
a:active  { text-decoration: none; }
a:hover   {
	text-decoration: underline;
	color: #000099;
}
.fontcolor {
	color: #666666;
}

