@charset "utf-8";

/*
----------------------------------------------------------------------
	Copyright(c) Apullo.com. All Rights Reserved.
		作成者		:	田中大士
		作成日		:	2008/01/07
		最終更新日	:	2008/01/24

	記述内容
		各ページ専用のCSS
		01. 共通設定ファイルのインポート
		以降はページ専用のスタイル

	対応ブラウザ（確認済のみ）
		Internet Explorer	:	6	以降
		Firefox				:	1.0	以降
		Opera				:	9.0	以降
----------------------------------------------------------------------
*/


/*
 01. 共通設定ファイルのインポート
---------------------------------------------------------------------- */
@import "/cnf/css/base.css";
@import "/cnf/css/domain.css";




body{background:#ffffff; color:#333333;}
div{
	width		: 400px;
	height		: 400px;
	text-align	: center;
	position	: absolute;
	top			: 50%;
	left		: 50%;
	margin		: -200px 0px 0px -200px;
}

