@charset "utf-8";

#wrap {
	background: url(../images/bg_yellow.gif) repeat center top;
	position: relative;}

/*----------------------------------------------------
	メイン
-----------------------------------------------------*/
#bg_blue {
	width: 100%;
	height: 27px;
	background: url(../images/bg_blue.gif) repeat-x left bottom;
	position: absolute;
	bottom: 0;}
	
#contents {
	width: 544px;
	min-height: 690px;
	padding: 12px 0 30px 0;
	margin-left: -30px;
	background: url(../images/bg_contents.gif) repeat-y right top;
	text-align: right;
	position: relative;
	left: 50%;}

h1#logo {
	position: absolute;
	top: 0;
	left: -460px;}
	
#oa {
	margin: 0 65px 20px 0;}

#iconOa {
	position: absolute;
	top: 365px;
	left: -455px;
	z-index: 10;}

#mainImg {
	line-height: 0;
	position: absolute;
	bottom: 0;
	left: -380px;
	z-index: 8;}

#story p {
	width: 446px;
	height: 468px;
	margin-right: 22px;
	background: url(../images/txt_story.png) no-repeat 0 0;
	display: inline-block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position:relative;
	top: -10px;
	z-index: 9;}

#btn {
	margin-top: -20px;
	margin-right: 70px;
	position:relative;
	z-index: 999;}

/*----------------------------------------------------
	スタッフ・キャスト
-----------------------------------------------------*/
#castArea {
	width: 100%;
	padding: 20px 0;
	background: #0f45d0;}

#castArea_inner {
	width: 970px;
	margin: 0 auto;}

#cast p, #staff p {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;}

#cast h1, #staff h1 {
	margin-left: -14px;}

#cast {
	float: left;}

	#cast p {
		width: 495px;
		height: 274px;
		background:url(../images/txt_cast.png) no-repeat 0 0;}

#staff {
	float: left;
	margin-left: 30px;}

	#staff p {
		width: 423px;
		height: 274px;
		background: url(../images/txt_staff.png) no-repeat 0 0;}

/*----------------------------------------------------
	footer 他
-----------------------------------------------------*/
footer {
	width: 100%;
	padding: 20px 0;
	background: #0034b8;
	text-align: center;}

.clearfix:after{	
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;}
