@charset "utf-8";
/* import.css */

/* 

This CSS imports the common and essential definitions
 for all the websites of the company. 
If you add other CSS, only add CSS that are necessary 
for the entire site.

このCSSは会社のすべてのサイトに共通で最小限必要な基本的な定義をインポートするものです。
このCSSに他のCSSを追加する場合はサイト全体にわたり使用するCSSのみにしてください。
*/


@import url("reset.css");

@import url("type.css");

@import url("structure.css");