@charset "utf-8";

html {
	overflow-x: hidden;
	}

body {
	background: #ffffff;
	font-size: 0.8em;
	}

#wrap {
	min-width: 980px;
	max-width: 100%;
	position: relative;
	background: url(../images/bg.jpg) no-repeat center top;}


#leftHead{
	background: url(../images/img_header_l.png) repeat-x ;
	width: 10000px;
	height: 65px;
	position:absolute;
	top: 0px;
	right:1380px;
	z-index: 10;

}
#rightHead {
	background: url(../images/img_header_r.png) repeat-x;
	width: 10000px;
	height: 33px;
	position:absolute;
	top: 0px;
	left:1380px;
	z-index: 10;
}

	
.img_headerbar {
	position: relative;
	width: 100%;
	height: 207px;
	background: url(../images/img_headerbar.png) no-repeat center top;}


#container {
	position: relative;
	width: 960px;
	margin: 0 auto;	}

header {
	margin-top: -207px;
	}

header h1#logo {
	padding-top: 3px;
	margin-left: -1px;
	}

header #oa {
	margin-left: -12px;
	margin-bottom: 16px;
	}

/*------------------------------------------------
	ストーリー
-------------------------------------------------*/
#story {
	}

#story h1 {
	margin: 0px 0px 13px 17px;}

#storyTxt {
	width: 384px;
	height: 263px;
	margin: 0px 0px 20px 32px;
	background:url(../images/txt_story.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;}

/*公式ボタン*/
#btn a {
	width: 405px;
	height: 93px;
	margin: 0px 0 17px 17px;
	display: block;
	background:url(../images/btn.png) no-repeat left top;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;}

#btn a:hover {
	alpha(opacity=80);
-moz-opacity:0.8;
opacity:0.8;
	/*background:url(../images/btn.png) no-repeat left bottom;*/}

/*------------------------------------------------
	スタッフキャスト
-------------------------------------------------*/
#castArea {
	width: 100%;
	height: 390px;
	background: url(../images/bg_staff.gif) repeat-x 0 0;}
	
#castArea_inner {
	width: 960px;
	padding: 17px 0 0 0;
	margin: 0 auto;	}

#cast {
	position: relative;
	width: 568px;
	margin-right: 11px;
	float: left;}
			
	#castTxt {
		position: relative;
		width: 568px;
		height: 309px;
		margin-left: 12px;
		background: url(../images/txt_cast.png) no-repeat 0 0; 
		text-indent: -9999px;
		white-space: nowrap;
		overflow: hidden;
		z-index: 1;
		}

#staff {
	position: relative;
	width: 358px;
	float: left;}
	
	#staffTxt {
		position: relative;
		width: 358px;
		height: 309px;
		margin-left: 11px;
		background: url(../images/txt_staff.png) no-repeat 0 0;
		text-indent: -9999px;
		white-space: nowrap;
		overflow: hidden;
		z-index: 1;
		}


footer {
	clear: both;
	background-color:#247dcd;
	padding: 31px 0 24px 0;
	text-align: center;}
