@charset "UTF-8";

/* ------------------------------------------------------
 style-other.css
　　　その他ページ　スクリーン用CSS読込
------------------------------------------------------ */

/*レイアウト用CSS*/
@import "layout.css";

/*コンテンツ内項目設定用CSS*/
@import "content.css";

/*ブロック定義ファイル用CSS*/
@import "wcvblock.css";


/* ------------------------------------------------------
 その他ページ用独自設定
------------------------------------------------------ */

/* -------- コンテンツ -------- */
#content-wrap {
	width: 930px;
	float: none;
}
#content {
	margin: 0 10px;
}

/* ---------- 署名 ---------- */
#wrapper #footer {
	border-top: 1px dotted #900;
}

