@charset "shift_jis";
/*============================================================
dvd Style
============================================================*/

.story #cts .inner{
	display:block;
	background:url(../images/story/story_ttl.gif) no-repeat left top;
}
.story h2{
	margin-bottom:15px;
}
.stotyBox{
	display:inline-block;
	padding-bottom:25px;
	clear:both;
}
* html .stotyBox{/* IE 6 */
	display:inline;
	zoom:1;
}
*:first-child+html stotyBox{/* IE 7 */
	display:inline;
	zoom:1;
}
.leftTxt{
	float:left;
	width:412px;
	margin-right:16px;
	margin-top:8px;
}
.rightBox{
	float:right;
	width:412px;
}
div.storyCts li{
	float:left;
	width:198px;
	margin-right:16px;
}
div.storyCts li.lastList{
	margin-right:0;
}
.story .caption{
	padding-top:5px;
}
.story .caption_mini{
	font-size:75%;
}


/*============================================================
Print Style
============================================================*/

@media print{
}