@charset "utf-8";

/*
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSstylesheet;
 :shortdesc "site design css";
 :created "2009-03-13";
 :release [:revision "1.0"; :created "2009-02-15"];
 :author [:name "Hiragi-ya"; :homepage <http://www.hiragi-ya.net/> ];
 :license <http://www.hiragi-ya.net/>;
 :note "
	1.CSS Reset.
	2.Basic Layout Set.
	3.Contents Layout Set.
 ";
*/


/*----------------------------------------------------------
	1.CSS Reset.
-----------------------------------------------------------*/
@import url("reset.css");	


/*----------------------------------------------------------
	2.Basic Layout Set.
-----------------------------------------------------------*/
@import url("common.css");
@import url("layout.css");


/*----------------------------------------------------------
	3.Contents Layout Set.
-----------------------------------------------------------*/

@import url("tarot.css");