/*-----------------ページ設定 start---------------------*/
*{
	margin:0px;
	padding:0px;
}

html, body{
	height:100%;
}

body{
	background:url(img/bg.gif);
	background-attachment:fixed;
}

#kage{
	background:url("img/kage.gif");
	background-repeat:repeat-y;
	color:#505050;
	font-size:80%;
	font-family:Verdana,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐ ゴシック",sans-serif;
	text-align:center;
	width:770px;
	margin:0 auto;
}

/*-----------------ページ設定 end---------------------*/
/*-----------------ヘッダー設定 start---------------------*/

h1{
	background:#D9502C url("img/top.jpg") ;
	background-repeat:no-repeat;
	width:750px;
	height:300px;
	margin:0 auto;
	text-align:left;
	text-indent:-9999px;
}
/*-----------------ヘッダー設定 end---------------------*/
/*-----------------コンテンツ設定 start---------------------*/
h2{
	background:#D9502C url("img/h2.jpg");
	background-repeat:no-repeat;
	height:58px;
	text-align:left;
	text-indent:-9999px;
	margin:0 19px;
}
.container{
	background-color:#D9502C;
	text-align:center;
	width:750px;
	margin:0 auto;
}
.ConBox{
	background:#D9502C url(img/mid.gif) repeat-y;
	margin:auto;
	width:712px;
	height:auto;
	padding:0 0 0px;
}
#ConBox_bottom {
	background:#D9502C url(img/mid_bottom.gif) no-repeat;
	clear: both;
	height: 100px;
	width: auto;
}

.cast{
	margin:10px 3px 0 7px;
	width:341px;
	text-align:left;
	float:left;
}
#sanyo {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: left;
}
#sanyo ul {
	list-style: none;
	margin-left: 95px;
}



.sanyobt {
	height:92px;
	overflow: hidden;


}



.cast p img{
	float:left;
	margin: 0 10px 40px 0;
}
.cast p{
	height:160px;
	margin:auto;
}
/*-----------------コンテンツ設定 end---------------------*/
/*-----------------フッター start---------------------*/
.copy{
	font-size:18px;
	font-style:borld;
	color:#000;
	margin:10px auto;
}
/*-----------------フッター end---------------------*/




img{
	border-style: none;
	vertical-align: top;
}


.video a:hover img {

	opacity: 0.7;

	filter: alpha(opacity=70);

}



