
/*　==============================================　*/
/*　 背景共通　*/
/*　==============================================　*/
body {
	background-attachment: scroll;
	background-image : url(back.gif);
	background-repeat: repeat;
	background-position: left top;

	color            : #333333 ;
	background-color : #ffffff ;
	font-size	 : 15px ;

	word-wrap	 : break-word;
}


