/* index.htmlの基本定義 */
#container{
	width		: 950px;
	height		: 800px;
	text-align	: center;
	background-image	: url("../images/body_back.jpg");
	background-repeat	: no-repeat;
	background-position: center top;
	margin-left	: auto;
	margin-right: auto;
}

/* ページの基本定義（ヘッダー） */
#header{
	font-size	: 12px;
	color		: #000000;
	width		: 750px;
	height		: 90px;
	margin-left	: auto;
	margin-right: auto;
}

/* ページの基本定義（コンテンツ） */
#content{
	width		: 750px;
	height		: 460px;
	margin-left	: auto;
	margin-right: auto;
	z-index		: 1;
}

/* ページの基本定義（新着情報） */
#whatnew{
	font-size	: 14px;
	color		: #941051;
	font-weight	: bold;
	width		: 550px;
	height		: 50px;
	margin-left	: auto;
	margin-right: auto;
	text-align	: center;
}

/* ページの基本定義（ボタン配置アリア） */
#navigation{
	font-size	: 13px;
	font-weight	: bold;
	color		: #000000;
	width		: 750px;
	height		: 140px;
	margin-left	: auto;
	margin-right: auto;
	z-index		: 1;
}

/* ページの基本定義（フッター） */
#footer{
	width		: 950px;
	height		: 42px;
	text-align	: center;
	margin-left	: auto;
	margin-right: auto;
}

/*
html	{
	overflow	: hidden;
}
*/

/* メニュー用ボタンのパーツ定義（枠） */
div.btn_a {
	width		: 91px;
	height		: 25px;
	text-align	: center;
	float		: left;
	background-image	: url("../images/btn_a.gif");
	background-repeat	: no-repeat;
	background-position: center center;
}
/* メニュー用ボタンのパーツ定義（文字） */
div.btn_a_txt{
	width		: 90px;
	height		: 24px;
	text-align	: center;
	float		: left;
	margin-top	: 5px;
	margin-left	: auto;
	margin-right: auto;
}
/* タイトル領域定義（英語） */
div.title_e_txt{
	color		: #000000;
	width		: 750px;
	height		: 80px;
	text-align	: center;
	margin-left	: auto;
	margin-right: auto;
}
/* タイトル領域定義（日本語） */
div.title_j_txt{
	color		: #000000;
	width		: 750px;
	height		: 57px;
	text-align	: center;
	margin-left	: auto;
	margin-right: auto;
}
/* メイン画像の定義 */
div.main_img{
	width		: 700px;
	height		: 220px;
	text-align	: center;
	margin-left	: auto;
	margin-right: auto;
}
/* 言語選択文字表示領域定義 */
 div.lang{
	width		: 360px;
	height		: 95px;
	text-align	: center;
	margin-left	: auto;
	margin-right: auto;
}
/* 言語選択用ボタン（枠） */
div.btn_l{
	width		: 180px;
	height		: 32px;
	text-align	: center;
	float		: left;
	margin-left	: auto;
	margin-right: auto;
	background-image	: url("../images/lang_btn.gif");
	background-repeat	: no-repeat;
	background-position: center center;
}
/* 言語選択用ボタン（文字） */
div.btn_l_txt{
	font-family     : "ＭＳ Ｐゴシック",sans-serif;
	font-size	: 16px;
	font-weight	: bold;
	width		: 180px;
	height		: 32px;
	text-align	: center;
	float		: left;
	margin-left	: auto;
	margin-right: auto;
}
/* ナビゲーション領域定義 */
div.navi{
	width		: 720px;
	text-align	: center;
	margin-left	: auto;
	margin-right: auto;
}
/* ナビゲーション用ボタン（枠） */
div.btn_n{
	width		: 180px;
	height		: 46px;
	text-align	: center;
	float		: left;
	margin-left	: auto;
	margin-right: auto;
	background-image	: url("../images/btn_n.gif");
	background-repeat	: no-repeat;
	background-position: center center;
}
/* ナビゲーション用ボタン（文字） */
div.btn_n_txt{
	font-wait	: bold;
	width		: 180px;
	height		: 46px;
	text-align	: center;
	float		: left;
	margin-left	: auto;
	margin-right: auto;
}
/* =========== end ============== */
