body {
	background-color: #E5DED7;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-base-color: #955C37;
}

/*フォント*/
.fs { font-size: 65%; line-height: 130%}
.fm { font-size: 75%; line-height: 110%;}
.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; }