
/*　背景、カラー、フォントサイズ（通常時）指定　*/


body  {
	color            : #000000;
	background-color : #ffffff;
	font-size        : 14px;
	word-wrap	 : break-word;
	background-image : url(../img-top/back.gif);
	background-repeat : repeat;
	background-attachment : fixed;
	margin-top: -20px;/*テーブル位置*/
	margin-bottom: 0px;

}


