/*------------ PNG対応 -------------
h1,h2,h4 img,p.text,#ambassador ul { behavior: url(/common/css/iepngfix.htc); }*/

/*------------ ヘッダー -------------*/
#header {
	width: 978px;
	height: 288px;
	margin: 0;
	background: url(../images/header.jpg) 0 0 no-repeat;
	position: relative;
	}
	#header h1 {
		}
		#header h1 em {
			display: none;
			}
	#header p {
		}
		#header p em {
			display: none;
			}
/*------------ レコメンドエリア -------------*/
#recommend {
	width: 978px;
	height: 430px;
	margin: 0;
	}
	#recommend #movie {
		width: 525px;
		height: 425px;
		margin: 0;
		background: url(../images/bg_movie2.gif) 0 0 no-repeat;
		position: relative;
		float: left;
		}
		#recommend #movie h2 {
			display: none;
			}
		#recommend #movie h3 {
			width: 315px;
			position: absolute;
			top: 18px;
			left: 190px;
			font-size: 14px;
			font-weight: bold;
			color: #fff;
			text-align: center;
			}
		#recommend #movie .box {
			width: 480px;
			height: 334px;
			position: absolute;
			top: 49px;
			left: 23px;
			/*border: 2px solid #fff;*/
			}
			#recommend #movie .box .plugin {
				width: 476px;
				position: absolute;
				top: 125px;
				left: 2px;
				}
				#recommend #movie .box .plugin .bn {
					width: 88px;
					margin: 0 auto 5px;
					}
				#recommend #movie .box .plugin p {
					text-align: center;
					color: #fff;
					line-height: 1.6;
					}
					#recommend #movie .box .plugin p a {
						color: #F60;
						}
		#recommend #movie .btn {
			width: 265px;
			height: 36px;
			position: absolute;
			bottom: 5px;
			right: 8px;
			background: url(../images/btn_movie_on.gif) 0 0 no-repeat;
			}
			#recommend #movie .btn a {
				display: block;
				width: 100%;
				height: 100%;
				background: url(../images/btn_movie.gif) 0 0 no-repeat;
				}
				#recommend #movie .btn a:hover {
					background: none!important;
					}
				#recommend #movie .btn a span {
					display: none;
					}
	#recommend #slideshow {
		width: 453px;
		height: 425px;
		margin: 0;
		background: url(../images/bg_slideshow2.gif) 0 0 no-repeat;
		position: relative;
		float: left;
		}
		#recommend #slideshow #flash_slideshow {
			position: absolute;
			top: 57px;
			left: 9px;
			}
			#recommend #slideshow #flash_slideshow h2 {
				width: 432px;
				height: 324px;
				background: #000 url(../images/bg_slideshow_flash.gif) 0 0 no-repeat;
				}
				#recommend #slideshow #flash_slideshow h2 em {
					display: none;
					}
			#recommend #slideshow #flash_slideshow .plugin {
				width: 432px;
				position: absolute;
				top: 105px;
				left: 0;
				}
				#recommend #slideshow #flash_slideshow .plugin .bn {
					width: 160px;
					margin: 0 auto 5px;
					}
				#recommend #slideshow #flash_slideshow .plugin p {
					text-align: center;
					color: #fff;
					line-height: 1.6;
					}
					#recommend #slideshow #flash_slideshow .plugin p a {
						color: #F60;
						}
		#recommend #slideshow .btn {
			width: 436px;
			height: 36px;
			position: absolute;
			bottom: 5px;
			left: 7px;
			background: url(../images/btn_dvd_on.gif) 0 0 no-repeat;
			}
			#recommend #slideshow .btn a {
				display: block;
				width: 100%;
				height: 100%;
				background: url(../images/btn_dvd.gif) 0 0 no-repeat;
				}
				#recommend #slideshow .btn a:hover {
					background: none!important;
					}
				#recommend #slideshow .btn a span {
					display: none;
					}

/*------------ ニュース -------------*/
#news {
	width: 960px;
	height: 40px;
	background: url(../images/bg_news.gif) 0 0 no-repeat;
	margin: 0 auto;
	}
	#news h2 {
		display: none;
		}
	#news p {
		width: 840px;
		height: 25px;
		}
		#news p a {
			display: block;
			width: 100%;
			height: 100%;
			padding: 15px 0 0 120px;
			}

/*------------ コンテンツ(共通) -------------*/
.contents {
	width: 943px;
	height: auto;
	overflow: hidden;
	background: #fff url(../images/bg_contents.gif) 0 2px repeat-y;
	margin: 0 auto 10px;
	padding: 7px 10px 15px 7px;
	position: relative;
	}
	/*------------ 区切り線 -------------*/
	.contents .bar {
		}
		.contents .bar img.top {
			position: absolute;
			top: 0;
			left: 0;
			background: url(../images/contents_bar.gif) 0 -1px no-repeat;
			}
		.contents .bar img.bottom {
			position: absolute;
			bottom: 0;
			left: 0;
			background: url(../images/contents_bar.gif) 0 0 no-repeat;
			}
	/*------------ float -------------*/
	.contents .left {
		float: left;
		}
	.contents .right {
		float: right;
		}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::
	各ボックス個別指定
::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*------------ 「スタッフBLOG」指定 -------------*/
.contents #blog {
	width: 463px;
	height: auto;
	overflow: hidden;
	background: url(../images/bg_box.gif) 0 0 repeat-y;
	border-bottom: 2px solid #ccc;
	margin: 0 0 10px 6px;
	padding: 0 0 45px;
	position: relative;
	line-height: 1.6;
	}
	/*------------ タイトル -------------*/
	.contents #blog h2 {
		width: 469px;
		height: 41px;
		margin: 0 0 10px;
		position: relative;
		background: url(../images/title_blog.gif) 0 0 no-repeat;
		}
		.contents #blog h2 em {
			display: none;
			}
		.contents #blog h2 a {
			position: absolute;
			right: 6px;
			}
	/*------------ 記事タイトル -------------*/
	.contents #blog h3 {
		width: 440px;
		height: auto;
		overflow: auto;
		margin: 0 0 10px 12px;
		padding: 5px 0;
		background-color: #eeeeee;
		border-bottom: 2px solid #cccccc;
		font-size: 14px;
		font-weight: bold;
		}
		.contents #blog h3 em {
			display: block;
			width: 410px;
			padding: 3px 0 3px 20px;
			font-weight: bold;
			border-left: 10px solid #ff0000;
			font-size: 16px;
			line-height: 1;
			}
			.contents #blog h3 em span {
				display: block;
				font-weight: bold;
				letter-spacing: 0.1em;
				line-height: 1.6;
				font-size: 12px;
				}
	/*------------ 担当者 -------------*/
	.contents #blog .writer {
		width: 420px;
		margin: -5px 0 10px 12px;
		padding: 0 10px;
		text-align: right;
		}
	/*------------ 画像 -------------*/
	.contents #blog .pic {
		width: 346px;
		border: 1px solid #9e9e9e;
		margin: 0 auto 10px;
		padding: 1px;
		}
	/*------------ テキスト -------------*/
	.contents #blog .text {
		width: 420px;
		margin: 0 0 1em 12px;
		padding: 0 10px;
		}
		.contents #blog .text p {
			margin: 0 0 5px;
			}
			.contents #blog .text p img {
				border: 1px solid #9e9e9e;
				margin: 0 auto 5px;
				padding: 1px;
				}
		.contents #blog .text .wp-caption {
			margin: 0 auto 5px;
			}
			.contents #blog .text .wp-caption img {
				border: 1px solid #9e9e9e;
				margin: 0 auto 5px;
				padding: 1px;
				}
			.contents #blog .text .wp-caption p.wp-caption-text {
				text-align: center;
				}
	/*------------ ボタン -------------*/
	.contents #blog .btn {
		width: 182px;
		height: 31px;
		background: url(../images/btn_blog_on.gif) 0 0 no-repeat;
		position: absolute;
		bottom: 10px;
		right: 16px;
		}
		.contents #blog .btn a {
			display: block;
			width: 182px;
			height: 31px;
			background: url(../images/btn_blog.gif) 0 0 no-repeat;
			}
			.contents #blog .btn a:hover {
				background: none!important;
				}
			.contents #blog .btn a span {
				display: none;
				}

/*------------ 「Twitter」指定 -------------*/
.contents #twitterWidget {
	width: 460px;
	height: auto;
	overflow: hidden;
	margin: 0 0 11px;
	padding: 0 3px 0 0;
	float: right;
	}

/*------------ 「バナー」指定 -------------*/
.contents #banner {
	width: 469px;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: right;
	}
	.contents #banner ul {
		clear: both;
		width: 460px;
		height: auto;
		overflow: hidden;
		margin: 0 0 0 6px;
		padding: 0 0 6px;
		}
		.contents #banner ul li {
			width: 460px;
			height: 90px;
			margin: 0 0 5px;
			padding: 0;
			float: left;
			}
			.contents #banner ul li a {
				width: 460px;
				height: 90px;
				margin: 0;
				padding: 0;
				float: left;
				}
/*------------ 「バナー」指定(BLOGがない場合) -------------*/
.contents #banner2 {
	width: 946px;
	height: auto;
	overflow: hidden;
	margin: 0 0 -15px;
	padding: 0;
	}
	.contents #banner2 ul {
		width: 464px;
		height: auto;
		overflow: hidden;
		margin: 0;
		padding: 1px 0 6px 8px;
		float: left;
		}
		.contents #banner2 ul li {
			width: 460px;
			height: 90px;
			margin: 0 0 5px;
			padding: 0;
			float: left;
			}
			.contents #banner2 ul li a {
				width: 460px;
				height: 90px;
				margin: 0;
				padding: 0;
				float: left;
				}

/*------------ 「DVD情報」指定 -------------*/
.contents #dvd {
	width: 934px;
	height: auto;
	overflow: hidden;
	background: url(../images/bg_box2.gif) 0 0 repeat-y;
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px 6px;
	padding: 0 0 30px;
	position: relative;
	line-height: 1.6;
	}
	/*------------ タイトル -------------*/
	.contents #dvd h2 {
		width: 934px;
		height: 41px;
		margin: 0 0 10px;
		background: url(../images/title_dvd.gif) 0 0 no-repeat;
		}
		.contents #dvd h2 em {
			display: none;
			}
	/*------------ キャッチ -------------*/
	.contents #dvd p.catch {
		width: 932px;
		height: 86px;
		margin: 0 0 10px 1px;
		background: url(../images/dvd_catch.gif) 0 0 no-repeat;
		}
		.contents #dvd p.catch em {
			display: none;
			}
	/*------------ 詳細 -------------*/
	.contents #dvd #dvd_info {
		width: 934px;
		height: auto;
		overflow: hidden;
		clear: both;
		margin: 0 0 20px;
		}
		.contents #dvd #dvd_info .jacket {
			width: 365px;
			float: left;
			padding: 0 0 0 15px;
			}
			.contents #dvd #dvd_info .jacket img {
				border: 1px solid #9e9e9e;
				padding: 1px;
				}
		.contents #dvd #dvd_info .details {
			width: 538px;
			float: left;
			}
			.contents #dvd #dvd_info .details .package {
				clear: both;
				width: 538px;
				height: auto;
				overflow: hidden;
				margin: 0 0 10px;
				}
				.contents #dvd #dvd_info .details .package img {
					float: left;
					padding: 1px;
					border: 1px solid #9e9e9e;
					}
			.contents #dvd #dvd_info .details .logo {
				}
			.contents #dvd #dvd_info .details .onSale {
				width: 538px;
				height: 40px;
				background: url(../images/dvd_onSale.gif) 0 0 no-repeat;
				}
				.contents #dvd #dvd_info .details .onSale em {
					display: none;
					}
			.contents #dvd #dvd_info .details ul {
				width: 538px;
				height: 233px;
				background: url(../images/dvd_details.gif) 0 0 no-repeat;
				margin: 0 0 15px;
				}
				.contents #dvd #dvd_info .details ul li {
					display: none;
					}
			/*.contents #dvd #dvd_info .details .btn {
				width: 515px;
				height: 44px;
				background: url(../images/btn_meicolle_on.gif) 0 0 no-repeat;
				margin: 0 auto;
				}
				.contents #dvd #dvd_info .details .btn a {
					display: block;
					width: 515px;
					height: 44px;
					background: url(../images/btn_meicolle.gif) 0 0 no-repeat;
					}
					.contents #dvd #dvd_info .details .btn a:hover {
						background: none!important;
						}
					.contents #dvd #dvd_info .details .btn a span {
						display: none;
						}*/
	/*------------ 特典 -------------*/
	.contents #dvd #tokuten {
		width: 934px;
		height: auto;
		overflow: hidden;
		background: url(../images/dvd_tokuten_bg.gif) 11px 0 repeat-y;
		margin: 0 0 10px;
		}
		.contents #dvd #tokuten h3 {
			width: 922px;
			height: 57px;
			background: url(../images/title_dvd_tokuten.gif) 0 0 no-repeat;
			margin: 0 0 0 1px;
			}
			.contents #dvd #tokuten h3 em {
				display: none;
				}
		.contents #dvd #tokuten ul {
			width: 912px;
			height: 369px;
			background: url(../images/dvd_tokuten.gif) 0 0 no-repeat;
			margin: 0 0 0 11px;
			}
			.contents #dvd #tokuten ul li {
				display: none;
				}
	/*------------ 紹介文 -------------*/
	.contents #dvd ul#intro {
		width: 912px;
		height: 255px;
		background: url(../images/dvd_intro.gif) 0 0 no-repeat;
		margin: 0 0 10px 11px;
		}
		.contents #dvd ul#intro li {
			display: none;
			}
	/*------------ 収録内容 -------------*/
	.contents #dvd #naiyou {
		clear: both;
		width: 934px;
		height: auto;
		overflow: hidden;
		margin: 0 0 30px;
		}
		.contents #dvd #naiyou h3 {
			width: 932px;
			height: 56px;
			background: url(../images/dvd_contents_catch.gif) 0 0 no-repeat;
			margin: 0 0 10px;
			}
			.contents #dvd #naiyou h3 em {
				display: none;
				}
		.contents #dvd #naiyou .details {
			width: 592px;
			height: auto;
			overflow: hidden;
			margin: 15px 0 0;
			padding: 0 0 0 11px;
			float: left;
			}
			/*---- タイトル指定 ----*/
			.contents #dvd #naiyou .details p.title {
				width: 582px;
				height: 34px;
				margin: 0 0 10px;
				background: url(../images/dvd_contents_title.gif) 0 0 no-repeat;
				}
				.contents #dvd #naiyou .details p.title em {
					display: none;
					}
			/*---- 共通ボックス指定 ----*/
			.contents #dvd #naiyou .details .box {
				width: 582px;
				margin: 0 0 15px;
				}
				.contents #dvd #naiyou .details .box h4 {
					display: none;
					}
				.contents #dvd #naiyou .details .box p {
					display: none;
					}
				.contents #dvd #naiyou .details .box ul {
					display: none;
					}
			/*---- 個別指定 ----*/
			.contents #dvd #naiyou .details #disc1 {
				height: 260px;
				background: url(../images/dvd_contents1.gif) 0 0 no-repeat;
				}
			.contents #dvd #naiyou .details #disc2 {
				height: 503px;
				background: url(../images/dvd_contents2.gif) 0 0 no-repeat;
				}
			.contents #dvd #naiyou .details #disc3 {
				height: 477px;
				background: url(../images/dvd_contents3.gif) 0 0 no-repeat;
				}
			.contents #dvd #naiyou .details #disc4 {
				height: 261px;
				background: url(../images/dvd_contents4.gif) 0 0 no-repeat;
				}
		/*---- 場面写 ----*/
		.contents #dvd #naiyou .pic {
			width: 320px;
			height: auto;
			overflow: hidden;
			float: left;
			}
			.contents #dvd #naiyou .pic img {
				border: 1px solid #999;
				margin: 0 0 5px;
				padding: 1px;
				}
				.contents #dvd #naiyou .pic img.copy {
					border: none;
					margin: -5px 0 5px;
					padding: 1px;
					}
	/*------------ 出演者 -------------*/
	.contents #dvd #cast {
		width: 912px;
		height: auto;
		overflow: hidden;
		margin: 0 0 30px 11px;
		padding: 0 0 20px;
		border-bottom: 2px solid #000;
		}
		.contents #dvd #cast h3 {
			width: 912px;
			height: 34px;
			background: url(../images/title_cast.gif) 0 0 no-repeat;
			margin: 0 0 10px;
			}
			.contents #dvd #cast h3 em {
				display: none;
				}
		.contents #dvd #cast .details {
			width: 912px;
			height: 115px;
			background: url(../images/cast_details.gif) 0 0 no-repeat;
			}
			.contents #dvd #cast .details p {
				display: none;
				}

	/*------------ メ〜コレボタン -------------*/
	.contents #dvd .btn {
		width: 515px;
		height: 44px;
		background: url(../images/btn_meicolle_on.gif) 0 0 no-repeat;
		margin: 0 auto;
		}
		.contents #dvd .btn a {
			display: block;
			width: 515px;
			height: 44px;
			background: url(../images/btn_meicolle.gif) 0 0 no-repeat;
			}
			.contents #dvd .btn a:hover {
				background: none!important;
				}
			.contents #dvd .btn a span {
				display: none;
				}

