
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: none;
	background: #000;
}

#all {
	width: 640px;
	height: auto;
	box-shadow: 1px 1px 4px #777;
	-moz-box-shadow: 1px 1px 4px #777;
	-webkit-box-shadow: 1px 1px 4px #777;
	border: solid 1px #000;
	padding: 0px;
	margin: 0px auto 0px auto;
}

/****************base*********************/

ul,li {
	list-style: none;
	margin:0;
	padding:0;
}

a {
	text-decoration: underline;
	transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
}
a:link {
	color: #3B5998;
	transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
}
a:visited {
	color: #3B5998;
}
a:hover {
	color: #5a7abe;
	transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
}
a:active {
	color: #5a7abe;
}

.orange {
	color: #FF7200;
}

.per {
	color: #BF0661;
}

.blue {
	color: #2D4FD6;
}

.pink {
	color: #F850B5;
}

.red {
	color: #FF0000;
}

.day {
	color: #565656;
}

.green {
	color: #009900;
}

#ad_box {
	width: auto;
	height: auto;
	text-align: center;
	background: -moz-linear-gradient(top, #303030, #101010);
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#101010));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010')";
	background:-ms-linear-gradient(top, #303030, #101010);
	background:linear-gradient(to bottom, #303030, #101010);
}



/***************************************************************/

#head_box {
	width: auto;
	height: auto;
	padding:0px;
	margin: 0px;
}

#head_box .title_bar {
	width: auto;
	height: 30px;
	padding: 0px 5px 0px 5px;
	margin: 0px;
	background: -moz-linear-gradient(top, #303030, #101010);
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#101010));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010')";
	background:-ms-linear-gradient(top, #303030, #101010);
	background:linear-gradient(to bottom, #303030, #101010);
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;   /* IE6以上 */
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis;   /* Opera */
	white-space: nowrap;
}

#head_box .title_bar h1 {
	font-size: x-small;
	color: #FFF;
	padding: 9px 7px 0px 0px;
	margin: 0px;
	text-shadow: 0px -2px rgba(0, 0, 0, .8);
}


/********************navigation***********************/
#menu_box {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}

#menu_box .menu_title_bar {
	width: auto;
	height: 30px;
	background-image: url(../img/title_bg.gif);
	background-repeat: x-repeat;
	padding: 0px;
	margin: -3px 0px 0px 0px ;
}

#menu_box .menu_title_bar h2 {
	font-size: small;
	color: #FFF;
	text-shadow: 0px -2px rgba(0, 0, 0, .8);
	padding: 10px 0px 0px 12px ;
	margin: 0px;
}

#menu_box .menu_list {
	width: auto;
	height: auto;
	padding: 10px 6px 5px 6px;
	margin: 0px;
	background: -moz-linear-gradient(top, #303030, #101010);
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#101010));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010')";
	background:-ms-linear-gradient(top, #303030, #101010);
	background:linear-gradient(to bottom, #303030, #101010);
}

#menu_box .menu_list ul {
	overflow: hidden;
}

#menu_box .menu_list li {
	width: 70px;
	height: 35px;
	background: -moz-linear-gradient(top, #8bdffc, #098cf1);
	background: -webkit-gradient(linear, left top, left bottom, from(#8bdffc), to(#098cf1));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#098cf1');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#098cf1')";
	background:-ms-linear-gradient(top, #8bdffc, #098cf1);
	background:linear-gradient(to bottom, #8bdffc, #098cf1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	box-shadow: inset 0 0 3px #000;
	-moz-box-shadow: inset 0 0 3px #000;
	-webkit-box-shadow: inset 0 0 3px #000;
	border: solid 1px #009999;
	float: left;
	padding: 0px;
	margin: 0px 0px 8px 7px;
	text-align: center;
}

#menu_box .menu_list li a {
	width: 70px;
	height: 23px;
	display: block;
	text-decoration: none;
	padding: 12px 0px 0px 0px;
	margin: 0px;
	color: #FFF;
	font-size: small;
	font-weight: normal;
	text-shadow: 1px 1px 3px #0663b3;
}

#menu_box .menu_list li a:hover {
	width: 70px;
	height: 23px;
	display: block;
	text-decoration: none;
	padding: 12px 0px 0px 0px;
	margin: 0px;
	color: #FFF;
	font-size: small;
	font-weight: normal;
	text-shadow: 1px 1px 3px #0663b3;
	background: -moz-linear-gradient(top, #8bdffc, #0ef4f7);
	background: -webkit-gradient(linear, left top, left bottom, from(#8bdffc), to(#0ef4f7));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#0ef4f7');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#0ef4f7')";
	background:-ms-linear-gradient(top, #8bdffc, #0ef4f7);
	background:linear-gradient(to bottom, #8bdffc, #0ef4f7);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

#menu_box .menu_list li.long {
	width: 95px;
	height: 35px;
	background: -moz-linear-gradient(top, #8bdffc, #098cf1);
	background: -webkit-gradient(linear, left top, left bottom, from(#8bdffc), to(#098cf1));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#098cf1');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#098cf1')";
	background:-ms-linear-gradient(top, #8bdffc, #098cf1);
	background:linear-gradient(to bottom, #8bdffc, #098cf1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #009999;
	float: left;
	padding: 0px;
	margin: 0px 0px 5px 6px;
	text-align: center;
}

#menu_box .menu_list li.long a {
	width: 95px;
	height: 23px;
	display: block;
	text-decoration: none;
	padding: 12px 0px 0px 0px;
	margin: 0px;
	color: #FFF;
	font-size: small;
	font-weight: normal;
	text-shadow: 1px 1px 3px #0663b3;
}

/***********************main_content*****************************/

#main_content {
	width: auto;
	height: auto;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	background: -moz-linear-gradient(top, #303030, #101010);
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#101010));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010')";
	background:-ms-linear-gradient(top, #303030, #101010);
	background:linear-gradient(to bottom, #303030, #101010);
}

#main_content .title_bar {
	width: auto;
	height: 30px;
	background-image: url(../img/title_bg.gif);
	background-repeat: x-repeat;
	padding: 0px;
	margin: -3px 0px 0px 0px ;
}

#main_content .title_bar h2 {
	font-size: small;
	color: #FFF;
	text-shadow: 0px -2px rgba(0, 0, 0, .8);
	padding: 10px 0px 0px 12px ;
	margin: 0px;
}

#main_content .movie_rank {
	width: 95%;
	height: 40px;
	padding: 0px;
	margin: 10px auto 20px auto;
	text-align: center;
}

#main_content .movie_rank ul {
	overflow: hidden;
}

#main_content .movie_rank h3 {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

#main_content .movie_rank li {
	width: 20%;
	height: 45px;
	background: -moz-linear-gradient(top, #8bdffc, #098cf1);
	background: -webkit-gradient(linear, left top, left bottom, from(#8bdffc), to(#098cf1));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#098cf1');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#098cf1')";
	background:-ms-linear-gradient(top, #8bdffc, #098cf1);
	background:linear-gradient(to bottom, #8bdffc, #098cf1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	box-shadow: inset 0 0 3px #000;
	-moz-box-shadow: inset 0 0 3px #000;
	-webkit-box-shadow: inset 0 0 3px #000;
	border: solid 1px #009999;
	float: left;
	padding: 0px;
	margin: 0px 0px 15px 55px;
}

#main_content .movie_rank li a {
	width: auto;
	height: 28px;
	display: block;
	text-decoration: none;
	padding: 17px 0px 0px 0px;
	margin: 0px;
	color: #FFF;
	font-size: midium;
	font-weight: normal;
	text-shadow: 1px 1px 3px #0663b3;
}

#main_content .movie_rank li a:hover {
	width: auto;
	height: 28px;
	display: block;
	text-decoration: none;
	padding: 17px 0px 0px 0px;
	margin: 0px;
	color: #FFF;
	font-size: midium;
	font-weight: normal;
	text-shadow: 1px 1px 3px #0663b3;
	background: -moz-linear-gradient(top, #8bdffc, #0ef4f7);
	background: -webkit-gradient(linear, left top, left bottom, from(#8bdffc), to(#0ef4f7));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#0ef4f7');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#0ef4f7')";
	background:-ms-linear-gradient(top, #8bdffc, #0ef4f7);
	background:linear-gradient(to bottom, #8bdffc, #0ef4f7);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

#main_content .title_box {
	width: 90%;
	height: 30px;
	border: solid 1px #CCC;
	text-align: center;
	padding: 5px;
	margin: 10px auto 10px auto;
	background: -moz-linear-gradient(top, #303030, #101010);
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#101010));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010')";
	background:-ms-linear-gradient(top, #303030, #101010);
	background:linear-gradient(to bottom, #303030, #101010);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	box-shadow: inset 0 0 3px #000;
	-moz-box-shadow: inset 0 0 3px #000;
	-webkit-box-shadow: inset 0 0 3px #000;

}

#main_content .title2_box {
	width: 90%;
	height: auto;
	border: solid 1px #CCC;
	text-align: center;
	padding: 5px;
	margin: 10px 0px 10px 10px;
	background: -moz-linear-gradient(top, #303030, #101010);
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#101010));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010')";
	background:-ms-linear-gradient(top, #303030, #101010);
	background:linear-gradient(to bottom, #303030, #101010);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	box-shadow: inset 0 0 3px #000;
	-moz-box-shadow: inset 0 0 3px #000;
	-webkit-box-shadow: inset 0 0 3px #000;

}

#main_content .title_box h3 {
	font-size: 14px;
	color: #FFF;
	text-shadow: 0px -2px rgba(0, 0, 0, .8);
	padding: 0px;
	margin: 0px 0px 3px 0px;
}

#main_content .title2_box h3 {
	font-size: 14px;
	color: #FFF;
	text-shadow: 0px -2px rgba(0, 0, 0, .8);
	padding: 0px;
	margin: 0px 0px 3px 0px;
	line-height: 17px;
}

#main_content .title_box p {
	font-size: small;
	color: #FFF;
	text-shadow: 0px -2px rgba(0, 0, 0, .8);
	padding: 0px;
	margin: 0px;
}

#main_content .mov_list {
	width: 95%;
	height: auto;
	border: solid 1px #FFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	padding: 4px;
	margin: 0px auto 10px auto;
	background: -moz-linear-gradient(top, #303030, #101010);
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#101010));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010')";
	background:-ms-linear-gradient(top, #303030, #101010);
	background:linear-gradient(to bottom, #303030, #101010);
	border-radius: 6px;
	box-shadow: inset 0 0 3px #000;
	-moz-box-shadow: inset 0 0 3px #000;
	-webkit-box-shadow: inset 0 0 3px #000;
}

#main_content .mov_list .sum_box {
	width: 120px;
	height: auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	border: solid 1px #CCC;
	padding: 0px;
	margin: 5px 7px 5px 5px;
	float: left;
}

#main_content .mov_list .sum_box img {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}

#main_content .mov_list .mov_title {
	width: auto;
	height: 26px;
	padding: 4px;
	margin: 0px 0px 2px 0px;
	overflow: hidden;
}

#main_content .mov_list .mov_title h4 {
	font-size: small;
	line-height: 15px;
	color: #1AACCF;
	text-shadow: #000 0 1px 0;
}

#main_content .mov_list .mov_title a {
	text-decoration: none;
	color: #1AACCF;
	text-shadow: #000 0 1px 0;
}

#main_content .mov_list .data_box {
	width: auto;
	height: 14px;
	padding: 3px;
	margin: 0px;
	text-align: right;
}

#main_content .mov_list .data_box p {
	font-size: small;
	color: #FFF;
	text-shadow: 0px -2px rgba(0, 0, 0, .8);
}

#main_content .mov_list .play_list {
	width: auto;
	height: 14px;
	padding: 3px;
	margin: 0px;
	text-align: right;
}

#main_content .mov_list .play_list p {
	font-size: small;
	color: #FFF;
	text-shadow: 0px -2px rgba(0, 0, 0, .8);
}

#main_content .mov_list .like_btn {
	width: 40%;
	height: 35px;
	background: -moz-linear-gradient(top, #8bdffc, #098cf1);
	background: -webkit-gradient(linear, left top, left bottom, from(#8bdffc), to(#098cf1));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#098cf1');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#098cf1')";
	background:-ms-linear-gradient(top, #8bdffc, #098cf1);
	background:linear-gradient(to bottom, #8bdffc, #098cf1);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	box-shadow: inset 0 0 3px #000;
	-moz-box-shadow: inset 0 0 3px #000;
	-webkit-box-shadow: inset 0 0 3px #000;
	float: right;
	margin: 0px 5px 0px 0px;
	text-align: center;
	cursor: pointer;
	border: solid 1px #009999;
}

#main_content .mov_list .like_btn p {
	font-size: small;
	color: #FFF;
	text-shadow: 1px 1px 3px #0663b3;
	padding: 13px 0px 0px 0px;
}

#main_content .mov_list .like_btn:hover {
	width: 40%;
	height: 35px;
	background: -moz-linear-gradient(top, #8bdffc, #0ef4f7);
	background: -webkit-gradient(linear, left top, left bottom, from(#8bdffc), to(#0ef4f7));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#0ef4f7');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#0ef4f7')";
	background:-ms-linear-gradient(top, #8bdffc, #0ef4f7);
	background:linear-gradient(to bottom, #8bdffc, #0ef4f7);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	float: right;
	margin: 0px 5px 0px 0px;
	text-align: center;
	cursor: pointer;
	border: solid 1px #009999;
}

/*********************next_btn***********************/

#next_btn {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}

#next_btn ul {
	overflow: hidden;
}

#next_btn li {
	width: 50%;
	height: auto;
	padding: 0px;
	margin: 0px;
	float: left;
}

#next_btn li img:hover {
	opacity: 0.6;
}

#next_btn_box {
	width: auto;
	height: auto;
	padding: 15px 7px 15px 7px;
	margin: -3px 0px 0px 0px;
	background: -moz-linear-gradient(top, #303030, #101010);
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#101010));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010')";
	background:-ms-linear-gradient(top, #303030, #101010);
	background:linear-gradient(to bottom, #303030, #101010);
	text-align: center;
}

#next_btn_box ul {
	overflow: hidden;
}

#next_btn_box li {
	width: 50px;
	height: 30px;
	background: -moz-linear-gradient(top, #8bdffc, #098cf1);
	background: -webkit-gradient(linear, left top, left bottom, from(#8bdffc), to(#098cf1));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#098cf1');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#098cf1')";
	background:-ms-linear-gradient(top, #8bdffc, #098cf1);
	background:linear-gradient(to bottom, #8bdffc, #098cf1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	box-shadow: inset 0 0 3px #000;
	-moz-box-shadow: inset 0 0 3px #000;
	-webkit-box-shadow: inset 0 0 3px #000;
	border: solid 1px #009999;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 16px;
}

#next_btn_box li p {
	color: #000;
	font-size: midium;
	font-weight: normal;
	text-shadow: 1px 1px 3px #676;
	padding: 7px 0px 0px 0px;
}

#next_btn_box li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	font-size: midium;
	font-weight: normal;
	text-shadow: 1px 1px 3px #0663b3;
	width: 50px;
	height: 23px;
	padding: 7px 0px 0px 0px;
	margin: 0px;
}

#next_btn_box li a:hover {
	display: block;
	text-decoration: none;
	color: #FFF;
	font-size: midium;
	font-weight: normal;
	text-shadow: 1px 1px 3px #0663b3;
	width: 50px;
	height: 23px;
	padding: 7px 0px 0px 0px;
	margin: 0px;
	background: -moz-linear-gradient(top, #8bdffc, #0ef4f7);
	background: -webkit-gradient(linear, left top, left bottom, from(#8bdffc), to(#0ef4f7));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#0ef4f7');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#0ef4f7')";
	background:-ms-linear-gradient(top, #8bdffc, #0ef4f7);
	background:linear-gradient(to bottom, #8bdffc, #0ef4f7);
}

/*****************main_content2******************/

#main_content2 {
	width: auto;
	height: auto;
	padding: 10px 0px 10px 0px;
	margin: -3px 0px 0px 0px ;
	background: -moz-linear-gradient(top, #303030, #101010);
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#101010));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010')";
	background:-ms-linear-gradient(top, #303030, #101010);
	background:linear-gradient(to bottom, #303030, #101010);
}

#main_content2 .mov_list {
	width: 95%;
	height: auto;
	border: solid 1px #FFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	padding: 4px;
	margin: 0px auto 10px auto;
	background: -moz-linear-gradient(top, #303030, #101010);
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#101010));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010')";
	background:-ms-linear-gradient(top, #303030, #101010);
	background:linear-gradient(to bottom, #303030, #101010);
	border-radius: 6px;
	box-shadow: inset 0 0 3px #000;
	-moz-box-shadow: inset 0 0 3px #000;
	-webkit-box-shadow: inset 0 0 3px #000;
}

#main_content2 .mov_list a {
	display: block;
	text-decoration: none;
}

#main_content2 .mov_list .sum_box {
	width: 120px;
	height: auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	border: solid 1px #CCC;
	padding: 0px;
	margin: 5px 7px 5px 5px;
	float: left;
}

#main_content2 .mov_list .sum_box img {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}

#main_content2 .mov_list .mov_title {
	width: auto;
	height: 26px;
	padding: 4px;
	margin: 0px 0px 2px 0px;
	overflow: hidden;
}

#main_content2 .mov_list .mov_title h4 {
	font-size: small;
	line-height: 15px;
	color: #1AACCF;
	text-shadow: #000 0 1px 0;
}

#main_content2 .mov_list .data_box {
	width: auto;
	height: 14px;
	padding: 3px;
	margin: 0px;
	text-align: right;
}

#main_content2 .mov_list .data_box p {
	font-size: small;
	color: #FFF;
	text-shadow: 0px -2px rgba(0, 0, 0, .8);
}

#main_content2 .mov_list .play_list {
	width: auto;
	height: 14px;
	padding: 3px;
	margin: 0px;
	text-align: right;
}

#main_content2 .mov_list .play_list p {
	font-size: small;
	color: #FFF;
	text-shadow: 0px -2px rgba(0, 0, 0, .8);
}

/*******************foot_menu***********************/

#foot_menu {
	width: auto;
	height: auto;
	padding: 0px;
	margin: -2px 0px 0px 0px;
}

#foot_menu .title_bar {
	width: auto;
	height: 30px;
	background-image: url(../img/title_bg.gif);
	background-repeat: x-repeat;
	padding: 0px;
	margin: -3px 0px 0px 0px ;
}

#foot_menu .title_bar h3 {
	font-size: small;
	color: #FFF;
	text-shadow: 0px -2px rgba(0, 0, 0, .8);
	padding: 10px 0px 0px 12px ;
	margin: 0px;
}

#foot_menu .info_list {
	width: auto;
	height: auto;
	padding: 15px 0px 7px 0px;
	margin: 0px;
	background: -moz-linear-gradient(top, #303030, #101010);
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#101010));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010')";
	background:-ms-linear-gradient(top, #303030, #101010);
	background:linear-gradient(to bottom, #303030, #101010);
}

#foot_menu .info_list ul {
	overflow: hidden;
}

#foot_menu .info_list li {
	width: 45%;
	height: 35px;
	background: -moz-linear-gradient(top, #8bdffc, #098cf1);
	background: -webkit-gradient(linear, left top, left bottom, from(#8bdffc), to(#098cf1));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#098cf1');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#098cf1')";
	background:-ms-linear-gradient(top, #8bdffc, #098cf1);
	background:linear-gradient(to bottom, #8bdffc, #098cf1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	box-shadow: inset 0 0 3px #000;
	-moz-box-shadow: inset 0 0 3px #000;
	-webkit-box-shadow: inset 0 0 3px #000;
	border: solid 1px #009999;
	float: left;
	padding: 0px;
	margin: 0px 0px 15px 20px;
	text-align: center;
}

#foot_menu .info_list li a {
	width: auto;
	height: 23px;
	display: block;
	text-decoration: none;
	padding: 12px 0px 0px 0px;
	margin: 0px;
	color: #FFF;
	font-size: small;
	font-weight: normal;
	text-shadow: 1px 1px 3px #0663b3;
}

#foot_menu .info_list li a:hover {
	width: auto;
	height: 23px;
	display: block;
	text-decoration: none;
	padding: 12px 0px 0px 0px;
	margin: 0px;
	color: #FFF;
	font-size: small;
	font-weight: normal;
	text-shadow: 1px 1px 3px #0663b3;
	background: -moz-linear-gradient(top, #8bdffc, #0ef4f7);
	background: -webkit-gradient(linear, left top, left bottom, from(#8bdffc), to(#0ef4f7));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#0ef4f7');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#0ef4f7')";
	background:-ms-linear-gradient(top, #8bdffc, #0ef4f7);
	background:linear-gradient(to bottom, #8bdffc, #0ef4f7);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

/*********************************/

#back-top {
	position: fixed;
	bottom: 20px;
}
#back-top a {
	width: 70px;
	font-size: small;
	display: block;
	text-decoration: none;
}

#back-top span {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	width: 70px;
	height: 20px;
	display: block;
	padding: 10px 0px 0px 0px;
	background-color:rgba(48, 238, 248, 0.3);
	color:rgba(255, 255, 255, 0.8);
	text-shadow: #555 0 1px 0;

}

/*********************************/

#foot_box {
	width: auto;
	height: auto;
	padding: 8px;
	margin: 0px;
	background: -moz-linear-gradient(top, #303030, #101010);
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#101010));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010')";
	background:-ms-linear-gradient(top, #303030, #101010);
	background:linear-gradient(to bottom, #303030, #101010);
	text-align: center;
}

#foot_box p {
	font-size: small;
	color: #FFF;
	text-shadow: 0px -2px rgba(0, 0, 0, .8);
	line-height: 18px;
	padding: 0px;
	margin: 0px;
}

/*****************junle_box*******************/

.junle_box {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	border-top: solid 1px #FFF;
}

.junle_box .junle_list {
	width: auto;
	height: 40px;
	border-bottom: solid 1px #FFF;
	background: -moz-linear-gradient(top, #303030, #101010);
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#101010));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010')";
	background:-ms-linear-gradient(top, #303030, #101010);
	background:linear-gradient(to bottom, #303030, #101010);
	box-shadow: inset 0 0 7px #000;
	-moz-box-shadow: inset 0 0 7px #000;
	-webkit-box-shadow: inset 0 0 7px #000;
}

.junle_box .junle_list a {
	display: block;
	width: auto;
	height: 28px;
	padding: 12px 0px 0px 15px;
	font-size: midium;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0px -2px rgba(0, 0, 0, .8);
	text-decoration: none;
	background:transparent url(../img/arrow.gif) no-repeat scroll right center;
}

.junle_box .junle_list a:hover {
	background-attachment: scroll;
	background-color: #29EFF8;
	background-repeat: no-repeat;
	background-position: right center;
}

/**************************************/

.av_list_box {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	background: -moz-linear-gradient(top, #303030, #101010);
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#101010));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010')";
	background:-ms-linear-gradient(top, #303030, #101010);
	background:linear-gradient(to bottom, #303030, #101010);
}

.av_list_box ul {
	overflow: hidden;
	float: left;
}

.av_list_box li {
	width: 41px;
	height: 41px;
	background: -moz-linear-gradient(top, #8bdffc, #098cf1);
	background: -webkit-gradient(linear, left top, left bottom, from(#8bdffc), to(#098cf1));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#098cf1');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#098cf1')";
	background:-ms-linear-gradient(top, #8bdffc, #098cf1);
	background:linear-gradient(to bottom, #8bdffc, #098cf1);
	border: solid 1px #009999;
	padding: 0px;
	margin: 10px 0px 19px 19px;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.av_list_box li a {
	display: block;
	text-decoration: none;
	width: auto;
	height: 28px;
	padding: 13px 0px 0px 0px;
	margin: 0px;
	font-size: midium;
	font-weight: bolder;
	color: #FFF;
	text-shadow: #0663b3 0 1px 0;
}

.av_list_box li a:hover {
	display: block;
	text-decoration: none;
	width: auto;
	height: 28px;
	padding: 13px 0px 0px 0px;
	margin: 0px;
	font-size: midium;
	font-weight: bolder;
	color: #FFF;
	text-shadow: #0663b3 0 1px 0;
	background: -moz-linear-gradient(top, #8bdffc, #0ef4f7);
	background: -webkit-gradient(linear, left top, left bottom, from(#8bdffc), to(#0ef4f7));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#0ef4f7');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#0ef4f7')";
	background:-ms-linear-gradient(top, #8bdffc, #0ef4f7);
	background:linear-gradient(to bottom, #8bdffc, #0ef4f7);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.av_list_box li.thing {
	width: 41px;
	height: 41px;
	background: #CCC;
	border: solid 1px #CCC;
	padding: 0px;
	margin: 10px 0px 19px 19px;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.av_sum_list {
	width: auto;
	height: auto;
	padding: 3px 0px 3px 0px;
	margin: 0px;
}

.av_sum_list a {
	text-decoration: none;
}

.av_sum_list img {
	width: 100px;
}
.av_sum_list ul {
	overflow: hidden;
}

.av_sum_list li {
	width: 100px;
	height: auto;
	padding: 0px;
	margin: 5px 0px 3px 5px;
	text-align: center;
	float: left;
}

.av_sum_list li h3 {
	font-weight: normal;
	font-size: x-small;

}

.av_sum_list span.av_name {
	display: block;
	padding: 3px;
	margin: 0px 0px 0px 0px;
	text-overflow: ellipsis; /* Safari */
	overflow: hidden;
	white-space: nowrap;
}

/**************************************************/

.first_block {
	width: 85%;
	height: auto;
	padding: 12px;
	margin: 10px auto 0px auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	border: solid 1px #FFF;
	background: -moz-linear-gradient(top, #303030, #101010);
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#101010));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010')";
	background:-ms-linear-gradient(top, #303030, #101010);
	background:linear-gradient(to bottom, #303030, #101010);
}

.first_block h3 {
	font-size: midium;
	color: #1DB0CF;
	text-shadow: 0px -2px rgba(0, 0, 0, .8);
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

.first_block p {
	font-size: small;
	line-height: 18px;
	color: #FFF;
	text-shadow: 0px -2px rgba(0, 0, 0, .8);
	padding: 0px;
	margin: 0px;
}

.first_block p.u-space {
	margin: 0px 0px 20px 0px;
}

/*****************main_content3******************/

#main_content3 {
	width: auto;
	height: auto;
	padding: 10px 0px 10px 0px;
	margin: -3px 0px 0px 0px ;
	background: -moz-linear-gradient(top, #303030, #101010);
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#101010));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010')";
	background:-ms-linear-gradient(top, #303030, #101010);
	background:linear-gradient(to bottom, #303030, #101010);
}

#main_content3 .mov_list {
	width: 90%;
	height: auto;
	border: solid 1px #FFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	padding: 4px 10px 4px 4px;
	margin: 0px auto 10px auto;
	background: -moz-linear-gradient(top, #303030, #101010);
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#101010));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010')";
	background:-ms-linear-gradient(top, #303030, #101010);
	background:linear-gradient(to bottom, #303030, #101010);
	border-radius: 6px;
	box-shadow: inset 0 0 3px #000;
	-moz-box-shadow: inset 0 0 3px #000;
	-webkit-box-shadow: inset 0 0 3px #000;
}

#main_content3 .mov_list a {
	display: block;
	text-decoration: none;
	background:transparent url(../img/arrow.gif) no-repeat scroll right center;
}

#main_content3 .mov_list .sum_box {
	width: 100px;
	height: 100px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	border: solid 1px #CCC;
	padding: 0px;
	margin: 5px 7px 5px 5px;
	float: left;
}

#main_content3 .mov_list .sum_box img {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}

#main_content3 .mov_list .mov_title {
	width: auto;
	height: 26px;
	padding: 4px;
	margin: 0px 0px 2px 0px;
	overflow: hidden;
}

#main_content3 .mov_list .mov_title h4 {
	font-size: small;
	line-height: 15px;
	color: #1AACCF;
	text-shadow: #000 0 1px 0;
}

#main_content3 .mov_list .data_box {
	width: auto;
	height: 50px;
	padding: 3px;
	margin: 0px;
	overflow: hidden;
	text-align: left;
}

#main_content3 .mov_list .data_box p {
	font-size: small;
	line-height: 17px;
	color: #FFF;
	text-shadow: 0px -2px rgba(0, 0, 0, .8);
}

/*********************************************/

#search_box {
	width: auto;
	height: auto;
	margin: -3px 0px 0px 0px;
	padding: 10px 10px 17px 25px;
	background: -moz-linear-gradient(top, #303030, #101010);
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#101010));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010')";
	background:-ms-linear-gradient(top, #303030, #101010);
	background:linear-gradient(to bottom, #303030, #101010);
}

#search_box .search_btn {
	width: 80%;
	height: 27px;
}

/**********************************************/

.detail_box {
	width: auto;
	height: auto;
	padding: 5px;
	margin: 0px;
	background-color: #000;
	text-align: center;
}

.detail_box .play_box {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}

.detail_box .iphone {
	width: 40%;
	height: 40px;
	background: -moz-linear-gradient(top, #8bdffc, #098cf1);
	background: -webkit-gradient(linear, left top, left bottom, from(#8bdffc), to(#098cf1));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#098cf1');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#098cf1')";
	background:-ms-linear-gradient(top, #8bdffc, #098cf1);
	background:linear-gradient(to bottom, #8bdffc, #098cf1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #009999;
	padding: 0px;
	margin: 5px auto 5px auto;
}

.detail_box .iphone a {
	width: auto;
	height: 25px;
	display: block;
	text-decoration: none;
	color: #FFF;
	font-size: small;
	font-weight: normal;
	text-shadow: 1px 1px 3px #0663b3;
	padding: 15px 0px 0px 0px;
}

.detail_box .iphone a:hover {
	width: auto;
	height: 25px;
	display: block;
	text-decoration: none;
	color: #FFF;
	font-size: small;
	font-weight: normal;
	text-shadow: 1px 1px 3px #0663b3;
	padding: 15px 0px 0px 0px;
	background: -moz-linear-gradient(top, #8bdffc, #0ef4f7);
	background: -webkit-gradient(linear, left top, left bottom, from(#8bdffc), to(#0ef4f7));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#0ef4f7');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#0ef4f7')";
	background:-ms-linear-gradient(top, #8bdffc, #0ef4f7);
	background:linear-gradient(to bottom, #8bdffc, #0ef4f7);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.mov_guide_box {
	background: -moz-linear-gradient(top, #303030, #101010);
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#101010));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010')";
	background:-ms-linear-gradient(top, #303030, #101010);
	background:linear-gradient(to bottom, #303030, #101010);
	width: auto;
	height: auto;
	padding: 13px;
	margin: 0px;
}

.mov_guide_box .in_box {
	width: auto;
	height: auto;
	background-color:rgba(255, 255, 255, 0.4);
	border: solid 1px #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	padding: 8px;
	margin: 0px 0px 5px 0px;
}

.mov_guide_box .in_box p {
	font-size: small;
	color: #333;
	line-height: 19px;
	text-shadow: #FFF 0 1px 0;
}

.mov_guide_box .in_box ul {
	overflow: hidden;
}

.mov_guide_box .in_box li {
	float: left;
	padding: 0px;
	margin: 7px 0px 7px 10px;
	
}

.mov_guide_box .in_box li a {
	font-size: small;
	text-shadow:-1px -1px 1px #eaeaea;
}

.mov_guide_box .in_box .like_btn {
	width: 45%;
	height: 40px;
	background: -moz-linear-gradient(top, #8bdffc, #098cf1);
	background: -webkit-gradient(linear, left top, left bottom, from(#8bdffc), to(#098cf1));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#098cf1');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#098cf1')";
	background:-ms-linear-gradient(top, #8bdffc, #098cf1);
	background:linear-gradient(to bottom, #8bdffc, #098cf1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #009999;
	padding: 0px;
	margin: 10px auto 0px auto;
	text-align: center;
	cursor: pointer;
}

.mov_guide_box .in_box .like_btn p {
	padding: 11px 0px 0px 0px;
	color: #FFF;
	font-size: small;
	font-weight: normal;
	text-shadow: 1px 1px 3px #0663b3;
}

.mov_guide_box .in_box .like_btn p:hover {
	width: auto;
	height: 29px;
	padding: 11px 0px 0px 0px;
	color: #FFF;
	font-size: small;
	font-weight: normal;
	text-shadow: 1px 1px 3px #0663b3;
	background: -moz-linear-gradient(top, #8bdffc, #0ef4f7);
	background: -webkit-gradient(linear, left top, left bottom, from(#8bdffc), to(#0ef4f7));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#0ef4f7');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bdffc', endColorstr='#0ef4f7')";
	background:-ms-linear-gradient(top, #8bdffc, #0ef4f7);
	background:linear-gradient(to bottom, #8bdffc, #0ef4f7);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

/********************************************************************************/

.more_mov_link {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	border-top: solid 1px #FFF;
}

.more_mov_link ul {
	overflow: hidden;
}

.more_mov_link li.more_mov {
	width: auto;
	height: 50px;
	padding: 0px;
	margin: 0px;
	background: -moz-linear-gradient(top, #303030, #101010);
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#101010));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#303030', endColorstr='#101010')";
	background:-ms-linear-gradient(top, #303030, #101010);
	background:linear-gradient(to bottom, #303030, #101010);
	border-left: solid 1px #FFF;
	border-right: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	overflow: hidden;
}

.more_mov_link li.more_mov p.choice {
	font-size: small;
	color: #000;
	padding: 4px;
	margin: 0px;
	text-shadow: #333 0 1px 0;
	line-height: 18px;
}

.more_mov_link li.more_mov a {
	display: block;
	text-decoration: none;
	width: auto;
	height: 43px;
	padding: 7px 10px 0px 5px;
	font-size: small;
	color: #FFF;
	text-shadow: 0px -1px rgba(0, 0, 0, .8);
	line-height: 18px;
	overflow: hidden;
	background:transparent url(../img/arrow.gif) no-repeat scroll right center;
}

.more_mov_link li.more_mov a:hover {
	background-attachment: scroll;
	background-color: #29EFF8;
	background-repeat: no-repeat;
	background-position: right center;
}

.big_ad02 {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}

.big_ad02 ul {
	overflow: hidden;
}

.big_ad02 li {
	width: 50%;
	height: 250px;
	margin: 0px;
	padding: 0px;
	float: left;
}

/***********************************************/

#under-ad {
	display: none;
}
