﻿@charset "utf-8";

/*リセット用CSSの読み込み*/
@import url(Reset.css);

/*フォントサイズ指定CSSの読み込み*/
/*@import url(../../cherrypie/FontBaseSize12.css);*/

/*全ページ共通CSSの読み込み*/
@import url(Common.css);

/*ヘッダー用CSSの読み込み*/
@import url(Header.css);

/*フッター用CSSの読み込み　モダンブラウザ用*/
@import url("Footer.css") all;

/*サイドナビ用CSSの読み込み*/
/*@import url(../../cherrypie/css/SideNavi.css);*/

/*メインコンテンツ部分トップページ以外用CSSの読み込み　モダンブラウザ用*/
@import url("ContentsCommon.css") all;

/*フッター用CSSの読み込み　ie6用*/
@import Footer_ie6.css;

/*メインコンテンツ部分トップページ以外用CSSの読み込み　ie6用*/
@import ContentsCommon_ie6.css;

/*shadowbox.js用CSSの読み込み*/
/*@import url(../../js/shadowbox-build-3.0b/shadowbox.css);*/