@charset "utf-8";

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

CSS Information

 Created:	2007-05-13
 Last update:	2008-05-13
 Style Info:	下記CSSを読み込みます

Order of description

 + __reset
 + __base
 + __top
 + __environment
 + __plan
 + __equipment
 + __access
 + __outline
 + __lightwindow

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

/*----------------------------------------
 __reset_style
 デフォルトのスタイルを解除
----------------------------------------*/
@import"reset.css";

/*----------------------------------------
 __base_style
 共通部分の指定
----------------------------------------*/
@import"base.css";

/*----------------------------------------
 __top_style
 トップページの指定
----------------------------------------*/
@import"top.css";

/*----------------------------------------
 __environment_style
 環境のページ指定
----------------------------------------*/
@import"environment.css";

/*----------------------------------------
 __plan_style
 間取りのページ指定
----------------------------------------*/
@import"plan.css";


/*----------------------------------------
 __outline_style
 アクセスのページ指定
----------------------------------------*/
@import"access.css";

/*----------------------------------------
 __outline_style
 物件概要のページ指定
----------------------------------------*/
@import"outline.css";

/*----------------------------------------
 __lightwindow_style
 lightwindowの指定
----------------------------------------*/
@import"lightwindow.css";

/*----------------------------------------
 __print_style
 printの指定
----------------------------------------*/
@import"print.css";
