
/*
----------------------------------------------------------------------------------------------------

	■ 基本情報
		- 著作権	:	Copyright(c) Apullo.com. All Rights Reserved.
		- 作成者	:	アプロコム株式会社　田中大士
		- 作成日	:	2008/06/03
		- 更新日	:	

	■ ファイル情報
		- 名称
			 共通ファイルのロード

		- 概要
			 コアとして使用しているCSSとJSファイルをロードする


	■ 対応ブラウザ
		- Microsoft Internet Explorer
			 6	:	○
			 7	:	○

		- MozillaFirefox
			 1.0	:	○
			 1.5	:	○
			 2.0	:	○

		- Opera
			 9.25	:	○

		- Apple Safari
			 3.04 :	未確認

	■ 更新履歴

----------------------------------------------------------------------------------------------------
*/


/*
 ロード
---------------------------------------------------------------------------------------------------- */
document.write('<link href="http://www.apullo.com/htmlCommon/css/base.css" rel="stylesheet" media="all" />');
document.write('<script src="http://www.apullo.com/htmlCommon/jsc/jquery.js" type="text/javascript"></script>');
document.write('<script src="http://www.apullo.com/htmlCommon/jsc/base.js"   type="text/javascript"></script>');


