@charset "utf-8";

/*
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSstylesheet;
 :shortdesc "*cosmos* CSS";
 :created "2008-08-19";
 :release [:revision "1.0"; :created "2008-11-4"];
 :author [:name "Hiragi-ya"; :homepage <http://www.hiragi-ya.net/> ];
 :license <http://www.hiragi-ya.net/>;
 :note "
	1.CSS Reset.
	2.Common Style Set.
	3.Contents Layout Set.
 ";
*/

@import url("reset.css");	
@import url("common.css");
@import url("layout.css");
