@charset "UTF-8";



/*======================================================================================================================
========================================================================================================================

top.css

トップページ用

========================================================================================================================
======================================================================================================================*/



/* フレーム全体
-------------------------------------------------------------------------------------------------------- */
body {
	margin:         0px 0px 0px 0px;
	padding:        0px 0px 0px 0px;
	text-align:     center;
	background-color:    #000000;
	background-image:    none;
	overflow-x:    hidden; /* jqfloatでの右要素溢れを削除 */
	overflow-y:    auto;
}

#wrapper {
	padding:        0px 0px 0px 0px;
	width:          1060px;
	min-height:     850px;
	_height:        850px;
	margin:         0px auto;
	text-align:     left;
	clear:          both;
	background:      url(../img/bg_contents.png) center top no-repeat;
}
#wrapper #w_inner {
	padding:        25px 30px 0px 30px;
	position:       relative;
}





/* ヘッダー
-------------------------------------------------------------------------------------------------------- */
#header {
	margin:        0px 0px 30px 0px;
	padding:       15px 0px 0px 0px;
	position:      relative;
}
#header #logo {
	margin:        15px 0px 0px 0px;
	width:         310px;
	float:         left;
	z-index:       100;
	position:      relative;
}
#header #logo_jaxa {
	width:         237px;
	float:         right;
}





/* トップページ フロート背景
-------------------------------------------------------------------------------------------------------- */
#index_bg {
	width:         785px;
	height:        1192px;
	position:      absolute;
	top:           0px;
	left:          -50px;
	background:    url(../img/bg_index.jpg) no-repeat;
}





/* コンテンツエリア （#contents #main）
-------------------------------------------------------------------------------------------------------- */


/* コンテンツ全体枠
----------------------------- */
#contents {
	margin:         0px 0px 0px 0px;
	padding:        0px 0px 0px 0px;
	position:       relative;
}


/* Anniversaryロゴ
----------------------------- */
#ttl_top_main {
	width:      237px;
	position:   absolute;
	top:        133px;
	left:       764px;
}


/* メニュー
----------------------------- */
#menu {
	width:      310px;
}





/* フッター
-------------------------------------------------------------------------------------------------------- */
#footer {
	margin-top:     30px;
	padding:        0px;
	border-top:     1px solid #FFFFFF;
}