@charset "utf-8";
/* ===================================================================
 style info : 2階層目共通
=================================================================== */

/*----------------------------------------------------
	#headWp
----------------------------------------------------*/
#headWp {
	width: 100%;
	/*height: 86px;*/
	background:url(../images/share/bg_header.jpg) no-repeat center top;
	/*position:relative;
	z-index:0;*/}

#headWp_inner {
	/*width: 960px;*/
	width: 100%;
	height: 151px;
	background:url(../images/share/bg_navi_01.jpg) repeat-x left bottom;
	margin:0 auto;
	/*position: relative;
	z-index:1;*/}

#headWp_inner hgroup {
	width: 980px;
	margin: 0 auto;
	position: relative;}
	
#headWp h1 {
	width: 449px;
	height: 76px;
	position: absolute;
	top: 13px;
	left: 20px;
	z-index:2;}

#headWp h2 {
	width: 340px;
	height: 78px;
	position: absolute;
	top: 16px;
	right:180px;
	z-index:2;}
	
/*-------------------------------
	Navi
-------------------------------*/
nav {
	/*width: 100%;*/
	width: 980px;
	height: 151px;
	margin: 0 auto;
	/*background:url(../images/share/bg_navi_01.jpg) repeat-x center bottom;*/
	background:url(../images/share/bg_navi_02.jpg) no-repeat center top;
	position: relative;}
	

nav ul {
	width: 960px;
	height: 43px;
	margin: 0 auto;
	padding-top: 103px;
	overflow: hidden;
	background:url(../images/share/bg_navi_02.jpg) no-repeat center top;}

nav li {
	/*float: left;*/
	display: inline;}

	#naviInfo {
		margin: 0 26px 0 64px;}

	#naviStory {
		margin-right: 24px;}
	
	#naviCast {
		margin-right: 23px;}

/*----------------------------------------------------
	#content
----------------------------------------------------*/
#main h2 img{
	width: auto;
	height:54px;}

#contents {
	width: 100%;
	background:url(../images/share/bg_contents.gif) repeat-x 0 0;}

	#contents_inner {
		background:url(../images/share/bg_title.jpg) no-repeat center top;}

#main {
	width: 940px;
	padding: 0 10px;
	margin: 0 auto;}



/*----------------------------------------------------
	#pageTop
----------------------------------------------------*/
#pageTop {
	width: 860px;
	margin: 0 auto;
	position: relative;}

#pageTop img {
	display: none;}

	#pageTop a {
		width: 92px;
		height:11px;
		background:url(../images/share/pagetop.png) no-repeat 0 0;
		display: block;
		position: absolute;
		top:0;
		right:0;}


/*----------------------------------------------------
	#footer
----------------------------------------------------*/
#footer {
	clear:both;
	line-height:0;
	margin-top: 50px;
	height: 50px;
	text-align: center;
	background:url(../images/share/bg_footer.gif) repeat-x 0 bottom;
	position: relative;}



