@charset "utf-8";

/*------------------------------------------------------------------------------
	Title: Question Bulletin Board - Import
	Created: 2009-07-22
	Copyright: (C) Samurai Factory Inc. All Rights Reserved.
	Note :
		Outline - 
				1. reset.css	--- Remove the different style in each browser
				2. common.css	--- Common style in all pages
------------------------------------------------------------------------------*/

@import url(reset.css);
@import url(common.css);


