﻿@charset "utf-8";

/*
	SITE: kouhakumaku.com
	NAME: set.css
	DESCRIPTION: style import
*/

/* == CONTENTS =================================================================

	1: Set Base Style
		: initial setting (import url)
		: layout style (import url)
		: common module style (import url)
		: base template style (import url)
	2: Screening UA
		: ie only style (import url)

============================================================================= */


/* 1: Set Base Style -------------------------------------------------------- */

@import url(default.css);
@import "layout.css";
@import "module.css";
@import "base.css";


/* 2: Screening UA ---------------------------------------------------------- */

@import msie.css;