@charset "utf-8";

/*---information
--------------------------------------------------------------------------	

	File Name : /css/screen.css;
	About : SCREEN CSS File;
	Build date : 2006/04/17;
	Site name : Iwatani | The new revolution in vegetable slicing.;
	URL : ;
	Copyright : (c) Iwatani International Corporation of America. All Rights Reserverd.;
*/

/*--- The order of properties
--------------------------------------------------------------------------

selector {
	### box ###
	display:
	float:
	clear:
	width:
	height:
	margin:
	padding:

	### position ###
	position:
	offset-property:

	### background ###
	background

	### font text color ###
	font:
	line-height:
	text-indent:
	color:

	### other properties ###
	overflow:
}
*/


/*--- list
--------------------------------------------------------------------------

	1. import

--------------------------------------------------------------------------
*/

/*--- 1.import
--------------------------------------------------------------------------*/
/*common*/
@import url("common.css");
@import url("menu.css");
@import url("main.css");
/*header
@import url("header.css");
@import url("m_visitor.css");
@import url("m_sub.css");
*/
/*main contents
@import url("main.css");
@import url("main_detail.css");
*/
/*footer
@import url("footer.css");
*/

/*adjust*/