@charset "UTF-8";

/*
============================== CONTENTS ==============================

			IE4とNetscape４向けの最低限のCSS

====================================================================
*/

body { color:#333333; background-color:#FFFFFF; }
a img { border-width: 0; border-style: none; }

/*-----------------------------------------------------

WRAPPER

-------------------------------------------------------*/

#wrapper {

	margin-left:2px;		
	margin-right:auto;  
	text-align:left;    
	width:800px;        
}