	#activity_movie{
		width:1000px;
		margin: 0 auto  20px auto ;
		clear:both;
	}
	#activity_movie .box{
		margin: 0 auto 5px 0;
	}
	#activity_movie h2{
		background: url(../image/activity_movie/title_bg.png) #000;
		color:#FFFFFF;
		font-size:22px;
		line-height:100%;
		padding:11px 0 0 50px;
		height:31px;
		width:950px;
		margin: 0 auto 0px auto ;
		
		/*css3.0*/
		-webkit-border-radius: 4px 4px 0px 0px;
		-moz-border-radius: 4px 4px 0px 0px;
		border-radius: 4px 4px 0px 0px;
	}
	
/*¥white type*/
	#activity_movie .wrapper{
/**/		background:#fff;
/**/		border:1px solid #e3e3e3;
		padding: 10px 0 5px 0 ;
		
		/*css3.0*/
		-webkit-border-radius: 0px 0px 4px 4px;
		-moz-border-radius: 0px 0px 4px 4px;
		border-radius: 0px 0px 4px 4px;
	}
		#activity_movie .button.close{
			width:940px;
/**/			background:#ededed;
/**/			color:#000;
			margin:0 auto 0px auto;
			padding:10px;
			border-left:20px solid #F00;
			position:relative;
			cursor:pointer;
		}
		
			#activity_movie .button.close .eyecatch{
				
				min-width:78px;
				min-height:44px;
				padding:6px;
				float:left;
				margin-right:10px;
				
				/*css3.0*/
				background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5B5B5B), color-stop(100%, #000000));
				background-image: -webkit-linear-gradient(top, #5B5B5B, #000000);
				background-image: -moz-linear-gradient(top, #5B5B5B, #000000);
				background-image: -ms-linear-gradient(top, #5B5B5B, #000000);
				background-image: -o-linear-gradient(top, #5B5B5B, #000000);
				background-image: linear-gradient(top, #5B5B5B, #000000);
				filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#5B5B5B, endColorstr=#000000);
				
				-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.7);
				box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.7);

			}
				#activity_movie .button.close .eyecatch img{
					width:78px;
				}
			
			
			#activity_movie .button.close h3{
				font-size:24px;
				line-height:100%;
				margin:7px 0px 5px 0px;
			}
				#activity_movie .button.close h3 img{
					margin-left:10px;
				}
				
			#activity_movie .button.close .movie_num{
				display:inline-block;
				margin-left:5px;
				color:#1A95D0;
			}
				#activity_movie .button.close .movie_num strong{
				}
				
			#activity_movie .button.close p{
				font-size:17px;
				line-height:100%;
			}
			#activity_movie .button.close .button{
				padding:10px 0;
				color:#FFF;
				width:240px;
				text-align:center;
				background:#ff0000;
				position:absolute;
				top:20px;
				right:10px;
				font-size:17px;
				line-height:100%;
				font-weight:500;
				letter-spacing:3px;
				
				/*css3.0*/
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
				
				-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.7);
				box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.7);
			}
			#activity_movie .button.close div.arrow{
				position:absolute;
				top:50%;
				left:-13px;
				width:0;
				height:0;
				border:7px solid transparent;
				_border-color:#f00;/*ie6 only*/
				border-left-color:#fff;
				float:left;
				overflow:hidden;
				margin-top:-7px;
			}
		#activity_movie .contents{
			width:960px;
			margin:20px auto 0 auto;
			display:none;
		}
			#activity_movie .movie{
				float:left;
				margin-right:20px;
				width:440px;
				margin-bottom:20px;
			}
			#activity_movie .list{
				width:500px;
				float:left;
			}
			#activity_movie .list .text{
				font-size:16px;
				margin:0 0 10px 0;
/**/				color:#333;
			}
			#activity_movie .list .block{
				margin-bottom:15px;
				margin-right:10px;
		
			}
				#activity_movie .list .block.half_width{
					float:left;
					width:240px;
			
				}
				#activity_movie .list .block.full_width{
					width:490px;
			
				}
			#activity_movie .list .block h4{
/**/				background:#000;
/**/				color:#fff;
				margin-bottom:7px;
				font-size:16px;
				padding:2px 8px 1px 8px;
				line-height:130%;

				/*css3.0*/
				-webkit-border-radius: 4px 4px 0px 0px;
				-moz-border-radius: 4px 4px 0px 0px;
				border-radius: 4px 4px 0px 0px;
			}
				#activity_movie .list .block h4 .small{
					font-size:80%;
				}
			#activity_movie .list .block ul{
				margin:0 0 0 10px;
				font-size:13px;
			}
			#activity_movie .list .block li{
				margin-bottom:10px;
				font-size:14px;
				line-height:120%;
				text-indent:0em;
				margin-left:0.7em;
			}
				#activity_movie .list .block li a{
/**/					color:#1A95D0/*#003366*/;
				}
				#activity_movie .list .block li a:hover{
/**/					color:#92C2E7/*#006699*/;
				}
				#activity_movie .list .block li .arrow{
					width:0;
					height:0;
					border:5px solid transparent;
					_border-color:#fff;/*ie6 only*/
					border-left-color:#f90;
					float:left;
					overflow:hidden;
					margin-top:2px;
					margin-left:-0.7em;
				}
		
		#activity_movie .contents_list{
			width:980px;
			margin:5px auto 0px auto;
		}
		#activity_movie .contents_list h3{
				margin:0 0px 0 25px ;
/**/				background:#fff;
				padding:0px;
/**/				color:#000;
				float:left;
				line-height:100%;
				padding:5px;
		}
			#activity_movie .contents_list h3 .arrow{
				width:0;
				height:0;
				border:5px solid transparent;
/**/				_border-color:#000;/*ie6 only*/
/**/				border-left-color:#000;
				float:left;
				overflow:hidden;
				margin-top:2px;
			}
		#activity_movie .contents_list ul{
			float:left;
		}
			#activity_movie .contents_list ul li{
				margin:0 5px 0 0 ;
/**/				background:#000;
				color:#fff;
				float:left;
				line-height:100%;
				padding:5px 10px 5px 10px;
				font-size:13px;
				
				/*css3.0*/
				-webkit-border-radius: 4px;
				-moz-border-radius: 4px;
				border-radius: 4px;
			}
				#activity_movie .contents_list ul li a{
					color:#FFF;
					text-decoration:none;
				}
				#activity_movie .contents_list ul li a:hover{
					color:#aaa;
				}
				#activity_movie .contents_list ul li .arrow{
					width:0;
					height:0;
					border:5px solid transparent;
/**/					_border-color:#fff;/*ie6 only*/
/**/					border-left-color:#fff;
					float:left;
					overflow:hidden;
					margin-top:2px;
				}
/*£white type*/


/*¥black type*/
	#activity_movie.black .wrapper{
		background:#000;
		border-top:1px solid #444/*#e3e3e3*/;
		border-left:none;
		border-bottom:none;
		border-right:none;
		
	}
	
		#activity_movie.black .button.close{
			background:#ededed/*#F7F7F8*/;
			color:#000;
		}
		
			#activity_movie.black .list .text{
				color:#ddd;
			}
			#activity_movie.black .list .block h4{
				background:#ddd;
				color:#000;
			}
				#activity_movie.black .list .block li a{
					color:#eee;
				}
				#activity_movie.black .list .block li a:hover{
					color:#aaa;
				}
		
		#activity_movie.black .contents_list h3{
				background:#000;
				color:#fff;
		}
			#activity_movie.black .contents_list h3 .arrow{
				_border-color:#fff;/*ie6 only*/
				border-left-color:#fff;
			}
			#activity_movie.black .contents_list ul li{
				background:#666;
			}
/*£black type*/











