@charset "UTF-8";

#mainLeft{
	position:relative;
	margin-top:5px;
	margin-bottom:40px;
	float:left;
	width:630px;
	background-color:#FFFFFF;
}

ol,ol li,ul,ul li {
	margin:0px;
	padding:0px;
}


/*header_set====================*/
#contTitle{
	position:relative;
	width:630px;
	height:229px;
	background:url(../img/header.jpg) top left no-repeat;
	margin-left:10px;
}


/*Main_set====================*/
#mainMovie{
	position:relative;
	width:630px;
	height:415px;
	margin-left:10px;
	background:url(../img/movie.jpg) top left no-repeat;
}

#mainMovie #movieBox {
	position:absolute;
	top:19px;
	left:12px;
	width:440px;
	height:365px;
	float:left;
	background-color:#000000;
}

#mainMovie #movieBtn ul {
	position:absolute;
	top:22px;
	left:480px;
	width:130px;
	height:364px;
	float:right;	
}

#mainMovie #movieBtn ul li {
	position:relative;
	width:130px;
	height:83px;
	margin:0 0 8px 0px;
	padding:0px;
	vertical-align:bottom;
	line-height:normal;	
}

/*20日用*/
#movieBtn04 {
	width:130px;
	height:83px;
	background:url(../img/menu_btn4.gif) top left no-repeat;
}

#movieBtn01 a,#movieBtn02 a,#movieBtn03 a,#movieBtn04 a {
	width:130px;
	height:83px;
	display:block;
}

#movieBtn01 a {background:url(../img/menu_btn1.gif) top left no-repeat;}
#movieBtn02 a {background:url(../img/menu_btn2.gif) top left no-repeat;}
#movieBtn03 a {background:url(../img/menu_btn3.gif) top left no-repeat;}
#movieBtn04 a {background:url(../img/menu_btn42.gif) top left no-repeat;}

#movieBtn01 a:hover,#movieBtn02 a:hover,#movieBtn03 a:hover,#movieBtn04 a:hover {
	background-position:0 -83px;
}

#mainMovie p#cast {
	position:absolute;
	font-size:85%;
	font-weight:bold;
	width:630px;
	top:400px;
	text-align:center;
}

#mainMovie p#cast a {
	color:#000000;
	text-decoration:underline;
}

#mainMovie p#cast a:hover {
	color:#FF3366;
	text-decoration:underline;
}


/*banner_set1====================*/
#bn {
	position:relative;
	width:630px;
	height:143px;
	margin-left:10px;
	background:url(../img/bn_bg1.jpg) top left no-repeat;
}

#bn p#making1 {
	position:absolute;
	top:33px;
	left:35px;
	width:560px;
	height:70px;
}

#bn p#making1 a {
	width:560px;
	height:70px;
	background:url(../img/making1_bn.jpg) top left no-repeat;
	display:block;
}

#bn p#making1 a:hover {
	background-position:0 -70px;
}


/*banner_set2====================*/
#bn2 {
	position:relative;
	width:630px;
	height:288px;
	margin-left:10px;
	background:url(../img/bn_bg2.jpg) top left no-repeat;
}

#bn2 p#making1 {
	position:absolute;
	top:33px;
	left:35px;
	width:560px;
	height:70px;
}

#bn2 p#making1 a {
	width:560px;
	height:70px;
	background:url(../img/making1_bn.jpg) top left no-repeat;
	display:block;
}

#bn2 p#making1 a:hover {
	background-position:0 -70px;
}

#bn2 p#making2 {
	position:absolute;
	top:163px;
	left:35px;
	width:560px;
	height:76px;
}

#bn2 p#making2 a {
	width:560px;
	height:76px;
	background: url(../img/making2_bn.jpg) top left no-repeat;
	display:block;
}

#bn2 p#making2 a:hover {
	background-position:0 -76px;
}


/*information_set====================*/
#txtinfo {
	position:relative;
	width:630px;
	height:71px;
	margin-left:10px;
	background:url(../img/footer.jpg) top left no-repeat;
}

#txtinfo ul {
	margin-top:18px;
	width:290px;
	float:left;
}

#txtinfo ul#info2 {
	margin-top:18px;
	width:340px;
	float:left;
}

#txtinfo ul li a {
	margin-left:20px;
	font-weight:bold;
	color:#fffde4;
	font-size:94%;
	line-height:1.5;
	text-decoration:underline;
}

#txtinfo ul li a:hover {
	color:#fffde4;
	text-decoration:underline;
}


/*footer_set====================*/
#contFooter{
	position:relative;
	width:630;
	margin-left:5px;
	padding:10px;
	font-size:77%;
	color:#333333;
	line-height:1.3;
}

#contFooter a{
	color:#FF3366;
	text-decoration:underline;
}

#contFooter a:hover{
	color:#FF3366;
	text-decoration:underline;
}

#contFooter a:visuted {
	color:#FF3366;
	text-decoration:underline;
}


