@charset "utf-8";
/* ===================================================================
CSS information

 file name  :top.css
 style info :トップページのスタイル
=================================================================== */

/* --=== body ===-- */
body#top #wrap {
	background: url(/inazuma123/images/top/bg_content.jpg) repeat-x;
	min-width:975px;
}


/* --=== header ===-- */
#top_header {
	min-width:988px;
	width: 100%;
	background: #000;
}
#top_header #top_headerIn {
	width:975px;
	height:40px;
	margin:0 auto;
	position:relative;
	left:-1px;
}
#top_header p.copyright{
	position:absolute;
	right:0;
	top:0;
}


/* --=== flashArea ===-- */
#flashArea {
	width: 100%;
	height: 519px;
	background: url(/inazuma123/images/top/bg_mainvisual.gif) repeat-x;
}
#swfobject {
	text-align:center;
}


/* --=== global navi ===-- */
#top_gNav {
	width: 100%;
	height: 110px;
	background: url(/inazuma123/images/top/bg_gnav_01.png) repeat-x;
}

.gnavBg {
	background: url(/inazuma123/images/top/bg_gnav_02.png) no-repeat center;
	width: 100%;
	min-width:975px;
	height: 92px;
	padding-top:8px;
}

#top_gNav ul {
	width:975px;
	margin: 0 auto;
	margin-top:3px;
	
}
#top_gNav li {
	float: left;
}
#top_gNav #gNav01 {
	margin-right: 2px;
}
#top_gNav #gNav02 {
	margin-right: 6px;
}
#top_gNav #gNav06 {
	margin-right: 2px;
}



/* --=== container ===-- */

#top_container {
	width: 100%;
}
#top_container #top_content {
	width: 975px;
	margin: 30px auto 0;
	padding: 8px 0 16px 0;
}
#topics {
	width: 975px;
	height: 55px;
	background: url(/inazuma123/images/top/bg_topics-l.png) no-repeat 0 0;
}
#bnrStrap {
	float: left;
	width: 358px;
}



