/*screen*/
#screen{
	margin: 0 auto;
	width:830px;
	height: 380px;
}
#screen img{
	margin-left: 170px;
}

/*parents*/
#parents{
	min-height: 436px;
}
#centerbox{
	width:320px;
}
#entry{
	padding-top: 15px;
	padding-left: 20px;
	width: 300px;
	background:#fff url()  no-repeat top left;
}

/*leftbox*/
#leftbox{
	position:absolute;
	left:0px;
	top:-462px;
	width:170px;
/*	height: 893px;*/
	background:#000
}
/*rightbox*/
#rightbox{
	position:absolute;
	right:20px;
	top:15px;
	width:320px;
	margin:0px;
	padding:0px;
	background:#fff;
}
#rightbox ul{
	margin-top: 10px;
}
#rightbox ul li{
	display: inline-block;
	vertical-align: bottom;
	margin-left: 8px;
	margin-bottom: 8px;
}
#rightbox h2{
	margin-left: 8px;
}

/*What's new*/
#entry a,#entry a:visited{
	color:#000;
	text-decoration:none;
	color:#A52727;
	text-decoration:underline;
}
#entry a:hover{
	color:#BEADAC;
	text-decoration:underline;
}

#entry h2{
	margin-bottom: 10px;
}
#entry h3{
	font-size: 0.9em;
	display: inline-block;
	vertical-align: top;
	width: 85px;
	padding-left:15px;
	background:url(../../images/default/img_common/point_b1.png) no-repeat left center;
	color: #1d2f30;
}
#entry p{
	font-size: 1.1em;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	width: 188px;
}
#home_info{
	width: 288px;
	margin-top: 10px;
}
#home_info .details{
	margin-top: 5px;
	margin-left: 222px;
}