@charset "utf-8";



/*
	--------------------------------
	Created: 2008.06.09
	Last Modified: 2008.06.19
	--------------------------------
	- Table of Contents -

	インポート
		- global.css

	スタイル定義
		- body

		- コンテナ

		- ヘッダ

		- グローバルナビ

		- ボディ

		- フッタ
	--------------------------------
*/



@import "global.css";



/* --------------------------------
	body
-------------------------------- */

body { min-width:960px; background:#000 url(../img/bg_m.jpg) repeat-y center top; color:#767676; }

body .body_bg { width:100%; min-height:100%; background:url(../img/bg_t.jpg) no-repeat center top; }
* html body .body_bg { height:100%; }/* IE 6 以前 */



/* --------------------------------
	コンテナ
-------------------------------- */

div#container { position:relative; margin:0 auto 0 auto; padding:0 0 0 0; width:960px; }



/* --------------------------------
	ヘッダ
-------------------------------- */

div#header { width:100%; }

div#header #si { width:180px; }



/* --------------------------------
	グローバルナビ
-------------------------------- */

div#gnav { position:absolute; left:225px; top:47px; width:735px; }

div#gnav ul { padding:0 1px 0 0; background:url(../img/nav_separator.gif) no-repeat right top; }
div#gnav ul li { padding:0 0 0 1px; background:url(../img/nav_separator.gif) no-repeat; float:left; }
div#gnav ul li img { display:block; }



/* --------------------------------
	ボディ
-------------------------------- */

div#body { padding:0 0 55px 0; width:100%; background:#08080A; }



/* --------------------------------
	フッタ
-------------------------------- */

div#footer { position:relative; border-top:1px solid #141415; width:100%; height:70px; background:#060608; }

div#footer .requirements { position:absolute; left:500px; top:19px; width:410px; }
div#footer .credit { position:absolute; left:50px; top:17px; width:350px; }
div#footer .copyright { position:absolute; left:50px; top:34px; width:350px; }







