@charset "utf-8";

/*  Stylesheet for geckodev.org

Creator: leva(http://www.geckodev.org/)
License: X11 License */

/* 1  */ @import "general.css";
/* 2  */ @import "framework.css";
/* 3  */ @import "parts.header.css"; 
/* 4  */ @import "parts.menu.css";
/* Ex */ @import "selection.left-menu.css";
/* 5  */ @import "parts.edit-area.css";
/* 6  */ @import "parts.footer.css";

/*  < Tree-view / Element (CSS Number) >

body (1,2)
 |__ div#container (2)
 	 |__ div#header (2,3)
 	 |	|__ h1 (3)
 	 |	|__ div#search (3)
 	 |__ div#contents (2)
 	 |	 |__ div#additional (3)
  	 |	 |__ div#edit-area (2,5)
    	 |	 |__ div#menu (2,4)
 	 |__div#footer (2,6)
 		 |__ div#signature (6)

# 2-column layout
#	Adbanced browser - "position" and "margin" property
# 	Windows Internet Explorer - "float" property
# Mainly, use property of CSS1 and CSS2.1, and additionaly CSS3 draft.
# Re-use or Parts-re-use is your decision.
*/