@charset "utf-8";
* html .iepngfix {
behavior: expression(IEPNGFIX.fix(this));
}

*{
	margin:0;
	padding:0;
	}
img{
	display:block;
	}
/* CSS Document */

body{
	background-image:url(../images/background_line.png);
	background-repeat:repeat-x;
	background-color:black;
	text-align:center;
	}
/*==ヘッダー==*/
#header{
	height:33px;
	padding-top:10px;
}
#header img{
margin-left:50px;
}

/*==コンテンツボックス==*/
#contentsbox{
	text-align:left;
	width:950px;
	height:542px;
	margin:auto;
		}
#maincontents{
	width:950px;
	height:462px;
	margin-top:10px;
	}
/*==フッター　ラインの分高さ詰め==*/
#footer{
	position:relative;
	width:950px;
	height:120px;
	margin-top:15px;
		}
/*==メニュー==*/
#menu{
/*	margin-left:40px;*/
	}
#menu li{
	list-style-type:none;
	float:left;
	height:25px;
	margin-top:10px;
	padding-left:40px;
	}
#menu a{
	display:block;
	height:25px;
	} 
#cast a{
	background-image:url(../images/cast_b.png);
	background-repeat:no-repeat;
	background-position:0 0;
	width:51px;
	}
#interior a{
	background-image:url(../images/interior_b.png);
	background-repeat:no-repeat;
	background-position:0 0;
	width:64px;
	}
#pickup a{
	background-image:url(../images/pickup_b.png);
	background-repeat:no-repeat;
	background-position:0 0;
	width:71px;
	}
#access a{
	background-image:url(../images/access_b.png);
	background-repeat:no-repeat;
	background-position:0 0;
	width:78px;
	}
#ticket a{
	background-image:url(../images/ticket_b.png);
	background-repeat:no-repeat;
	background-position:0 0;
	width:57px;
	}
#recruit a{
	background-image:url(../images/recruit_b.png);
	background-repeat:no-repeat;
	background-position:0 0;
	width:64px;
	}
#link a{
	background-image:url(../images/link_b.png);
	background-repeat:no-repeat;
	background-position:0 0;
	width:63px;
	}
/*==ロールオーバー==*/
#menu a:hover{
	background-position:0 -25px;
	}
/*下ロゴ*/
#logo{
 position:absolute;
	right:50px;
	top:10px;
	border:none;
	}
/*コピーライト*/
#copy{
	position:absolute;
	bottom:0;
	height:24px;
	left:285px;
}
#copy img{
	float:left;
	height:24px;
	}
/*==下メニュー==*/
#copy li{
	list-style-type:none;
	float:left;
	height:24px;
	}
#copy ul{
	float:left;
	}
#copy a{
	display:block;
	height:24px;
	}
#sitemap a{
	background-image:url(../images/sitemap_b.png);
	background-repeat:no-repeat;
	background-position:0 0;
	width:56px;
	}
#contact a{
	background-image:url(../images/contact_b.png);
	background-repeat:no-repeat;
	background-position:0 0;
	width:60px;
	}
#blog a{
	background-image:url(../images/blog_b.png);
	background-repeat:no-repeat;
	background-position:0 0;
	width:44px;
}

/*下メニューロール*/
#copy a:hover{
	background-position:0 -24px;
}