@import url('page.css');
@import url('header.css');
@import url('menu.css');
@import url('background.css');
@import url('submenu.css');
@import url('contents.css');
@import url('breadcrumb.css');
@import url('footer.css');

#contents{
	width:750px;
	min-height:300px;	
}

#contents #trailer{
	display:block;
	width:165px;
	height: 125px;
	margin-right:10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	float:left;
	background: url("../img/trailerback.png") no-repeat;	
}

#contents #trailer h3{
	margin:0;
	font-size: 10pt;
	margin-bottom:15px;
	border-bottom: solid 2px #000;	
}

#contents #trailer h4{
	color: #f00;
	font-size: 9pt;
	text-align:center;
}

#contents #trailer a{
	display:block;	
	margin-top: 5px;	
	text-align: center;
	font-size: 8pt;
	color: #00f;	
	text-decoration:none;
}

#contents #trailer a:hover{
	text-decoration: underline;
}

#contents #trailer a:visited{
	text-decoration:none;
}

#contents #trailer a.quicktime{
	display:block;
	height: 23px;
	text-align: right;
	padding-top:10px;
	padding-right: 40px;
	background-image: url("../img/quicktime.gif");
	background-position: right;
	background-repeat: no-repeat;
	color: #88f;
	text-decoration:none;
}

* html #contents #trailer a.quicktime{
	padding-top:10px;
	height:23px;
	background-position:top right;
}

#contents #poster{
	display:block;
	float:right;
	text-align:center;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration:none;
	outline:0;
	font-size:8pt;
	width:250px;
	
}

* html #contents #poster{
	font-size:8pt;
	width: 250px;	
}

#contents #poster img{
	border:none;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

* html #contents #poster img{
	
	
}

#contents p{
	text-align: justify;
	margin-left: 200px;
	font-size: 8pt;
	margin-right:10px;	
}

