body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

/*フォント*/
.fss { font-size: 78%; line-height: 120%;}
.fs { font-size: 82%; line-height: 120%;}
.fm { font-size: 85%; line-height: 130%;}
.f14 { font-size: 85%; line-height: 130%;}
.fl { font-size: 100%;}

/*リンク下線マウスオーバーのみ*/
.line { text-decoration: none; } 
.line:hover { text-decoration: underline; } 

/*リンク下線なし*/
.noline { text-decoration: none; } 
