@charset "utf-8";

div.movie_box{
	width:610px;
	border:#CCCCCC 1px solid;
	padding-bottom:7px;
	margin-bottom:10px;
}

p.title_bar{
	width:610px;
}

.mov_title_bg{
	width:599px;
	height:32px;
	background-image:url("../img/mov_title_bg.jpg");
	background-repeat:no-repeat;
	margin:8px auto;
}

.mov_title_bg p{
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	letter-spacing:1px;
	padding-top:10px;
}

.mov_bg{
	width:596px;
	height:100%;
	_height:269px;
	min-height:269px;
	background-image:url("../img/mov_bg.jpg");
	background-position:bottom;
	background-color:#474747;
	background-repeat:no-repeat;
	border:#CCCCCC 1px solid;
	padding:10px 0px;
	margin:0px auto;
}

.mov_object{
	padding:8px 0px 8px;
}

.mov_cmm_bg{
	width:598px;
	padding-top:10px;
	margin:0px auto 35px;
}

.mov_cmm_overflow{
	width:585px;
	font-size:15px;
	text-align:left;
	line-height:130%;
	margin:0px auto;
	font-weight:bold;
	letter-spacing:1px;
}

.youtube_bn{
	width:330px;
	font-size:14px;
	text-align:left;
	margin:0px auto 10px;
}

.youtube_bn a{
	color:#333333;
	display:block;
	width:330px;
	height:126px;
	background-image:url(../img/youtube_bn.jpg?20121031);
	background-repeat:no-repeat;
	text-decoration:none;
}

.youtube_bn a:visited{
	color:#333333;
	display:block;
	width:330px;
	height:126px;
	background-image:url(../img/youtube_bn.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
}

.youtube_bn a span{
	display:block;
	line-height:130%;
	padding:76px 0px 0px 18px;
}

ul.movie_ul{
	color:#333333;
	font-size:14px;
	text-align:left;
	list-style-type:disc;
	margin:10px 0px 10px 40px;
	line-height:130%;
}

p.movie_font{
	width:570px;
	color:#333333;
	text-align:left;
	line-height:130%;
	padding:10px;
}

.txtright{
	width:590px;
	color:#333333;
	text-align:right;
	line-height:130%;
	padding:0px 10px;
}


ul.movie-text {
	color: #333333;
	font-size: 14px;
	text-align: left;
	list-style-type: disc;
	margin: 10px 0px 0 40px;
	line-height: 130%;
}

/*pager*/
.pagenum{
	letter-spacing:2px;
	padding:10px 0px 0px;
}

.pager{
	width:306px;
	height:33px;
	margin:0px auto;
}

.pager p{
	width:82px;
	margin:5px 10px;
	float:left;
}

.pager a{
	display:block;
	width:82px;
	height:33px;
	background:url(../img/gallery_pager.jpg);
}

.pager a span{
	display:none;
}

.pager .prev a{
	background-position:left top;
}

.pager .prev a:hover{
	background-position:left bottom;
}

.pager .next a{
	background-position:right top;
}

.pager .next a:hover{
	background-position:right bottom;
}