@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      import.css
 Style Info:     各CSSファイル読み込み用
----------------------------------------------------------- */

/* 共通設定
----------------------------------------------------------- */
@import url("base.css");

/* エレメント
----------------------------------------------------------- */
@import url("elements.css");

/* 各ページスタイル
----------------------------------------------------------- */
@import url("style.css");

html {
	background: none;
}
body {
	background: none;
}
.top {
	background: none;
}
.sub {
	background: none;
}
#header {
	background: url(../images/head02.png) repeat-x top left;
}
#footer {
	background: url(../images/foot02.png) repeat-x bottom left;
}
