body {
	color:#999;
	font-size:13px;
    *font-size:small;
    *font:x-small;
	font-family: sans-serif;
	background-image: url(../images/bg.gif);
	background-repeat:repeat;
	background-position:center 0px;
	background-color:#000000;
	position:relative;
}

/*
reset
*/
html {overflow-y: scroll;}
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td {margin: 0; padding: 0;}

ul,dl,ol {text-indent: 0;}
li {list-style: none;}

table {border-collapse: collapse; border-spacing: 0; font-size: inherit; font:100%;}
th,td {text-align: left; vertical-align: top;}
caption {text-align: left;}

img {vertical-align:bottom; margin: 0; border:none;}

/*
basic
*/

h1 {
	font-size:108%;
}
a {
	color: #C33;
	text-decoration: none;
}
a:visited {
	color:#999;
}
a:hover {
	color:#F90;
}
a:focus {
   outline:none;
}

.brk {
	clear: both;
}
.bld {
	font-weight:bold;
}

/*
Header
*/
#headerArea {
	height:520px;
	text-align:center;
	background-image: url(../images/bg_main.jpg);
	background-repeat:no-repeat;
	background-position:center 0px;
	position:relative;
}
#headerArea h1 {
	padding:280px 0px 0px 0px;
}
#headerArea p#notice {
	position:absolute;
	top:250px;
	right:10px;
}

/*
Container
*/
#page_container {
	width:960px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:0px;
	padding-bottom:10px;
	font-size:13px;
    *font-size:small;
    *font:x-small;
	background-color:#000000;
}
#movie #page_container {
	width:960px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:0px;
	padding-bottom:10px;
	font-size:13px;
    *font-size:small;
    *font:x-small;
	background-color:#000000;
	background-image: url(../images/bg_sub.jpg);
	background-repeat:no-repeat;
	background-position:center 0px;
	position:relative;
}

/*
SummaryArea
*/
#summaryArea {
	height:150px;
	margin:0px 45px 20px 45px;
	background-image: url(../images/bg_summary.jpg);
	background-repeat:no-repeat;
	background-position:center 0px;
}
#summaryArea p {
	color:#333;
	font-size: 108%;
	line-height:20px;
	margin:10px 35px 10px 35px;
	text-align:left;
}
#summaryArea p.a_center {
	text-align:center;
}
#summaryArea p.note {
	color:#333;
	font-size: 93%;
	font-weight:bold;
	line-height:18px;
	text-align:center;
	border:1px solid #999;
	margin:10px 30px 10px 30px;
}

/*
submitArea
*/
#submitArea {
	color:#666;
	font-size: 108%;
	text-align:center;
	margin:20px 30px 30px 30px;
	clear:both;
	border: 10px solid #971b1b;
	background-color:#000;
}
#submitArea p {
	color:#fff;
	font-size: 93%;
	line-height:150%;
	text-align:left;
	margin: 20px 30px 20px 30px;
}
#submitArea table {
	font-size: 93%;
	line-height:150%;
	margin: 20px 30px 20px 30px;
}
#submitArea th {
	color:#fff;
	font-size: 93%;
	line-height:40px;
	font-weight:bold;
	text-align:center;
	width:150px;
	height:40px;
	float:left;
	clear:both;
	background-color:#333;
}
#submitArea td {
	font-size: 93%;
	height:40px;
	line-height:200%;
	text-align:left;
	float:left;
	margin-left:10px;
}
#submitArea td span.error {
	color:#C00;
	font-size: 93%;
	line-height:30px;
	margin-left:10px;
}
#submitArea #serial {
	font-size: 108%;
	line-height:30px;
	width:150px;
	height:30px;
	background-color:#ccc;
	border:none;
	margin-top:5px
}
#submitBtn {
	border:none;
	cursor: pointer;
	text-indent: -9999px;
	display:block;
	background:url("../images/submitBtn.gif") no-repeat;
	width:150px;
	height:40px;
}

#submitBtn:hover {
	background-position:0px -40px;
}

/*
movieArea
*/
#movie {
	margin: 0px 0px 0px 0px;
}
#headerArea2 {
	text-align:left;
	width:300px;
	float:left;
}
#headerArea2 h1 {
	padding:30px 0px 10px 5px;
}
#info {
	height:240px;
	background-image: url(../images/bg_info.jpg);
	background-repeat:no-repeat;
	background-position:center 20px;
	margin:0px 5px 0px 5px;
}
#info table {
	width:270px;
	margin:10px 10px 0px 10px;
}
#info table th {
	color:#ccc;
	font-size: 77%;
	font-weight:bold;
	line-height:16px;
	text-align:left;
	width:50px;
	padding:2px 0px 2px 5px;
	border-bottom:1px solid #111;
}
#info table td {
	color:#ccc;
	font-size: 93%;
	line-height:16px;
	text-align:left;
	padding:2px 0px 2px 5px;
	border-bottom:1px solid #111;
}
#movieArea {
	color:#ccc;
	font-size: 108%;
	text-align:left;
	width:655px;
	height:650px;
	float:right;
	margin: 30px 0px 20px 0px;
}
#movieArea p {
	font-size: 93%;
	line-height:200%;
	text-align:center;
	margin: 0px 30px 10px 30px;
}
#movie ul {
	clear:both;
	margin: 0px 10px 60px 40px;
}
#movie li {
	width:440px;
	float:left;
	margin: 0px 5px 0px 0px;
}
#movie li a {
	color:#fff;
	font-size: 93%;
	line-height:200%;
	text-align:center;
	display:block;
	background-color:#600;
	border:1px solid #600;
	padding:2px 10px;
}
#movie li a:hover {
	color:#fff;
	border:1px solid #600;
	background-color:#000;
}

/*
footer
*/
#footerArea {
	clear:both;
	background-color:#222;
}
#copyright {
	color: #999;
	font-size: 77%;
	font-family: Helvetica, Arial, sans-serif;
	text-align:center;
	width:960px;
	height:20px;
	margin: 0px auto 0px auto;
	padding-top:20px;
	padding-bottom:40px;
	clear:both;
}
#copyright a {
	color: #666;
	border-bottom:1px dotted #666;
}
#copyright a:visited {
	color: #fff;
}
#copyright a:hover {
	color:#F39;
}


/*
*/
#page_container,
#contentsArea,
#dataArea,
.titleUnit,
#submitArea dl,
#confirmArea dl,
.clearfix { /zoom : 1; }
#page_container:after,
#contentsArea:after,
#dataArea:after,
.titleUnit:after,
#submitArea dl:after,
#confirmArea dl:after,
.clearfix:after { content : ''; display : block; clear : both; height:0; }
