/**
 * !スタイルシートでデザインを自由に変えることが可能です。
 * !MovableType3.2のHTML構造と同じなのでMovableType3.2用のCSSが使えます。
 * !MovableType3.2用プラグインStyleCatcherの全デザインが適用可能です。
 */
/* This is the StyleCatcher theme addition. Do not remove this block. */


/*元のやつ*/
@import url(http://phpspot.org/blog/themes/base-weblog.css);
@import url(http://phpspot.org/blog/themes/theme-powell_street/theme-powell_street.css);


/*
変更したやつ
@import "base-weblog.css";
@import "theme-powell_street.css";
*/
/* 以下追加分 */
@import "saito.css";

/* end StyleCatcher imports */