@charset "utf-8";

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

CSS Information

 Site URL:	http://pana-bunjyo.net
 File name:	screen.css (http://pana-bunjyo.net/css/screen.css)
 Summary:	screen styles
 Created:	2007-08-02
 Last update:	2007-08-06 by Kenta Komatsu
 Author:	ZUTTO.Inc

Order of description

 + __reset
 + __base
 + __style
 
 下記CSSを読み込みます

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

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

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

/*----------------------------------------
 __style_style
 各コンテンツのレイアウト指定
----------------------------------------*/
@import"style.css";
