@charset "utf-8";

/***************************************************
	Title
 ***************************************************/
h1 {
	background:#000 url(img/menu01.gif) no-repeat left top;
	height:17px;
	margin-bottom:3px;
}

h2{
	background:#000 url(img/menu02.gif) no-repeat left top;
	margin:15px auto 3px;
	height:17px;
	text-indent:-9999px;
}

h3,h4{
	text-indent:0.8em;
	font-weight:bold;
	margin:15px auto 0px;
}

p{
	padding:0 1em;
}

#header{
	background:url(../main/img/header.jpg) no-repeat 0 31px;
	width:880px;
	height:658px;
}

div.innerContentWrapperLeft{
	width:550px;
	margin-right:10px;
	padding:0px;
	overflow:hidden;
	float: left;
}

div.innerContentWrapperRight{
	width:320px;
	margin:0px;
	padding:0px;
	overflow:hidden;
	float: left;
}

div.innerFooter{
	clear:both;
}

/***************************************************
	under innerContentWrapperLeft
 ***************************************************/

h2#movieTitle{
	background-color:#666;
	background-image:none;
	font-size:larger;
	font-weight:bold;
	text-indent:4px;
	padding:4px;
	margin:0;
	color:#FFF;
}

#latestPV{
	width:550px;
	height:370px;
	position: relative;
}

#latestPV p{
	position: absolute;
	font-size: 250%;
	padding:0;
	font-family: "Times New Roman", "century", serif;
}

#screwPV{
	margin-bottom:15px;
}

div#live_info{
	margin-bottom:20px;
	width:inherit;
	height:275px;
	overflow:hidden;
	position:relative;
}

div#live_info img{
	position:absolute;
	width:549px;
	height:275px;
	visibility:hidden;
}

div#live_info img.active{
	visibility:visible;
}

img.announce{
	display:block;
	margin-bottom:20px;
}

/***************************************************
	what's new Ajax Settings
 ***************************************************/

div#news{
	width:550px;
	height:250px;
	margin-bottom:15px;
	overflow:auto;
	background-color:#222;
	color:#FFF;
}

div#news div.innerContentWrapper{
	width:480px;
	padding:0px 10px;
	border:none;
}

div#news div.innerContentWrapper h2{
	background:none;
	text-indent:-1em;
	text-decoration:underline;
	font-weight:bold;
	margin:0 0 4px;
}

div#info{
	width:320px;
	overflow:hidden;
	background:#666 url(img/bgptn_info.gif) repeat;
	color:#FFF;
	padding: 0px 0px 10px;
}

img.banner{
	display:block;
	margin:5px auto;
}

