body {
	background-color: #F5F5DC;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*フォント*/
.fs { font-size: 65%; line-height: 130%}
.fm { font-size: 75%; line-height: 120%;}
.fl { font-size: 85%; line-height: 130%}

/*リンクの色*/
a:link { color:#2A3FAA; }
a:active { color:#7FDF00; }
a:visited { color:#929292; }

/*リンク下線無し*/
.noline { text-decoration: none; } 

/*リンク下線マウスオーバーのみ*/
.line { text-decoration: none; } 
.line:hover { text-decoration: underline; }
