@charset "utf-8";



/*
	--------------------------------
	Created: 2008.05.19
	Last Modified: 2008.06.07
	--------------------------------
	- Table of Contents -

	インポート
		- global.css

	スタイル定義
		- body

		- コンテナ

		- ヘッダ

		- グローバルナビ

		- パンくず

		- ボディ

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



@import "global.css";



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

body { min-width:960px; background:#F2FBFF url(../img/bg_m.gif) repeat-y center top; }

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



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

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



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

div#header { margin:0 0 0 7px; width:946px; }

div#header #si { width:706px; float:left; }
div#header .region { padding:28px 0 0 0; width:240px; float:left; }
div#header .region li { padding:0 14px 0 0; float:left; }
div#header .region li img { display:block; }



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

div#gnav { margin:0 0 0 7px; width:946px; }



/* --------------------------------
	パンくず
-------------------------------- */

p#breadcrumbs { margin:12px 0 0 20px; width:920px; color:#000; }
p#breadcrumbs a:link,
p#breadcrumbs a:visited { color:#000; text-decoration:underline; }
p#breadcrumbs a:hover,
p#breadcrumbs a:active { color:#999; text-decoration:underline; }



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

div#body { margin:12px 0 0 0; width:960px; }



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

div#footer { position:relative; margin:50px 0 0 7px; width:946px; height:121px; background:url(../img/ftr_bg.jpg) no-repeat; overflow:auto; }

div#footer .nav { margin:42px 0 0 20px; width:500px; overflow:hidden; }
div#footer .nav ul { margin:0 0 0 -1px; }
div#footer .nav ul li { border-left:1px solid #fff; padding:0 10px 0 10px; line-height:1; float:left; }
div#footer .nav ul li a:link,
div#footer .nav ul li a:visited,
div#footer .nav ul li a:hover,
div#footer .nav ul li a:active { color:#fff; text-decoration:none; }
div#footer .requirements { position:absolute; left:528px; top:68px; width:394px; }
div#footer address { position:absolute; left:622px; top:42px; width:300px; }








