@charset "utf-8";

/*----------------------------------------------------
	main-visual
----------------------------------------------------*/
#mainVisual{
	width:680px;
	height:867px;
position: relative;
		}
		
img.movie01,
img.movie02,
img.movie03 {
	position: absolute;
	_padding: 0;
}

img.movie01 {
	top: 200px;
	left: 180px;
	_left: 180px;  /* IE6 */
}

img.movie02 {
	top: 340px;
	left: 180px;
	_left: 180px;  /* IE6 */
}

img.movie03 {
	top: 578px;
	left: 180px;
	_left: 180px;  /* IE6 */
}

/*----------------------------------------------------
	コンテンツエリア
----------------------------------------------------*/
#detail{
	width:680px;
	background-color:#e8e6e2;
	margin:20px 0px 0px 0px;
	padding:20px 0px 20px 0px;
	}
	
.sub1{
	width:640px;
	margin:30px auto;
	}
	
.sub1L{
	float:left;
	width:340px;
	height:320px;
	margin-right:15px;
	}
	
.sub1R{
	float:right;
	width:285px;
	margin-top:40px;
	}
	
.sub1R p { margin-top:20px; }

.sub2{
	width:640px;
	margin:50px auto;
	}
	
.sub2L{
	float:left;
	width:285px;
	margin-top:40px;
	}
	
.sub2R{
	float:right;
	width:340px;
	height:320px;
	margin-left:15px;
	}
	
.sub2L p { margin-top:20px; }

/*----------------------------------------------------
    caption
----------------------------------------------------*/
ul.caption {
	font-size: 0.9em;
padding: 0 20px;
}

ul.caption li {
	overflow: hidden;
}

ul.caption li .star {
	width: 5%;
	text-align: center;
	float: left;
}

ul.caption li .text {
	width: 95%;
	float: right;
}
