@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: 13px;
	margin-left: -15px;
	float: left;}

header #oa {
	float: right;
	padding-top: 10px;
	margin-right: 25px;}

/*------------------------------------------------
	ストーリー
-------------------------------------------------*/
#story {
	clear: both;
	padding-top: 15px;}

#story h1 {
	margin-left: -29px;}

#storyTxt {
	width: 450px;
	height: 500px;
	background:url(../images/txt_story.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;}

/*公式ボタン*/
#btn a {
	width: 366px;
	height: 90px;
	margin: 10px 0 20px 0;
	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: 422px;
	background: url(../images/bg_staff.png) repeat-x 0 0;}
	
#castArea_inner {
	width: 960px;
	padding: 40px 0 0 0;
	margin: 0 auto;	}

#cast {
	width: 557px;
	float: left;}
	
	#cast h1{
		margin-left: 5px;}
		
	#castTxt {
		width: 520px;
		height: 278px;
		margin: 10px 0 0 35px;
		background: url(../images/txt_cast.gif) no-repeat 0 0;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;}

#staff {
	width: 333px;
	margin-left: 30px;
	float: left;}
	
	#staff h1 {
	}

	#staffTxt {
		width: 333px;
		height: 225px;
		margin: 10px 0 0 35px;
		background: url(../images/txt_staff.gif) no-repeat 0 0;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;}

footer {
	padding: 10px 0 20px 0;
	text-align: center;}
