/*----------------------------    初期設定----------------------------*/*{	margin:0;	padding:0;}html{	font-size: 62.5%;	}body{	font-size: 1.6em;	font-family: "ＭＳ ゴシック",sans-serif; 	color: #333333;	background: #ffffff url("../img/body_bg.gif") left top repeat-x;	}body.movie2_newwin{	background-image: none;	}img,a{    border: none;	}a:link{	color: #033c82;	text-decoration: none;	}a:visited{	color: #3f0382;	text-decoration: none;	}a:active{	color: #0058c3;	text-decoration: none;	}a:hover{	color: #0058c3;	text-decoration: underline;	}a:hover img{	opacity: 0.8;	}p{	line-height: 180%;	}/*---------------　見出し---------------*/h1{	}h1 a{	display: block;	text-decoration: none;	text-indent: -9999px;	width: 130px;	height: 40px;	margin: 5px 0px;	background: url('../img/head_logo.gif') left top no-repeat;	}h2{	margin: 0px 0px 20px;	}h3{	}h4{	}h5{	}/*----------------------------    メインレイアウト----------------------------*/#main{	background: url('../img/foot_bg.gif') left bottom repeat-x;	}/*----------------------------　ヘッダー----------------------------*/#header{	width: 950px;	margin: 0px auto;}/*----------------------------    本文----------------------------*/#contents{	width: 950px;	margin: 80px auto;	}/*----------------------------    フッター----------------------------*/#footer{	clear: both;	display: block;	text-decoration: none;	text-indent: -9999px;	width: 363px;	height: 14px;	margin: 0px auto;	padding: 13px 0px;	background: url('../img/copyright.gif') left 13px no-repeat;}/*----------------------------    table----------------------------*/table{	margin: 0px;	border-top: 1px solid #999999;	border-left: 1px solid #999999;	}table td,table th{	border-bottom: 1px solid #999999;	border-right: 1px solid #999999;	}table th{	padding: 14px 0px;	background-color: #afbbcc;	}/*----------------------------    クラス指定----------------------------*/.cnt{	text-align: center;	}.left{	float: left;	}.right{	float: right;	}.cl{	clear: both;	}.clearfix:after{	content: ".";	display: block;	height: 0;	clear: both;	visibility: hidden;	}.clearfix{	display: block;	}/*2014.05.21追加*/* html .clearfix  { zoom: 1; }  /* IE6 */*:first-child+html .clearfix { zoom: 1; }  /* IE7 *//*2014.05.21追加ここまで*/.bold{	font-weight: bold;	}.imgjust{	vertical-align: middle;	margin: 0px 3px;	}.small{	font-size: 0.8em;	}.mgt20{	margin-top: 20px;	}.movie_index{	width: 600px;	overflow: hidden;	margin: 50px auto 0;	}