@charset "utf-8";

body {
	min-width: 1000px;
	background: #000;
	font-size: 0.8em;}

#wrap {
	width: 100%;
	background: url(../images/bg.jpg) no-repeat center top;}

#container {
	width: 960px;
	margin: 0 auto;	padding-left: 25px;}

header h1#logo {
	padding-top: 7px;
	margin-left: -15px;
	float: left;}

header #oa {
	float: right;
	padding-top: 20px;
	margin-right: 25px;}

/*------------------------------------------------
	ストーリー
-------------------------------------------------*/
#story {
	clear: both;
	padding-top: 6px;}

#story h1 {
	margin: 0px 0px 2px -19px;}

#storyTxt {
	width: 487px;
	height: 544px;
	margin: 0px 0px 20px -13px;
	background:url(../images/txt_story.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;}

/*公式ボタン*/
#btn a {
	width: 314px;
	height: 77px;
	margin: 0px 0 26px 41px;
	display: block;
	background:url(../images/btn.png) no-repeat left top;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;}

#btn a:hover {
	background:url(../images/btn.png) no-repeat left bottom;}

/*------------------------------------------------
	スタッフキャスト
-------------------------------------------------*/
#castArea {
	width: 100%;
	height: 423px;
	margin-top: -6px;
	background: url(../images/bg_staff.gif) repeat-x 0 0;}
	
#castArea_inner {
	width: 960px;
	padding: 20px 0 0 0;
	margin: 0 auto;	}

#cast {
	position: relative;
	width: 443px;
	margin-right: 17px;
	float: left;}
	
	#cast h1{
		margin-left: 35px;}
		
	#castTxt {
		position: relative;
		width: 371px;
		height: 287px;
		margin: 2px 0 0 65px;
		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: 333px;
	float: left;}
	
	#staff h1 {
		margin-left: -29px;
	}

	#staffTxt {
		position: relative;
		width: 491px;
		height: 287px;
		margin: 2px 0 0 0px;
		background: url(../images/txt_staff.png) no-repeat 0 0;
		text-indent: -9999px;
		white-space: nowrap;
		overflow: hidden;
		z-index: 1;
		}

.img_gun1 {
	position: absolute;
	width: 132px;
	height: 145px;
	background: url(../images/img_gun1.png) no-repeat;
	top: 252px;
	left: 13px;
	z-index: 0;
	}

.img_gun2 {
	position: absolute;
	width: 240px;
	height: 210px;
	background: url(../images/img_gun2.png) no-repeat;
	top: 75px;
	right: -270px;	
	}


footer {
	clear: both;
	padding: 40px 0 20px 0;
	text-align: center;}
