@charset "utf-8";

/*
===== NOTES =====================================
+01: CSS Reset
+02: Common Setup
+03: Heading decoration
+04: Home Rayout & Decoration
+05: Schoolinfo Rayout & Decoration
+06: Workshop Rayout & Decoration
+07: Form Rayout -- Briefing & ENTRY Decoration
================================================
*/

/* ==================================================================================================
+01: CSS Reset
================================================================================================== */
*{margin:0; padding:0;}
ul{list-style-type:none;}
img{ vertical-align:top;}

/* link ------------------------------ */
a:link, 
a:visited,  
a:active {
	color:#e40077;
	text-decoration: underline;
	}
a:hover{text-decoration:none;}

/* alpha image */
a.btn-img:hover img{
	-moz-opacity:0.7;
	opacity:0.7;
	filter: alpha(opacity=70);
	}
	
/* Clearfix ------------------------------ */
.clearfix {clear:both;}
.clearfix:after {clear:both;content:".";display:block;height:0;visibility:hidden;overflow:hidden;}

/* text ------------------------------ */

/* position ------------------------------ */
.pt30{padding-top:30px;}

/* images ------------------------------ */

/* ==================================================================================================
+02: Common Setup
================================================================================================== */
body{background:url(../dvd/bg.gif) center top repeat;}
header{background:url(http://jackal-movie.com/dvd/head_bg.gif) center top repeat-x;}
header div{
	width:980px;
	height:620px;
	margin:0 auto;
	background:url(../dvd/header_photo.jpg) right top no-repeat;
	position:relative;
	}
header h1{
	padding-top:15px;
	padding-bottom:23px;
	}
header ul{padding-left:20px;}
header li{
	float:left;
	padding-right:20px;
}
.video{
	position:absolute;
	right:20px;
	top:410px;
}
header h2{
	text-align:center;
	padding-top:17px;
}
.head-note{
	text-align:center;
	padding-top:5px;
}

ul.btn{
	margin:40px auto 0;
	width:980px;
}
.btn li{
	padding:0 11px;
	float:left;
}

#sell{
	background-color:#fff;
	border-radius:10px;
	border:#e74191 5px solid;
	width:880px;
	margin:60px auto 0;
	padding:35px;
}
#sell h1{
	position:absolute;
	top:800px;
	right:50%;
	margin-right:-460px;
	z-index:500;
}

#sell h2{ padding-bottom:20px;}

.text-area{
	float:right;
	width:420px;
	padding-bottom:10px;
}
#rental .text-area{width:418px; padding-bottom:0;}
.photo-area{
	float:left;
	width:420px;
	padding-bottom:10px;
}
#rental .photo-area{width:122px; padding-bottom:0;}

.text-area h3{padding-bottom:10px;}
.text-area dt{padding-top:5px;}
.text-area dd{
	border:#e74191 1px solid;
	padding:10px;
}




#rental{
	width:980px;
	margin:40px auto 0;
	position:relative;
	
	background:url(http://jackal-movie.com/dvd/rental_bg.png) 670px 0px no-repeat;
	padding-bottom:40px;
	padding-top:20px;
}

#rental section{
	background-color:#fff;
	border-radius:10px;
	border:#009dd7 5px solid;
	width:560px;
	padding:35px;
	
	margin-top:0px;
	margin-left:10px;
}

#rental section h1{
	position:absolute;
	top:0px;
	left:410px;
}

#rental section h2{padding:10px 0;}
#rental section p{padding-bottom:5px;}



footer{
	width:100%;
	padding:20px 0;
	background: url(../dvd/footer_bg.gif) center top repeat;
}
footer div{
	width:960px;
	margin:0 auto;
	position:relative;
	height:148px;
}

footer .biling{
	position:absolute;
	bottom:0;
}

footer .btn{
	position:absolute;
	right:0;
}

.pagetop{
	position: fixed;
	bottom:20px;
	right:0;
}






.notebook{
	padding-top:5px;
}